-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have integration tests run with both scheduler and job queue (#6787)
* Move integration tests to separate directory This commit moves all integration tests (the ones marked with pytest.mark.integration_tests atleast) to a new directory tests/integration_tests. * Have integration tests run with both queue and scheduler This commits adds the pytest.mark.scheduler mark and scheduler fixture to some of the integration tests, so that they will be ran with both the scheduler and job queue. * Move pytest snapshots down one level
- Loading branch information
1 parent
5d32855
commit a810eb0
Showing
28 changed files
with
2,418 additions
and
1,708 deletions.
There are no files selected for viewing
File renamed without changes.
17 changes: 17 additions & 0 deletions
17
...analysis/snapshots/test_es_update/test_update_only_using_subset_observations/0/update_log
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
====================================================================================================================================================== | ||
Time: | ||
Parent ensemble: default_0 | ||
Target ensemble: new_ensemble | ||
Alpha: 3.0 | ||
Global scaling: 1.0 | ||
Standard cutoff: 1e-06 | ||
Run id: id | ||
Update step: DISABLED_OBSERVATIONS | ||
------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
Observed history | Simulated data | Status | ||
------------------------------------------------------------------------------------------------------------------------------------------------------ | ||
1 : FOPR 0.008 +/- 0.100 | 0.079 +/- 0.107 | Active | ||
2 : WPR_DIFF_1 0.000 +/- 0.100 | -0.011 +/- 0.060 | Active | ||
3 : WPR_DIFF_1 0.100 +/- 0.200 | 0.081 +/- 0.126 | Active | ||
4 : WPR_DIFF_1 0.200 +/- 0.150 | 0.073 +/- 0.130 | Active | ||
5 : WPR_DIFF_1 0.000 +/- 0.050 | 0.127 +/- 0.125 | Active |
222 changes: 222 additions & 0 deletions
222
...integration_tests/analysis/snapshots/test_es_update/test_update_report/0-False/update_log
Large diffs are not rendered by default.
Oops, something went wrong.
222 changes: 222 additions & 0 deletions
222
.../integration_tests/analysis/snapshots/test_es_update/test_update_report/0-True/update_log
Large diffs are not rendered by default.
Oops, something went wrong.
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.