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

minio tests are inconsistent #2805

Open
greyscaled opened this issue Mar 20, 2024 · 1 comment
Open

minio tests are inconsistent #2805

greyscaled opened this issue Mar 20, 2024 · 1 comment
Labels
bug 🐛 Something isn't working

Comments

@greyscaled
Copy link
Contributor

17:21:41.041 ERROR glaredb::args::slt: Error while running test `sqllogictests/rpc` error=test fail: query result mismatch:
[SQL] select * from test2;
[Diff] (-expected|+actual)
-   1
+   1 10
+   1 20
+   2 30
at /home/runner/work/glaredb/glaredb/testdata/sqllogictests/rpc.slt:75
16:41:14.296 ERROR glaredb::args::slt: Error while running test `sqllogictests/topn/topn_nulls_first` error=test fail: statement failed: error getting batch from flight: Tonic(Status { code: Internal, message: "External error: Execution error: Duplicate object name: 'integers' already exists", source: None })
[SQL] CREATE TEMP TABLE integers(i INTEGER)
at /home/runner/work/glaredb/glaredb/testdata/sqllogictests/topn/topn_nulls_first.slt:9

16:41:14.296 ERROR glaredb::args::slt: Error while running test `sqllogictests/temp_table` error=test fail: query result mismatch:
[SQL] select schema_name from glare_catalog.tables
	where table_name = 'abc';
[Diff] (-expected|+actual)
    current_session
-   public
+   pg_catalog_test
at /home/runner/work/glaredb/glaredb/testdata/sqllogictests/temp_table.slt:29
@greyscaled greyscaled added the bug 🐛 Something isn't working label Mar 20, 2024
@tychoish
Copy link
Collaborator

working theory is a flight/rpc session management/state issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants