summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-07-16 00:04:42 +1200
committerRobert Collins <robertc@robertcollins.net>2013-07-16 00:04:42 +1200
commit18ddf5aa8af1b0d339d20fb9a060451428a7e4dc (patch)
tree589de303ea642ea276dec5cc211c0b983027fba7 /NEWS
parentf92cc3662411925ebbc26e957ca40fb92f00d81f (diff)
parentbf920ea2002a64f23ded34bff1cd81a4bb7a4637 (diff)
downloadtestrepository-18ddf5aa8af1b0d339d20fb9a060451428a7e4dc.tar.gz
* The scheduler can now groups tests together permitting co-dependent tests to
always be scheduled onto the same backend. Note that this does not force co-dependent tests to be executed, so partial test runs (e.g. --failing) may still fail. (Matthew Treinish, Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2200e1c..accde30 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,11 @@ CHANGES
load command to take interactive input without it reading from the raw
subunit stream on stdin. (Robert Collins)
+* The scheduler can now groups tests together permitting co-dependent tests to
+ always be scheduled onto the same backend. Note that this does not force
+ co-dependent tests to be executed, so partial test runs (e.g. --failing)
+ may still fail. (Matthew Treinish, Robert Collins)
+
0.0.15
++++++