exasol/bucketfs-java

File overwrite error with Exasol 6.2.14

redcatbear opened this issue · 0 comments

Situation

When running a matrix test against Exasol 6.2.14 the sync check fails with the following error:

2021-03-29 14:05:03.083 [WARNING] Leaving container running since reuse is enabled. Don't forget to stop and remove the container manually using docker rm -f CONTAINER_ID. 
[ERROR] Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 218.208 s <<< FAILURE! - in com.exasol.bucketfs.SyncAwareBucketIT
[ERROR] testReplaceFile{Path}  Time elapsed: 5.61 s  <<< FAILURE!
java.lang.AssertionError: 
Upload number 2: file B
Expected: "abcdeABCDE\n"
     but: was "0123456789\n"
	at com.exasol.bucketfs.SyncAwareBucketIT.testReplaceFile(SyncAwareBucketIT.java:156)

Acceptance Criteria

  • Overwrite test green with Exasol 6.2.14