|
| 1 | +unused step name: s5_l2_consistency |
1 | 2 | Parsed test spec with 6 sessions |
2 | 3 |
|
3 | 4 | starting permutation: s1_select s3_lock_before_register s1_run_pol7d_3d_refresh s12_run_pol3d_1d_refresh s13_run_pol1d_refresh s4_enable_before_process_cagg_invalidations s3_release_after_register s5_show_running_jobs s4_release_before_process_cagg_invalidations |
@@ -79,7 +80,7 @@ step s1_run_pol7d_3d_refresh: <... completed> |
79 | 80 | step s12_run_pol3d_1d_refresh: <... completed> |
80 | 81 | step s13_run_pol1d_refresh: <... completed> |
81 | 82 |
|
82 | | -starting permutation: s3_lock_before_register s1_run_l2_hist s12_run_l2_recent s4_enable_before_process_cagg_invalidations s3_release_after_register s5_show_running_jobs s4_release_before_process_cagg_invalidations s5_l2_consistency |
| 83 | +starting permutation: s3_lock_before_register s1_run_l2_hist s12_run_l2_recent s4_enable_before_process_cagg_invalidations s3_release_after_register s5_show_running_jobs s4_release_before_process_cagg_invalidations |
83 | 84 | step s3_lock_before_register: |
84 | 85 | -- lock jobs_refresh_ranges table to serialize registration |
85 | 86 | BEGIN; LOCK TABLE _timescaledb_catalog.continuous_aggs_jobs_refresh_ranges; |
@@ -137,27 +138,3 @@ debug_waitpoint_release |
137 | 138 |
|
138 | 139 | step s1_run_l2_hist: <... completed> |
139 | 140 | step s12_run_l2_recent: <... completed> |
140 | | -step s5_l2_consistency: |
141 | | - -- L2 must match re-aggregation from L1 for all materialized buckets |
142 | | - SELECT d.bucket AT TIME ZONE 'UTC' AS bucket, |
143 | | - (d.cnt = h.cnt) AS cnt_match, |
144 | | - (d.sumb = h.sumb) AS sumb_match |
145 | | - FROM mat_2pol_m2 d |
146 | | - JOIN ( |
147 | | - SELECT time_bucket('1 day', bucket) AS bucket, |
148 | | - sum(count) AS cnt, |
149 | | - sum(sum) AS sumb |
150 | | - FROM mat_3pol_m1 GROUP BY 1 |
151 | | - ) h ON h.bucket = d.bucket |
152 | | - ORDER BY 1; |
153 | | - |
154 | | -bucket |cnt_match|sumb_match |
155 | | -------------------------+---------+---------- |
156 | | -Tue May 20 00:00:00 2025|t |t |
157 | | -Wed May 21 00:00:00 2025|t |t |
158 | | -Thu May 22 00:00:00 2025|t |t |
159 | | -Fri May 23 00:00:00 2025|t |t |
160 | | -Sat May 24 00:00:00 2025|t |t |
161 | | -Sun May 25 00:00:00 2025|t |t |
162 | | -Mon May 26 00:00:00 2025|t |t |
163 | | - |
0 commit comments