janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Flaky Cassandra test: testIndexUpdatesWithReindexAndRemove

Open FlorianHockmann opened this issue 6 years ago • 5 comments

[ERROR] Failures: 
[ERROR]   AstyanaxGraphTest>JanusGraphTest.testIndexUpdatesWithReindexAndRemove:1500 expected: not equal but was: <0>

Job was:

MODULE='cassandra' ARGS='-Dtest=**/graphdb/astyanax/*'

FlorianHockmann avatar Mar 18 '19 13:03 FlorianHockmann

Have the same failure for Aerospike storage backend In my case it's the only failing test but it fails constantly. It fails on this assert As I see because this query doesn't filter on indexRelationTypeName

kptfh avatar Mar 22 '19 14:03 kptfh

@FlorianHockmann here is the root cause of this issue

kptfh avatar Apr 05 '19 09:04 kptfh

@kptfh Thanks for digging into this! Do you plan to submit a PR to fix this?

FlorianHockmann avatar Apr 05 '19 13:04 FlorianHockmann

Not sure that I know how to fix it correctly

kptfh avatar Apr 05 '19 14:04 kptfh

The test is still flaky:

Error:  Errors: 
Error:    CQLGraphCacheTest>JanusGraphTest.testIndexUpdatesWithReindexAndRemove:2010 » JanusGraph Index did not stabilize within the given amount of time. For sufficiently long wait periods this is most likely caused by a failed/incorrectly shut down JanusGraph instance or a lingering transaction.

FlorianHockmann avatar Sep 07 '23 10:09 FlorianHockmann