Hean-Chhinling commented on PR #8123: URL: https://github.com/apache/hadoop/pull/8123#issuecomment-4333274110
14 NodeManager test failures. 11 tests coming from `org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor` and 3 tests coming from `org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.TestFpgaDiscoverer.testExecutablePathWhenFileIsEmpty`. It is unlikely because of this PR since it is only add two new endpoints and did not modify any existing functionalities. ``` [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testBatchFinishApplicationMaster [ERROR] Run 1: TestFederationInterceptor.testBatchFinishApplicationMaster:1074->lambda$testBatchFinishApplicationMaster$0:1097->getContainersAndAssert:253 expected: <6> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testBatchFinishApplicationMaster:1074->lambda$testBatchFinishApplicationMaster$0:1097->getContainersAndAssert:253 expected: <6> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testBatchFinishApplicationMaster:1074->lambda$testBatchFinishApplicationMaster$0:1097->getContainersAndAssert:253 expected: <6> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testLaunchUAMAndRegisterApplicationMasterRetry [ERROR] Run 1: TestFederationInterceptor.testLaunchUAMAndRegisterApplicationMasterRetry:1420->lambda$testLaunchUAMAndRegisterApplicationMasterRetry$0:1439->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testLaunchUAMAndRegisterApplicationMasterRetry:1420->lambda$testLaunchUAMAndRegisterApplicationMasterRetry$0:1439->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testLaunchUAMAndRegisterApplicationMasterRetry:1420->lambda$testLaunchUAMAndRegisterApplicationMasterRetry$0:1439->getContainersAndAssert:253 expected: <3> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testMultipleSubClusters [ERROR] Run 1: TestFederationInterceptor.testMultipleSubClusters:324->lambda$testMultipleSubClusters$0:345->getContainersAndAssert:253 expected: <6> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testMultipleSubClusters:324->lambda$testMultipleSubClusters$0:345->getContainersAndAssert:253 expected: <6> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testMultipleSubClusters:324->lambda$testMultipleSubClusters$0:345->getContainersAndAssert:253 expected: <6> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRecoverBadSCWithAMRMProxyHA [ERROR] Run 1: TestFederationInterceptor.testRecoverBadSCWithAMRMProxyHA:529->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testRecoverBadSCWithAMRMProxyHA:529->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testRecoverBadSCWithAMRMProxyHA:529->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRecoverBadSCWithoutAMRMProxyHA [ERROR] Run 1: TestFederationInterceptor.testRecoverBadSCWithoutAMRMProxyHA:534->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testRecoverBadSCWithoutAMRMProxyHA:534->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testRecoverBadSCWithoutAMRMProxyHA:534->testRecoverWithBadSubCluster:1263->lambda$testRecoverWithBadSubCluster$0:1269->registerApplicationAndAssignContainers:1333->getContainersAndAssert:253 expected: <9> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRecoverWithAMRMProxyHA [ERROR] Run 1: TestFederationInterceptor.testRecoverWithAMRMProxyHA:519->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testRecoverWithAMRMProxyHA:519->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testRecoverWithAMRMProxyHA:519->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRecoverWithoutAMRMProxyHA [ERROR] Run 1: TestFederationInterceptor.testRecoverWithoutAMRMProxyHA:524->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testRecoverWithoutAMRMProxyHA:524->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testRecoverWithoutAMRMProxyHA:524->testRecover:541->lambda$testRecover$0:567->getContainersAndAssert:253 expected: <6> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRemoveAppFromRegistryApplicationFailed [ERROR] Run 1: TestFederationInterceptor.testRemoveAppFromRegistryApplicationFailed:1186->lambda$testRemoveAppFromRegistryApplicationFailed$0:1208->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testRemoveAppFromRegistryApplicationFailed:1186->lambda$testRemoveAppFromRegistryApplicationFailed$0:1208->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testRemoveAppFromRegistryApplicationFailed:1186->lambda$testRemoveAppFromRegistryApplicationFailed$0:1208->getContainersAndAssert:253 expected: <3> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testRemoveAppFromRegistryApplicationSuccess [ERROR] Run 1: TestFederationInterceptor.testRemoveAppFromRegistryApplicationSuccess:1128->lambda$testRemoveAppFromRegistryApplicationSuccess$0:1150->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testRemoveAppFromRegistryApplicationSuccess:1128->lambda$testRemoveAppFromRegistryApplicationSuccess$0:1150->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testRemoveAppFromRegistryApplicationSuccess:1128->lambda$testRemoveAppFromRegistryApplicationSuccess$0:1150->getContainersAndAssert:253 expected: <3> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testReregister [ERROR] Run 1: TestFederationInterceptor.testReregister:394->lambda$testReregister$0:418->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testReregister:394->lambda$testReregister$0:418->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testReregister:394->lambda$testReregister$0:418->getContainersAndAssert:253 expected: <6> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testSameContainerFromDiffRM [ERROR] Run 1: TestFederationInterceptor.testSameContainerFromDiffRM:974->lambda$testSameContainerFromDiffRM$0:996->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testSameContainerFromDiffRM:974->lambda$testSameContainerFromDiffRM$0:996->getContainersAndAssert:253 expected: <3> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testSameContainerFromDiffRM:974->lambda$testSameContainerFromDiffRM$0:996->getContainersAndAssert:253 expected: <3> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testSecondAttempt [ERROR] Run 1: TestFederationInterceptor.testSecondAttempt:831->lambda$testSecondAttempt$0:846->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 2: TestFederationInterceptor.testSecondAttempt:831->lambda$testSecondAttempt$0:846->getContainersAndAssert:253 expected: <6> but was: <3> [ERROR] Run 3: TestFederationInterceptor.testSecondAttempt:831->lambda$testSecondAttempt$0:846->getContainersAndAssert:253 expected: <6> but was: <3> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor.testSubClusterTimeOut [ERROR] Run 1: TestFederationInterceptor.testSubClusterTimeOut:776->lambda$testSubClusterTimeOut$0:790->getContainersAndAssert:253 expected: <1> but was: <0> [ERROR] Run 2: TestFederationInterceptor.testSubClusterTimeOut:776->lambda$testSubClusterTimeOut$0:790->getContainersAndAssert:253 expected: <1> but was: <0> [ERROR] Run 3: TestFederationInterceptor.testSubClusterTimeOut:776->lambda$testSubClusterTimeOut$0:790->getContainersAndAssert:253 expected: <1> but was: <0> [INFO] [ERROR] org.apache.hadoop.yarn.server.nodemanager.containermanager.resourceplugin.fpga.TestFpgaDiscoverer.testExecutablePathWhenFileIsEmpty [ERROR] Run 1: TestFpgaDiscoverer.testExecutablePathWhenFileIsEmpty:130 configuration with empty string value, should use aocl ==> expected: <aocl> but was: <> [ERROR] Run 2: TestFpgaDiscoverer.testExecutablePathWhenFileIsEmpty:130 configuration with empty string value, should use aocl ==> expected: <aocl> but was: <> [ERROR] Run 3: TestFpgaDiscoverer.testExecutablePathWhenFileIsEmpty:130 configuration with empty string value, should use aocl ==> expected: <aocl> but was: <> [INFO] [INFO] [ERROR] Tests run: 1268, Failures: 14, Errors: 0, Skipped: 59 ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
