You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/07/05 23:15:26 UTC

[03/32] incubator-geode git commit: GEODE-1374: Flaky tests will now have junit xml recorded into seperate directory

GEODE-1374: Flaky tests will now have junit xml recorded into seperate directory


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/22e7005d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/22e7005d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/22e7005d

Branch: refs/heads/feature/GEODE-1571
Commit: 22e7005da3c60a76dbb77ef5c1767f481b018a6d
Parents: 369d432
Author: Jason Huynh <hu...@gmail.com>
Authored: Thu Jun 30 13:46:58 2016 -0700
Committer: Jason Huynh <hu...@gmail.com>
Committed: Thu Jun 30 16:34:21 2016 -0700

----------------------------------------------------------------------
 gradle/test.gradle | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/22e7005d/gradle/test.gradle
----------------------------------------------------------------------
diff --git a/gradle/test.gradle b/gradle/test.gradle
index eb10cad..5651124 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -141,6 +141,9 @@ subprojects {
     doFirst {
       writeTestProperties(buildDir, name)
     }
+
+    reports.junitXml.destination = file "$buildDir/test-reports-flaky"
+    
   }
 
   // By proving a file with an arbitrary list of test classes, we can select only those