-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start of transition to parameterised testing for background tasks mon…
…itoring
- Loading branch information
1 parent
c6f7a11
commit 46a19b4
Showing
4 changed files
with
354 additions
and
28 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
doajtest/matrices/background_task_status/background_task_status.settings.csv
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,14 @@ | ||
field,test_id,in_queue,oldest_queued,error_count,error_age,lrs_success_or_error,queued,errors,lrs | ||
type,index,generated,generated,generated,generated,generated,conditional,conditional,conditional | ||
default,,,,,,,stable,stable,stable | ||
,,,,,,,,, | ||
values,,0,in_period,0,in_period,success,stable,stable,stable | ||
values,,1,out_of_period,1,out_of_period,error,unstable,unstable,unstable | ||
values,,,,,,empty,,, | ||
,,,,,,,,, | ||
constraint event_in_queue,,0,out_of_period,,,,,, | ||
constraint event_error_count,,,,0,out_of_period,,,, | ||
,,,,,,,,, | ||
conditional queued,,1,in_period,,,,unstable,, | ||
conditional errors,,,,1,in_period,,,unstable, | ||
conditional lrs,,,,,,error,,,unstable |
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.