Skip to content

Add skipped tests for bugs hit from testing js frameworks, fix current_setting#1373

Merged
tbantle22 merged 2 commits intomainfrom
taylor/skipped
Apr 14, 2025
Merged

Add skipped tests for bugs hit from testing js frameworks, fix current_setting#1373
tbantle22 merged 2 commits intomainfrom
taylor/skipped

Conversation

@tbantle22
Copy link
Copy Markdown
Contributor

@tbantle22 tbantle22 commented Apr 9, 2025

For #1366

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2025

Main PR
covering_index_scan_postgres 344.14/s 348.79/s +1.3%
index_join_postgres 152.61/s 153.12/s +0.3%
index_join_scan_postgres 183.23/s 183.28/s 0.0%
index_scan_postgres 12.41/s 12.50/s +0.7%
oltp_point_select 2600.34/s 2608.24/s +0.3%
oltp_read_only 1803.67/s 1823.14/s +1.0%
select_random_points 115.69/s 114.92/s -0.7%
select_random_ranges 126.95/s 127.62/s +0.5%
table_scan_postgres 11.74/s 11.81/s +0.5%
types_table_scan_postgres 5.46/s 5.50/s +0.7%

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2025

Main PR
Total 42090 42090
Successful 15696 15695
Failures 26394 26395
Partial Successes1 5231 5229
Main PR
Successful 37.2915% 37.2891%
Failures 62.7085% 62.7109%

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.

@tbantle22 tbantle22 changed the title Add skipped tests for bugs hit from testing js frameworks Add skipped tests for bugs hit from testing js frameworks, fix current_setting Apr 14, 2025
@tbantle22 tbantle22 requested a review from zachmu April 14, 2025 15:47
Copy link
Copy Markdown
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The right way to do this is a cast function, but I don't think it actually matters given the types you can store in these settings.

@tbantle22 tbantle22 merged commit 4b9f0a7 into main Apr 14, 2025
14 checks passed
@tbantle22 tbantle22 deleted the taylor/skipped branch April 14, 2025 17:26
codeaucafe added a commit to codeaucafe/doltgresql that referenced this pull request Dec 21, 2025
Issue dolthub#1361 reported that SELECT DOLT_CLEAN() with no arguments failed
with "function dolt_clean() does not exist". This was fixed in PR dolthub#1763
which added Function0 registration for all Dolt procedures, but the
corresponding tests in dolt_functions_test.go remained skipped.

Note: PR dolthub#1373 (referenced by issue dolthub#1361) also added skipped tests in
prepared_statement_test.go, but those were already unskipped in commit
62569c7 ("finished removing custom expr type").

List of changes below:
- Remove Skip: true from zero-argument DOLT_CLEAN() tests
- Reorder test assertions so DOLT_CLEAN('t1') runs before DOLT_CLEAN()
- Add table recreation step between test cases to verify both work

Refs: dolthub#1361
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

Successfully merging this pull request may close these issues.

2 participants