Skip to content

Commit

Permalink
tests: expanding concurrency tests with fast-check
Browse files Browse the repository at this point in the history
This just adds some tests that hit the API with a bunch of concurrent operations with random order. This is to check for any db transaction errors.
  • Loading branch information
tegefaulkes committed Aug 18, 2022
1 parent b90fddf commit 90454cb
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 220 deletions.
45 changes: 43 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"typedoc": "^0.22.15",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"fast-check": "^3.0.1"
}
}
Loading

0 comments on commit 90454cb

Please sign in to comment.