You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/04/26 02:09:15 UTC

[GitHub] [incubator-hugegraph] seagle-yuan commented on pull request #1846: fix checkstyle IdHolder&AuthManager issue

seagle-yuan commented on PR #1846:
URL: https://github.com/apache/incubator-hugegraph/pull/1846#issuecomment-1109222863

   It seems like the probability of failure is hign
   ![3](https://user-images.githubusercontent.com/13429553/165205119-65b0fda9-15e7-42f3-871a-59eb19247765.JPG)
   
   ![1](https://user-images.githubusercontent.com/13429553/165205018-545ee1c4-1eb8-471d-aa66-4849753ef5d8.JPG)
   ![2](https://user-images.githubusercontent.com/13429553/165205023-4f30b635-209b-4a61-ad5b-3ee3c3f7df09.JPG)
   
   Error:  Failures: 
   Error:    EdgeApiTest>BaseApiTest.init:82->BaseApiTest.clearData:600->BaseApiTest.clearSchema:541->BaseApiTest.lambda$clearSchema$5:520->BaseApiTest.assertResponseStatus:617 Response with status 400 and content {"exception":"class com.baidu.hugegraph.HugeException","message":"Failed to serialize indexlabels","cause":"com.baidu.hugegraph.HugeException: Can't write json: Undefined vertex label with id: '24' (through reference chain: java.util.ArrayList[0])"} expected:<200> but was:<400>
   Error:    GremlinApiTest>BaseApiTest.init:82->BaseApiTest.clearData:600->BaseApiTest.clearSchema:541->BaseApiTest.lambda$clearSchema$5:520->BaseApiTest.assertResponseStatus:617 Response with status 400 and content {"exception":"class com.baidu.hugegraph.HugeException","message":"Failed to serialize indexlabels","cause":"com.baidu.hugegraph.HugeException: Can't write json: Undefined vertex label with id: '24' (through reference chain: java.util.ArrayList[0])"} expected:<200> but was:<400>
   Error:  com.baidu.hugegraph.api.IndexLabelApiTest.testDelete(com.baidu.hugegraph.api.IndexLabelApiTest)
   Error:    Run 1: IndexLabelApiTest.testDelete:149->BaseApiTest.assertResponseStatus:617 Response with status 400 and content {"exception":"class com.baidu.hugegraph.exception.ExistedException","message":"The index label 'personByAge' has existed","cause":""} expected:<202> but was:<400>
   Error:    Run 2: IndexLabelApiTest>BaseApiTest.teardown:92->BaseApiTest.clearData:600->BaseApiTest.clearSchema:541->BaseApiTest.lambda$clearSchema$5:520->BaseApiTest.assertResponseStatus:617 Response with status 400 and content {"exception":"class com.baidu.hugegraph.HugeException","message":"Failed to serialize indexlabels","cause":"com.baidu.hugegraph.HugeException: Can't write json: Undefined vertex label with id: '24' (through reference chain: java.util.ArrayList[0])"} expected:<200> but was:<400>


-- 
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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org