Flaky test TestPutObjectACLBackwardCompatibility #340

Closed
opened 2024-03-27 11:40:53 +00:00 by dkirillov · 0 comments
Member

Fix flaky test TestPutObjectACLBackwardCompatibility. Sometimes it fails during PR check (with go 1.20)

--- FAIL: TestPutObjectACLBackwardCompatibility (0.02s)
    acl_test.go:1375: 
        	Error Trace:	/workspace/TrueCloudLab/frostfs-s3-gw/api/handler/acl_test.go:1375
        	Error:      	Not equal: 
        	            	expected: "035d883798b6cc357777bb1974bdf177d3a0516698ab4d0ce962cffac98d4d5497"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-035d883798b6cc357777bb1974bdf177d3a0516698ab4d0ce962cffac98d4d5497
        	            	+
        	Test:       	TestPutObjectACLBackwardCompatibility
Fix flaky test `TestPutObjectACLBackwardCompatibility`. Sometimes it fails during PR check (with go 1.20) ``` --- FAIL: TestPutObjectACLBackwardCompatibility (0.02s) acl_test.go:1375: Error Trace: /workspace/TrueCloudLab/frostfs-s3-gw/api/handler/acl_test.go:1375 Error: Not equal: expected: "035d883798b6cc357777bb1974bdf177d3a0516698ab4d0ce962cffac98d4d5497" actual : "" Diff: --- Expected +++ Actual @@ -1 +1 @@ -035d883798b6cc357777bb1974bdf177d3a0516698ab4d0ce962cffac98d4d5497 + Test: TestPutObjectACLBackwardCompatibility ```
dkirillov added the
bug
label 2024-03-27 11:40:53 +00:00
r.loginov was assigned by alexvanin 2024-04-08 12:24:10 +00:00
alexvanin added this to the v0.30.0 milestone 2024-05-27 11:13:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#340
No description provided.