You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a configuration problem. XVR test didn't run tests in core (that moved from runners-core-construction) because the change here: https://github.com/apache/beam/pull/29924/files#r1496122168 . VR tests attempted to run those tests because it always has core test jar in its classpath, and the change added those test originally in runner-core-construction to java-core
What happened?
#29924 merged core-construction-java into java-core. After that many validation runner tests failed:
These tests are not supposed to run in VR test suites. On the other hand, also checked that XVR test suites no longer run these tests.
We should exclude these tests from running in VR while add them back to XVR
Issue Failure
Failure: Test is continually failing
Issue Priority
Priority: 1 (unhealthy code / failing or flaky postcommit so we cannot be sure the product is healthy)
Issue Components
The text was updated successfully, but these errors were encountered: