You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the rclone test suite, there are currently a couple of failures in the fs/operations test suite, relating to storage tier, and modification times. Some of these were fixed in 5be39ed, but there are still some failures remaining.
This can be replicated by starting Gateway-ST locally with a working storj-sim, checking out rclone, building and running the test runner and running it:
Example failures from the "fs/operations" suite that are failing:
=== RUN TestIntegration/FsMkdir/FsPutFiles/SetTier
fstests.go:1662:
Error Trace: fstests.go:1662
Error: Expected nil, but got: &s3err.RequestFailure{RequestFailure:(*awserr.requestError)(0xc0000ca500), hostID:""}
Test: TestIntegration/FsMkdir/FsPutFiles/SetTier
fstests.go:1664:
Error Trace: fstests.go:1664
Error: Not equal:
expected: "STANDARD_IA"
actual : "STANDARD"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-STANDARD_IA
+STANDARD
Test: TestIntegration/FsMkdir/FsPutFiles/SetTier
2021/12/10 15:39:08 DEBUG : no_checksum_big_file_from_pipe: Modification times differ by 87301h39m8.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2021-12-10 02:39:08 +0000 UTC
2021/12/10 15:39:08 ERROR : no_checksum_big_file_from_pipe: corrupted on transfer
operations_test.go:1467:
Error Trace: operations_test.go:1467
operations_test.go:1478
Error: Received unexpected error:
corrupted on transfer
Test: TestRcat
=== CONT TestRcat/withChecksum=false,ignoreChecksum=false
testing.go:1169: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestRcat (0.41s)
--- FAIL: TestRcat/withChecksum=false,ignoreChecksum=false (0.41s)
The text was updated successfully, but these errors were encountered:
When running the rclone test suite, there are currently a couple of failures in the
fs/operations
test suite, relating to storage tier, and modification times. Some of these were fixed in 5be39ed, but there are still some failures remaining.This can be replicated by starting Gateway-ST locally with a working storj-sim, checking out rclone, building and running the test runner and running it:
In order to work around the failures, the broken tests can be filtered out by only running the working suite:
Example failures from the "fs/operations" suite that are failing:
The text was updated successfully, but these errors were encountered: