MartijnVisser commented on PR #21128:
URL: https://github.com/apache/flink/pull/21128#issuecomment-1339946779
@gaborgsomogyi I talked offline with @zentol about the changes and we've
decided to also test offline with the Hadoop3 profile. So after a `mvn clean
install -DskipTests` I ran `mvn verify -Dflink.hadoop.version=3.1.3
-Phadoop3-tests,hive3` on the `flink-yarn-tests` module. Unfortunately, that
fails :(
```
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
152.347 s - in org.apache.flink.yarn.YARNHighAvailabilityITCase
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionCapacitySchedulerITCase.checkForProhibitedLogContents:758->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-capacityscheduler
to exist.
[ERROR]
YARNSessionFIFOITCase.checkForProhibitedLogContents:81->YarnTestBase.ensureNoProhibitedStringInLogFiles:487
Expecting file:
/Users/martijn/Developer/flink/flink-yarn-tests/target/test/data/flink-yarn-tests-fifo
to exist.
[ERROR]
YARNSessionFIFOSecuredITCase.testDetachedMode:160->YarnTestBase.runTest:298->lambda$testDetachedMode$2:173->YARNSessionFIFOITCase.runDetachedModeTest:163->YarnTestBase.getOnlyApplicationReport:755
expected: 1
but was: 2
[ERROR] Errors:
[ERROR] YARNSessionFIFOITCase.testDetachedMode » Timeout
testDetachedMode() timed out ...
[ERROR]
YARNSessionFIFOSecuredITCase.testDetachedModeSecureWithPreInstallKeytab »
Timeout
[INFO]
[ERROR] Tests run: 27, Failures: 9, Errors: 2, Skipped: 0
```
Can you check from your end?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]