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

[auto-bump] [no-release-notes] dependency by macneale4 #1141

Closed
wants to merge 1 commit into from

Conversation

coffeegoddd
Copy link
Contributor

β˜• An Automated Dependency Version Bump PR πŸ‘‘

Initial Changes

The changes contained in this PR were produced by `go get`ing the dependency.

```bash
go get github.com/dolthub/[dependency]/go@[commit]
```

Copy link
Contributor

Main PR
covering_index_scan_postgres 366.24/s 349.15/s -4.7%
index_join_postgres 150.08/s 154.03/s +2.6%
index_join_scan_postgres 182.56/s 184.16/s +0.8%
index_scan_postgres 12.63/s 12.53/s -0.8%
oltp_point_select 2748.00/s 2778.39/s +1.1%
oltp_read_only 1830.76/s 1852.89/s +1.2%
select_random_points 110.27/s 109.96/s -0.3%
select_random_ranges 130.87/s 128.74/s -1.7%
table_scan_postgres 11.92/s 11.99/s +0.5%
types_table_scan_postgres 5.60/s 5.56/s -0.8%

Copy link
Contributor

Main PR
Total 42090 42090
Successful 15559 15532
Failures 26531 26558
Partial Successes1 5226 5224
Main PR
Successful 36.9660% 36.9019%
Failures 63.0340% 63.0981%

${\color{red}Regressions (19)}$

copy2

QUERY:          ROLLBACK TO SAVEPOINT s1;
RECEIVED ERROR: SAVEPOINT s1 does not exist (errno 1105) (sqlstate HY000)

create_table

QUERY:          ROLLBACK TO q;
RECEIVED ERROR: SAVEPOINT q does not exist (errno 1105) (sqlstate HY000)
QUERY:          DROP TABLE remember_create_subid;
RECEIVED ERROR: table not found: remember_create_subid (errno 1146) (sqlstate HY000)
QUERY:          ROLLBACK TO q;
RECEIVED ERROR: SAVEPOINT q does not exist (errno 1105) (sqlstate HY000)
QUERY:          DROP TABLE remember_node_subid;
RECEIVED ERROR: table not found: remember_node_subid (errno 1146) (sqlstate HY000)

join

QUERY:          create table fkest (a int, b int, c int unique, primary key(a,b));
RECEIVED ERROR: table with name fkest already exists (errno 1105) (sqlstate HY000)

transactions

QUERY:          SELECT oid FROM pg_class WHERE relname = 'disappear';
RECEIVED ERROR: expected row count 0 but received 2
QUERY:          RELEASE SAVEPOINT two;
RECEIVED ERROR: SAVEPOINT two does not exist (errno 1105) (sqlstate HY000)
QUERY:          SELECT * FROM trans_foo;
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          INSERT INTO trans_foo VALUES (1);
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          INSERT INTO trans_foo VALUES (2);
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          INSERT INTO trans_foo VALUES (3);
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          SELECT * FROM trans_foo;
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          rollback to x;
RECEIVED ERROR: SAVEPOINT x does not exist (errno 1105) (sqlstate HY000)
QUERY:          CREATE TABLE koju (a INT UNIQUE);
RECEIVED ERROR: table with name koju already exists (errno 1105) (sqlstate HY000)
QUERY:          DROP TABLE trans_foo;
RECEIVED ERROR: table not found: trans_foo (errno 1146) (sqlstate HY000)
QUERY:          rollback to x;
RECEIVED ERROR: SAVEPOINT x does not exist (errno 1105) (sqlstate HY000)
QUERY:          create table trans_abc (a int);
RECEIVED ERROR: table with name trans_abc already exists (errno 1105) (sqlstate HY000)
QUERY:          CREATE TABLE trans_abc (a int);
RECEIVED ERROR: table with name trans_abc already exists (errno 1105) (sqlstate HY000)

Footnotes

  1. These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct. ↩

Copy link
Contributor

This PR has been superseded by #1144

@github-actions github-actions bot closed this Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants