| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
LuLz. Pushed a test key. |
Sorry, something went wrong.
Using a namespace for any key which is changed (inserted/deleted) so that concurrent tests don't operate on the same data. The one exception is `TestDatastoreQuery` which depends on entities which need to be already stored and indexed before running. For this test case, a new client is created without any namespace.
Updating datastore system test to allow concurrent runs.
* build: reduce build time * build: move some checks to GitHub Actions * test: speed up more tests
| Back | FazBrowse Home | New Git URL |
Using a namespace for any key which is changed (inserted/deleted) so that concurrent tests don't operate on the same data. The one exception is TestDatastoreQuery which depends on entities which need to be already stored and indexed before running. For this test case, a new client is created without any namespace.
NOTE: Has #1369 as diffbase.
Inspired by #1363.