[Bug]: Validate-Runner test results: testName and status values switched
Open
bug
P2
tests
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
### What happened?
In the JSON file of validate-runners results, in testCases the name of a test and status values has switched.
See the example below:
```
{
"name": "NOT RUN",
"className": "org.apache.beam.sdk.transforms.SplittableDoFnTest",
"categories": [],
"status": "testLifecycleMethodsBounded"
},
{
"name": "NOT RUN",
"className": "org.apache.beam.sdk.metrics.MetricsTest$CommittedMetricTests",
"categories": [],
"status": "testCommittedCounterMetrics"
},
```
### Issue Priority
Priority: 2
### Issue Component
Component: testing
Contributor guide
Assessment
This issue has not been assessed yet.