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
17.62k stars 883 forks source link

[Flaky test] chunk_api #4765

Closed mkindahl closed 4 months ago

mkindahl commented 2 years ago

Which test is flaky?

chunk_api

Since when has the test been flaky?

September 28, 2022

Link to the failed test run

https://github.com/timescale/timescaledb/actions/runs/3141452205/jobs/5104336364

Log output

diff -u /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/chunk_api.out /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/chunk_api.out
--- /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/chunk_api.out    2022-09-28 07:37:00.468557500 +0000
+++ /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/chunk_api.out   2022-09-28 07:53:50.254520100 +0000
@@ -400,590 +400,4 @@
 SET ROLE :ROLE_1;
 -- Run ANALYZE again, but on both nodes.
 ANALYZE disttable;
    .
    .
    .
+ERROR:  [db_chunk_api_1]: relation "disttable" does not exist

Reason for flakiness

Possibly similar reasons for failure as #4022

svenklemm commented 4 months ago

seems to be related to multinode which has been removed