apache / apache/beam

[Bug]: Validate-Runner test results: testName and status values switched

Open
#22,209 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.