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

Make up/downgrade test deterministic #6017

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Aug 29, 2023

Two queries in post.continuous_aggs.v3.sql had no ORDER BY specification. Therefore, the query output was not deterministic. This patch adds the missing ORDER BY.


Disable-check: force-changelog-file

@github-actions
Copy link

@gayyappan, @svenklemm: please review this pull request.

Powered by pull-review

@jnidzwetzki jnidzwetzki enabled auto-merge (rebase) August 29, 2023 06:55
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #6017 (e7feff1) into main (6576d96) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6017      +/-   ##
==========================================
+ Coverage   87.08%   87.14%   +0.05%     
==========================================
  Files         243      243              
  Lines       55993    55947      -46     
  Branches    12398    12379      -19     
==========================================
- Hits        48763    48754       -9     
+ Misses       4886     4844      -42     
- Partials     2344     2349       +5     

see 19 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Two queries in post.continuous_aggs.v3.sql had no ORDER BY
specification. Therefore, the query output was not deterministic. This
patch adds the missing ORDER BY.
@jnidzwetzki jnidzwetzki merged commit 4516df2 into timescale:main Aug 29, 2023
34 of 35 checks passed
@jnidzwetzki jnidzwetzki deleted the up_downgrade_test branch August 29, 2023 08:02
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.

None yet

3 participants