javeme commented on PR #1852:
URL: 
https://github.com/apache/incubator-hugegraph/pull/1852#issuecomment-1116905379

   cassandra ci:
   ```java
   Error:  Tests run: 727, Failures: 3, Errors: 1, Skipped: 21, Time elapsed: 
482.636 s <<< FAILURE! - in com.baidu.hugegraph.core.CoreTestSuite
   Error:  
testQueryVertexBeforeAfterUpdateMultiPropertyWithIndex(com.baidu.hugegraph.core.VertexCoreTest)
  Time elapsed: 0.541 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.VertexCoreTest.testQueryVertexBeforeAfterUpdateMultiPropertyWithIndex(VertexCoreTest.java:6465)
   
   Error:  
testAddVertexWithCollectionIndex(com.baidu.hugegraph.core.VertexCoreTest)  Time 
elapsed: 0.523 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.VertexCoreTest.testAddVertexWithCollectionIndex(VertexCoreTest.java:676)
   
   Error:  
testAddEdgeWithCollectionIndex(com.baidu.hugegraph.core.EdgeCoreTest)  Time 
elapsed: 0.37 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.EdgeCoreTest.testAddEdgeWithCollectionIndex(EdgeCoreTest.java:7334)
   
   Error:  
testUpdateEdgePropertyWithRemoveAndSet(com.baidu.hugegraph.core.EdgeCoreTest)  
Time elapsed: 0.49 s  <<< ERROR!
   java.lang.IllegalStateException: The property does not exist as it has no 
key, value, or associated element
        at 
com.baidu.hugegraph.core.EdgeCoreTest.assertContains(EdgeCoreTest.java:7465)
        at 
com.baidu.hugegraph.core.EdgeCoreTest.testUpdateEdgePropertyWithRemoveAndSet(EdgeCoreTest.java:5938)
   ```
   
   hbase ci:
   ```java
   Error:  Tests run: 727, Failures: 3, Errors: 0, Skipped: 35, Time elapsed: 
873.651 s <<< FAILURE! - in com.baidu.hugegraph.core.CoreTestSuite
   Error:  
testQueryVertexBeforeAfterUpdateMultiPropertyWithIndex(com.baidu.hugegraph.core.VertexCoreTest)
  Time elapsed: 0.547 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.VertexCoreTest.testQueryVertexBeforeAfterUpdateMultiPropertyWithIndex(VertexCoreTest.java:6465)
   
   Error:  
testAddVertexWithCollectionIndex(com.baidu.hugegraph.core.VertexCoreTest)  Time 
elapsed: 0.537 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.VertexCoreTest.testAddVertexWithCollectionIndex(VertexCoreTest.java:676)
   
   Error:  
testAddEdgeWithCollectionIndex(com.baidu.hugegraph.core.EdgeCoreTest)  Time 
elapsed: 0.413 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<0>
        at 
com.baidu.hugegraph.core.EdgeCoreTest.testAddEdgeWithCollectionIndex(EdgeCoreTest.java:7334)
   ```


-- 
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]

Reply via email to