Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flakey integration test TestRulerEvaluationDelay #7689

Closed
56quarters opened this issue Mar 21, 2024 · 1 comment
Closed

Flakey integration test TestRulerEvaluationDelay #7689

56quarters opened this issue Mar 21, 2024 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists type/tests

Comments

@56quarters
Copy link
Contributor

=== RUN   TestRulerEvaluationDelay
20:45:27 Starting minio-9000
20:45:27 Ports for container: e2e-mimir-test-minio-9000 Mapping: map[9000:32987]
20:45:27 Started minio-9000
20:45:27 Starting mimir
20:45:28 Ports for container: e2e-mimir-test-mimir Mapping: map[9009:32988]
20:45:28 Started mimir
20:45:29 mimir: ts=2024-03-21T20:45:29.672704732Z caller=loader.go:120 level=warn msg="bucket index not found" user=anonymous
    ruler_test.go:296: querying from  2024-03-21 20:40:29.656287192 +0000 UTC m=+40.543399409 to 2024-03-21 20:45:29.656287192 +0000 UTC m=+340.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 2
        	            	actual  : 4
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 2 actual value 4 actual timestamp 1711053631.656 expected timestamp 2024-03-21 20:40:29.656287192 +0000 UTC m=+40.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 4
        	            	actual  : 8
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 4 actual value 8 actual timestamp 1711053633.656 expected timestamp 2024-03-21 20:40:30.656287192 +0000 UTC m=+41.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 8
        	            	actual  : 10
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 8 actual value 10 actual timestamp 1711053634.656 expected timestamp 2024-03-21 20:40:32.656287192 +0000 UTC m=+43.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 10
        	            	actual  : 12
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 10 actual value 12 actual timestamp 1711053635.656 expected timestamp 2024-03-21 20:40:33.656287192 +0000 UTC m=+44.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 12
        	            	actual  : 14
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 12 actual value 14 actual timestamp 1711053636.656 expected timestamp 2024-03-21 20:40:34.656287192 +0000 UTC m=+45.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 14
        	            	actual  : 16
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 14 actual value 16 actual timestamp 1711053637.656 expected timestamp 2024-03-21 20:40:35.656287192 +0000 UTC m=+46.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 16
        	            	actual  : 18
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 16 actual value 18 actual timestamp 1711053638.656 expected timestamp 2024-03-21 20:40:36.656287192 +0000 UTC m=+47.543399409
    ruler_test.go:314: 
        	Error Trace:	/home/runner/work/mimir/mimir/integration/ruler_test.go:314
        	Error:      	Not equal: 
        	            	expected: 18
        	            	actual  : 20
        	Test:       	TestRulerEvaluationDelay
    ruler_test.go:315: expected value 18 actual value 20 actual timestamp 1711053639.656 expected timestamp 2024-03-21 20:40:37.656287192 +0000 UTC m=+48.543399409
    ruler_test.go:315: expected value 20 actual value 20 actual timestamp 1711053640.656 expected timestamp 2024-03-21 20:40:38.656287192 +0000 UTC m=+49.543399409
20:45:40 Killing mimir
20:45:40 Killing minio-9000
20:45:41 Killed minio-9000
20:45:41 Killed mimir
20:45:41 error while removing sharedDir /home/runner/work/mimir/mimir/integration/e2e_integration_test2548393333 err: unlinkat /home/runner/work/mimir/mimir/integration/e2e_integration_test2548393333/rule_tmp/anonymous/ns: permission denied
--- FAIL: TestRulerEvaluationDelay (14.34s)
@56quarters 56quarters added bug Something isn't working type/tests labels Mar 21, 2024
@narqo
Copy link
Contributor

narqo commented Mar 22, 2024

I believe that's a duplicate for #4857 😅

@narqo narqo closed this as completed Mar 22, 2024
@narqo narqo added the duplicate This issue or pull request already exists label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists type/tests
Projects
None yet
Development

No branches or pull requests

2 participants