-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP ] Convert remaining tests to junit 5 (#5394)
* [WIP] Convert remaining tests to junit 5 Let's see if that works * remove junit 4 * temporaily add system.out.prinltn to test if all are run * fix gradle not executing tests correclty * fix gradle syntax error * add more logging * fix psql driver name and url * Manually call setup and clear in each test * fix typo and call clear * fix unmodifable error * fix field map error * fix id * SetID does not store value as internal id field * add some comments for further debugging hints call clear in setup to ensure empty tables and no leftovers from failures * fix copy paste error * Cleanup code * Don't allow codecov to fail * Temporarily allow failure of database tests * Readd database test to codecov * Try to ignore failures the other way * Or maybe this way? * Yet another try * Well...maybe now Co-Authored-By: Tobias Diez <tobiasdiez@gmx.de>
- Loading branch information
1 parent
df09597
commit 04015b0
Showing
10 changed files
with
211 additions
and
153 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
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
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
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.