timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.8k stars 852 forks source link

Make reorder_vs_insert deterministic #7051

Closed mkindahl closed 1 week ago

mkindahl commented 1 week ago

Add markers to steps in reorder_vs_insert that should be waiting to prevent non-determinsm when running.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.81%. Comparing base (59f50f2) to head (732d2bc). Report is 218 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7051 +/- ## ========================================== + Coverage 80.06% 81.81% +1.74% ========================================== Files 190 200 +10 Lines 37181 37232 +51 Branches 9450 9702 +252 ========================================== + Hits 29770 30460 +690 + Misses 2997 2873 -124 + Partials 4414 3899 -515 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.