-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#64667] server: tests: Add database parametrization for tests
This commit introduces database parametrization for tests. Tests can now be ran with "--sqlite" or "--postgres" as pytest command line arguments to choose a DB backend the server should run with. Since running temporary PostgreSQL databases adds quite a bit of overhead, allowed timeouts for server startup/response were significantly increased. Some tests now also require more scalenode resources.
- Loading branch information
Kacper Zienkiewicz
committed
Sep 6, 2024
1 parent
a6e1fc8
commit c2d5e22
Showing
12 changed files
with
773 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.