You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nigel Jones (JIRA)" <ji...@apache.org> on 2018/04/23 09:51:00 UTC

[jira] [Closed] (ATLAS-2096) Integration Test fails: Given Type Dimension already exists

     [ https://issues.apache.org/jira/browse/ATLAS-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Jones closed ATLAS-2096.
------------------------------

> Integration Test fails: Given Type Dimension already exists
> -----------------------------------------------------------
>
>                 Key: ATLAS-2096
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2096
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Nigel Jones
>            Priority: Major
>
> When building Atlas for hbase/embedded solo I hit a UT failure during the web app tests:
> 127.0.0.1 - - [29/Aug/2017:17:33:22 +0000] "GET /api/atlas/entities/6cb20ab1-00c2-4e80-a2dc-dfb7a20c90e3 HTTP/1.1" 200 - "-" "Java/1.8.0_144"
> 127.0.0.1 - - [29/Aug/2017:17:33:22 +0000] "POST /api/atlas/entities/6cb20ab1-00c2-4e80-a2dc-dfb7a20c90e3?property=invalid_property HTTP/1.1" 400 - "-" "Java/1.8.0_144"
> 127.0.0.1 - - [29/Aug/2017:17:33:22 +0000] "GET /api/atlas/entities/6cb20ab1-00c2-4e80-a2dc-dfb7a20c90e3 HTTP/1.1" 200 - "-" "Java/1.8.0_144"
> 127.0.0.1 - - [29/Aug/2017:17:33:23 +0000] "POST /api/atlas/v2/types/typedefs/ HTTP/1.1" 409 - "-" "Java/1.8.0_144"
> Tests run: 134, Failures: 1, Errors: 0, Skipped: 5, Time elapsed: 80.922 sec <<< FAILURE! - in TestSuite
> runQuickStart(org.apache.atlas.examples.QuickStartV2IT)  Time elapsed: 0.387 sec  <<< FAILURE!
> org.apache.atlas.AtlasServiceException: Metadata service API org.apache.atlas.AtlasBaseClient$APIInfo@1bd893c7 failed with status 409 (Conflict) Response Body ({"errorCode":"ATLAS-409-00-001","errorMessage":"Given type Dimension already exists"})
> 	at org.apache.atlas.examples.QuickStartV2IT.runQuickStart(QuickStartV2IT.java:49)
> Results :
> Failed tests: 
>   QuickStartV2IT.runQuickStart:49 ยป AtlasService Metadata service API org.apache...
> Tests run: 134, Failures: 1, Errors: 0, Skipped: 5
> [INFO] 
> [INFO] --- jetty-maven-plugin:9.2.12.v20150709:stop (stop-jetty) @ atlas-webapp --- 
> This was reported in the mailing list at https://lists.apache.org/thread.html/9db9d8668f22a2cdd58dd42fb582e026e07703c7ec6e9ae0e7d53f69@%3Cdev.atlas.apache.org%3E
> Subsequently noticed this is failing (intermittently) on the Jenkins build too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)