Merge lp:~zorba-coders/zorba/sorting-chained-tests into lp:zorba

Proposed by Ghislain Fourny
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10797
Merged at revision: 10803
Proposed branch: lp:~zorba-coders/zorba/sorting-chained-tests
Merge into: lp:zorba
Diff against target: 12 lines (+2/-0)
1 file modified
test/rbkt/Queries/CMakeLists.txt (+2/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/sorting-chained-tests
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Markos Zaharioudakis Approve
Review via email: mp+103440@code.launchpad.net

Commit message

Added an instruction to sort chained tests for deterministic order.

Description of the change

Added an instruction to sort chained tests for deterministic order.

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job sorting-chained-tests-2012-04-25T11-01-15.305Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 3 Pending.

Revision history for this message
Markos Zaharioudakis (markos-za) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job sorting-chained-tests-2012-04-27T16-16-33.744Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job sorting-chained-tests-2012-04-27T17-42-24.552Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job sorting-chained-tests-2012-04-27T18-32-03.215Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'test/rbkt/Queries/CMakeLists.txt'
2--- test/rbkt/Queries/CMakeLists.txt 2012-04-24 12:39:38 +0000
3+++ test/rbkt/Queries/CMakeLists.txt 2012-04-25 10:21:40 +0000
4@@ -54,6 +54,8 @@
5
6 SET(PARAM 0)
7
8+ LIST(SORT CHAINED_TESTFILES)
9+
10 # create a list with the folders containg *.cxq files
11 FOREACH(CHAINED_TESTFILE ${CHAINED_TESTFILES})
12 GET_FILENAME_COMPONENT(TF_PATH ${CHAINED_TESTFILE} PATH)

Subscribers

People subscribed via source and target branches