You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/09/21 22:05:19 UTC

Build failed in Jenkins: Atlas-1.0-IntegrationTests #1090

See <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/1090/display/redirect>

------------------------------------------
[...truncated 390.54 KB...]
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /api/atlas/types. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>
)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:399)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:327)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:212)
	at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:906)
	at org.apache.atlas.AtlasClient.createType(AtlasClient.java:257)
	at org.apache.atlas.AtlasClient.createType(AtlasClient.java:275)
	at org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:211)
	at org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV1(BaseResourceIT.java:358)
	at org.apache.atlas.web.integration.DataSetLineageJerseyResourceIT.setUp(DataSetLineageJerseyResourceIT.java:60)
	at org.apache.atlas.web.integration.EntityLineageJerseyResourceIT.setUp(EntityLineageJerseyResourceIT.java:56)

setUp(org.apache.atlas.web.integration.EntityJerseyResourceIT)  Time elapsed: 360.533 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClient$API_V1@8e4787f failed with status 503 (Service Unavailable) Response Body (<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /api/atlas/types. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>
)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:399)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:327)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:212)
	at org.apache.atlas.AtlasClient.callAPIWithBody(AtlasClient.java:906)
	at org.apache.atlas.AtlasClient.createType(AtlasClient.java:257)
	at org.apache.atlas.AtlasClient.createType(AtlasClient.java:275)
	at org.apache.atlas.web.integration.BaseResourceIT.createType(BaseResourceIT.java:211)
	at org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV1(BaseResourceIT.java:358)
	at org.apache.atlas.web.integration.EntityJerseyResourceIT.setUp(EntityJerseyResourceIT.java:69)

setUp(org.apache.atlas.web.integration.EntityV2JerseyResourceIT)  Time elapsed: 280.675 sec  <<< FAILURE!
org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasClientV2$API_V2@1789b0d0 failed with status 503 (Service Unavailable) Response Body (<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 503 </title>
</head>
<body>
<h2>HTTP ERROR: 503</h2>
<p>Problem accessing /api/atlas/v2/types/typedefs/. Reason:
<pre>    Service Unavailable</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>
)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:399)
	at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:327)
	at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:212)
	at org.apache.atlas.AtlasClientV2.createAtlasTypeDefs(AtlasClientV2.java:227)
	at org.apache.atlas.web.integration.BaseResourceIT.batchCreateTypes(BaseResourceIT.java:163)
	at org.apache.atlas.web.integration.BaseResourceIT.createTypeDefinitionsV2(BaseResourceIT.java:446)
	at org.apache.atlas.web.integration.EntityV2JerseyResourceIT.setUp(EntityV2JerseyResourceIT.java:72)

testAccessforUnauthenticatedResource(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)  Time elapsed: 0.006 sec  <<< FAILURE!
java.lang.AssertionError: expected [200] but found [503]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:372)
	at org.testng.Assert.assertEquals(Assert.java:382)
	at org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT.testAccessforUnauthenticatedResource(AtlasAuthenticationSimpleFilterIT.java:57)

testSimpleLoginForValidUser(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)  Time elapsed: 0.005 sec  <<< FAILURE!
java.lang.AssertionError: expected [200] but found [503]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:372)
	at org.testng.Assert.assertEquals(Assert.java:382)
	at org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT.testSimpleLoginForValidUser(AtlasAuthenticationSimpleFilterIT.java:46)

testSimpleLoginWithInvalidCrendentials(org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT)  Time elapsed: 0.001 sec  <<< FAILURE!
java.lang.AssertionError: expected [401] but found [503]
	at org.testng.Assert.fail(Assert.java:94)
	at org.testng.Assert.failNotEquals(Assert.java:496)
	at org.testng.Assert.assertEquals(Assert.java:125)
	at org.testng.Assert.assertEquals(Assert.java:372)
	at org.testng.Assert.assertEquals(Assert.java:382)
	at org.apache.atlas.web.filters.AtlasAuthenticationSimpleFilterIT.testSimpleLoginWithInvalidCrendentials(AtlasAuthenticationSimpleFilterIT.java:75)


Results :

Failed tests: 
  NotificationHookConsumerIT.setUp:54->BaseResourceIT.createTypeDefinitionsV1:358->BaseResourceIT.createType:211 » AtlasService
  AtlasAuthenticationSimpleFilterIT.testAccessforUnauthenticatedResource:57 expected [200] but found [503]
  AtlasAuthenticationSimpleFilterIT.testSimpleLoginForValidUser:46 expected [200] but found [503]
  AtlasAuthenticationSimpleFilterIT.testSimpleLoginWithInvalidCrendentials:75 expected [401] but found [503]
  EntityJerseyResourceIT.setUp:69->BaseResourceIT.createTypeDefinitionsV1:358->BaseResourceIT.createType:211 » AtlasService
  EntityLineageJerseyResourceIT.setUp:56->DataSetLineageJerseyResourceIT.setUp:60->BaseResourceIT.createTypeDefinitionsV1:358->BaseResourceIT.createType:211 » AtlasService
  EntityV2JerseyResourceIT.setUp:72->BaseResourceIT.createTypeDefinitionsV2:446->BaseResourceIT.batchCreateTypes:163 » AtlasService
  TypesJerseyResourceIT.testDuplicateSubmit:102 » AtlasService Metadata service ...
  TypesJerseyResourceIT.testGetTraitNames:196->addTraits:244->BaseResourceIT.createType:215->BaseResourceIT.createType:211 » AtlasService
  TypesJerseyResourceIT.testListTypesByFilter:217->BaseResourceIT.createType:215->BaseResourceIT.createType:211 » AtlasService
  TypesJerseyResourceIT.testSubmit:84 » AtlasService Metadata service API org.ap...
  TypesJerseyResourceIT.testUpdate:120 » AtlasService Metadata service API org.a...

Tests run: 130, Failures: 12, Errors: 0, Skipped: 114

[INFO] 
[INFO] --- jetty-maven-plugin:9.3.14.v20161028:stop (stop-jetty) @ atlas-webapp ---
[INFO] Waiting 10 seconds for jetty to stop
[INFO] Stopped ServerConnector@6de4ad78{HTTP/1.1,[http/1.1]}{0.0.0.0:31000}
[INFO] Closing Spring root WebApplicationContext
[INFO] Shutting down log4j
[INFO] Stopped o.e.j.m.p.JettyWebAppContext@3a97fe97{/,file://<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.2.0-SNAPSHOT/,UNAVAILABLE}{/home/jenkins/jenkins-slave/workspace/Atlas-1.0-IntegrationTests/webapp/target/atlas-webapp-1.2.0-SNAPSHOT.war}>
[INFO] Server reports itself as stopped
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.2.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ atlas-webapp ---
[INFO] Building jar: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/atlas-webapp-1.2.0-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18.1:verify (verify) @ atlas-webapp ---
[INFO] Failsafe report directory: <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Atlas Server Build Tools 1.0 ................ SUCCESS [  0.635 s]
[INFO] apache-atlas 1.2.0-SNAPSHOT ........................ SUCCESS [  4.084 s]
[INFO] Apache Atlas Test Utility Tools .................... SUCCESS [ 11.074 s]
[INFO] Apache Atlas Integration ........................... SUCCESS [ 22.769 s]
[INFO] Apache Atlas Common ................................ SUCCESS [  7.710 s]
[INFO] Apache Atlas Client ................................ SUCCESS [  0.530 s]
[INFO] atlas-client-common ................................ SUCCESS [  7.362 s]
[INFO] atlas-client-v1 .................................... SUCCESS [  7.293 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [  5.787 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [  9.297 s]
[INFO] atlas-client-v2 .................................... SUCCESS [  5.871 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [  0.464 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [  5.223 s]
[INFO] Graph Database Common Code ......................... SUCCESS [  5.429 s]
[INFO] Apache Atlas JanusGraph DB Impl .................... SUCCESS [ 16.982 s]
[INFO] Apache Atlas Graph Database Implementation Dependencies SUCCESS [  2.598 s]
[INFO] Shaded version of Apache hbase client .............. SUCCESS [  8.656 s]
[INFO] Shaded version of Apache hbase server .............. SUCCESS [ 23.420 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [  7.542 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 34.638 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:40 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [27:45 min]
[INFO] Apache Atlas Documentation ......................... SKIPPED
[INFO] Apache Atlas FileSystem Model ...................... SKIPPED
[INFO] Apache Atlas Plugin Classloader .................... SKIPPED
[INFO] Apache Atlas Hive Bridge Shim ...................... SKIPPED
[INFO] Apache Atlas Hive Bridge ........................... SKIPPED
[INFO] Apache Atlas Falcon Bridge Shim .................... SKIPPED
[INFO] Apache Atlas Falcon Bridge ......................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Sqoop Bridge .......................... SKIPPED
[INFO] Apache Atlas Storm Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Storm Bridge .......................... SKIPPED
[INFO] Apache Atlas Hbase Bridge Shim ..................... SKIPPED
[INFO] Apache Atlas Hbase Bridge .......................... SKIPPED
[INFO] Apache Atlas Kafka Bridge .......................... SKIPPED
[INFO] Apache Atlas Distribution 1.2.0-SNAPSHOT ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:34 min
[INFO] Finished at: 2018-09-21T21:58:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify (verify) on project atlas-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/webapp/target/failsafe-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :atlas-webapp
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.server.NIOServerCnxnFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 20 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/checkstyle-result.xml> with 973 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/checkstyle-result.xml> with 1872 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/checkstyle-result.xml> with 2231 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/checkstyle-result.xml> with 2728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/target/checkstyle-result.xml> with 2728 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/checkstyle-result.xml> with 3805 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/dashboardv2/target/checkstyle-result.xml> with 3805 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/checkstyle-result.xml> with 4107 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/checkstyle-result.xml> with 4333 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/graphdb-impls/target/checkstyle-result.xml> with 4333 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/checkstyle-result.xml> with 6659 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/target/checkstyle-result.xml> with 6659 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/checkstyle-result.xml> with 18778 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/checkstyle-result.xml> with 20052 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/checkstyle-result.xml> with 39219 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/checkstyle-result.xml> with 39420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-client-shaded/target/checkstyle-result.xml> with 39420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/shaded/hbase-server-shaded/target/checkstyle-result.xml> with 39420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/target/checkstyle-result.xml> with 39420 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/checkstyle-result.xml> with 39458 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=be96cd4aa327746d4c51cafb9653225f0fe6d15c, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
 > git rev-parse be96cd4aa327746d4c51cafb9653225f0fe6d15c^{commit} # timeout=10
<Git Blamer> Skipping file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/graphson/AtlasGraphSONMode.java,> no result found.
[CHECKSTYLE] Computing warning deltas based on reference build #1088
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/> that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 13 files in <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/authorization/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v1/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/client-v2/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/client/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/graphdb/janus/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/intg/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/notification/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/repository/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/server-api/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/test-tools/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=be96cd4aa327746d4c51cafb9653225f0fe6d15c, workspace=<https://builds.apache.org/job/Atlas-1.0-IntegrationTests/ws/>
[FINDBUGS] Computing warning deltas based on reference build #1088
Archiving artifacts
[Fast Archiver] Compressed 168.07 MB of artifacts by 84.3% relative to #1088
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml,**/target/failsafe-reports/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/Atlas-1.0-IntegrationTests/builds/1090/testng/testng-results.xml'
6.722689% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH

Jenkins build is back to normal : Atlas-1.0-IntegrationTests #1091

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Atlas-1.0-IntegrationTests/1091/display/redirect>