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

CI failed due to i/o timeout in bitmap test cases for macOS 12/13 #2381

Open
1 of 2 tasks
PragmaTwice opened this issue Jun 29, 2024 · 2 comments
Open
1 of 2 tasks

CI failed due to i/o timeout in bitmap test cases for macOS 12/13 #2381

PragmaTwice opened this issue Jun 29, 2024 · 2 comments
Assignees
Labels
bug type bug help wanted Good for newcomers

Comments

@PragmaTwice
Copy link
Member

PragmaTwice commented Jun 29, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

unstable

Minimal reproduce step

See #2324.

https://github.com/apache/kvrocks/actions/runs/9722666039/job/26837091320?pr=2324

--- FAIL: TestBitmap (504.52s)
    --- FAIL: TestBitmap/SETBIT/GETBIT/BITCOUNT/BITPOS_boundary_check_(type_bitmap) (6.05s)
        bitmap_test.go:201: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:201
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/SETBIT/GETBIT/BITCOUNT/BITPOS_boundary_check_(type_bitmap)
    --- FAIL: TestBitmap/BITCOUNT_BIT/BYTE_option_check(type_bitmap_bitmap_string) (3.02s)
        bitmap_test.go:209: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:209
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/BITCOUNT_BIT/BYTE_option_check(type_bitmap_bitmap_string)
    --- FAIL: TestBitmap/BITOP_NOT_(known_string) (3.02s)
        bitmap_test.go:54: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:54
            	            				/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:263
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/BITOP_NOT_(known_string)
    --- FAIL: TestBitmap/BITOP_where_dest_and_target_are_the_same_key (3.03s)
        bitmap_test.go:54: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:54
            	            				/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:269
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/BITOP_where_dest_and_target_are_the_same_key
    --- FAIL: TestBitmap/BITOP_AND|OR|XOR_don't_change_the_string_with_single_input_key (3.02s)
        bitmap_test.go:54: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:54
            	            				/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:275
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/BITOP_AND|OR|XOR_don't_change_the_string_with_single_input_key
    --- FAIL: TestBitmap/BITOP_missing_key_is_considered_a_stream_of_zero (3.01s)
        bitmap_test.go:54: 
            	Error Trace:	/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:54
            	            				/Users/runner/work/kvrocks/kvrocks/tests/gocase/unit/type/bitmap/bitmap_test.go:283
            	Error:      	Received unexpected error:
            	            	i/o timeout
            	Test:       	TestBitmap/BITOP_missing_key_is_considered_a_stream_of_zero
FAIL

What did you expect to see?

--

What did you see instead?

--

Anything Else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@PragmaTwice PragmaTwice added bug type bug help wanted Good for newcomers labels Jun 29, 2024
@aleksraiden
Copy link
Contributor

I think that's I find an error case, tried to test it into own repo.

@aleksraiden aleksraiden self-assigned this Jul 11, 2024
@aleksraiden
Copy link
Contributor

This PR #2404 will close issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug type bug help wanted Good for newcomers
2 participants