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 19, 2022
1 parent 633e03c commit 83315cb
Show file tree
Hide file tree
Showing 3 changed files with 936 additions and 215 deletions.
42 changes: 42 additions & 0 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 83315cb

Please sign in to comment.