Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.9.0
Description
TestRequestPoolService.testUpdatingConfigs fails with the error below.
mjacobs - I’m assigning this to you thinking you might have an idea what’s going on here; feel free to find another person or assign back to me if you're swamped.
14:43:48 Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.313 sec <<< FAILURE! - in org.apache.impala.util.TestRequestPoolService 14:43:48 testUpdatingConfigs(org.apache.impala.util.TestRequestPoolService) Time elapsed: 7.116 sec <<< FAILURE! 14:43:48 at org.apache.impala.util.TestRequestPoolService.checkModifiedConfigResults(TestRequestPoolService.java:245) 14:43:48 at org.apache.impala.util.TestRequestPoolService.testUpdatingConfigs(TestRequestPoolService.java:206) ... 14:43:48 TestRequestPoolService.testUpdatingConfigs:206->checkModifiedConfigResults:245 expected:<root.queueC> but was:<null> 14:43:48 Tests run: 564, Failures: 1, Errors: 0, Skipped: 20 14:43:48 [INFO] BUILD FAILURE 14:43:48 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project impala-frontend: There are test failures. 14:43:48 [ERROR] 14:43:48 [ERROR] Please refer to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/fe_tests for the individual test results. 14:43:48 [ERROR] -> [Help 1] 14:43:48 [ERROR] 14:43:48 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 14:43:48 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 14:43:48 [ERROR] 14:43:48 [ERROR] For more information about the errors and possible solutions, please read the following articles: 14:43:48 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 14:43:48 mvn -fae test exited with code 0
Attachments
Issue Links
- is superceded by
-
IMPALA-5687 Fix & re-enable TestRequestPoolService.testUpdatingConfigs
- Open