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

Citus CI failing #698

Open
mrigger opened this issue Jan 19, 2023 · 3 comments
Open

Citus CI failing #698

mrigger opened this issue Jan 19, 2023 · 3 comments

Comments

@mrigger
Copy link
Contributor

mrigger commented Jan 19, 2023

The Citus CI has been failing for a while now. For example, https://github.com/sqlancer/sqlancer/actions/runs/3956119066/jobs/6776946798 shows failures as outlined below.

CREATE DATABASE database2 ; --- ERROR: database "database2" is being accessed by other users
INSERT INTO t1(c0) VALUES(B'1111111111111111111111111111111111101000111000001001100000100110'), (B'1111111111111111111111111111111111010111011111001111111000100000'), (B'1111111111111111111111111111111110001100100110000101001001100011') ON CONFLICT  DO NOTHING; --- ERROR: columnar_tuple_insert_speculative not implemented
@mrigger
Copy link
Contributor Author

mrigger commented Mar 27, 2024

Previously reported an issue at citusdata/citus#6670, which might have fixed this. cc @malwaregarry

@malwaregarry
Copy link
Contributor

malwaregarry commented Apr 1, 2024

Still showing up on v11.3 and v12.1. Edit: with postgres 15

Perhaps we can add the error to ExpectedError or do some rate limiting?

@mrigger
Copy link
Contributor Author

mrigger commented Apr 1, 2024

Perhaps we can add the error to ExpectedError

I think this would just mask the issue. I think it would be better to try addressing it.

CC'ing @onurctirtir and @gokhangulbiz, since they worked on the issue/fix (see citusdata/citus#6670).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants