Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
0.20
-
None
-
None
Description
Move the remaining JSON test defs over to the JavaScript config to make them clearer and/or more concise. Some of the tests use numerous pages worth of pure JSON which could instead be expressed as a relatively short amount of JavaScript to simply generate it.
Additionally, during this move the tests will be updated such that they use unique queues for each test segment/iteration, since this makes it much easier to use the tests with other providers using the NO-OP queue creator by ensuring that each test segment/iteration can't contaminate the next. It also makes it clearer what if anything is left behind after running the tests (e.g if an error occurs).