Skip to content

One more step to improve AQO regression tests stability. #121

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

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

danolivo
Copy link
Collaborator

@danolivo danolivo commented Feb 5, 2023

Move GUCs, which can be changed in runtime, from global regression tests conf to first executed test 'aqo_disabled.sql'. There we set these values by ALTER SYSTEM/pg_reload_conf() and use them during the test. Also, we call aqo_reset() at the start of each test.

And a bit more:

  1. Avoid to show a number of records in AQO ML storage - it can depend on optimizer settings and quite unstable (in progress).
  2. Use aliases query in output to avoid unstability of naming of anonymous columns.

@danolivo danolivo added this to the AQO 1.6 milestone Feb 5, 2023
@danolivo danolivo self-assigned this Feb 5, 2023
@danolivo danolivo changed the title One more step to improve AOQ regression tests stability. One more step to improve AQO regression tests stability. Feb 5, 2023
Move GUCs, which can be changed in runtime, from global regression tests conf
to first executed test 'aqo_disabled.sql'. There we set these values by ALTER
SYSTEM/pg_reload_conf() and use them during the test.
Also, we call aqo_reset() at the start of each test.

And a bit more:
1. Avoid to show a number of records in AQO ML storage - it can
depend on optimizer settings and quite unstable (in progress).
2. Use aliases query in output to avoid unstability of naming of anonymous
columns.
@danolivo danolivo merged commit 2ba8869 into stable13 Feb 14, 2023
@danolivo danolivo deleted the stable13-job branch February 14, 2023 03:21
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.

1 participant