1 <?xml version="1.0" encoding="UTF-8"?> 2 <testsuites name="AllTests" tests="" failures="" disabled="" errors="" time=""> 3 <!-- Suite that is run entirely on shard 0 --> 4 <testsuite name="Suite0" tests="1" failures="" disabled="" errors="" time=""> 5 <testcase name="Test0" status="run" time="0" classname="Suite0" /> 6 </testsuite> 7 8 <!-- Suite that is run entirely on shard 1 --> 9 <testsuite name="Suite1" tests="1" failures="" disabled="" errors="" time=""> 10 </testsuite> 11 12 <!-- Suite that has tests run on both shard 0 and shard 1 --> 13 <testsuite name="Suite2" tests="2" failures="" disabled="" errors="" time=""> 14 <testcase name="Test0" status="run" time="0" classname="Suite2" /> 15 </testsuite> 16 17 <!-- Suite that has a test run on both shard 0 and shard 1 --> 18 <testsuite name="Suite3" tests="1" failures="" disabled="" errors="" time=""> 19 <testcase name="Test0" status="run" time="0" classname="Suite3"> 20 <failure message="" type="" ignored="true"></failure> 21 </testcase> 22 </testsuite> 23 </testsuites> 24