DomGarguilo opened a new issue #164:
URL: https://github.com/apache/accumulo-testing/issues/164
ReplicationRandomWalkIT which is run during `mvn verify` is consistently
failing with the following error:
```
...
2021-10-13T09:46:00,928 [clientImpl.ReplicationOperationsImpl] DEBUG:
Collecting referenced files for replication of table
repl_source_547b2954_437a_4a12_8da8_cf3269c3574b
2021-10-13T09:46:00,929 [clientImpl.ReplicationOperationsImpl] DEBUG: Found
id of 1 for name repl_source_547b2954_437a_4a12_8da8_cf3269c3574b
2021-10-13T09:46:00,945 [concurrent.Replication] DEBUG: updateFileRefs size 1
2021-10-13T09:46:01,568 [clientImpl.ReplicationOperationsImpl] DEBUG:
Collecting referenced files for replication of table
repl_source_547b2954_437a_4a12_8da8_cf3269c3574b
2021-10-13T09:46:01,568 [clientImpl.ReplicationOperationsImpl] DEBUG: Found
id of 1 for name repl_source_547b2954_437a_4a12_8da8_cf3269c3574b
2021-10-13T09:46:01,591 [concurrent.Replication] DEBUG: updateFileRefs size 0
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
54.977 s <<< FAILURE! - in
org.apache.accumulo.testing.randomwalk.ReplicationRandomWalkIT
[ERROR]
runReplicationRandomWalkStep(org.apache.accumulo.testing.randomwalk.ReplicationRandomWalkIT)
Time elapsed: 54.943 s <<< ERROR!
java.lang.RuntimeException: 0 fails to match expected value 1000
at
org.apache.accumulo.testing.randomwalk.ReplicationRandomWalkIT.runReplicationRandomWalkStep(ReplicationRandomWalkIT.java:51)
```
It looks like its failing at this assert where the row value is never
incremented:
https://github.com/apache/accumulo-testing/blob/e89cd6dbffe6a5031ae65c52035ed818bff1fa38/src/main/java/org/apache/accumulo/testing/randomwalk/concurrent/Replication.java#L168
I'm not sure where this issue was introduced but I remember being able to
successfully run verify recently. I've tried switching between commits with no
luck.
--
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]