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.83k stars 852 forks source link

[Flaky test] Test remote_copy fails with EOF detected #5017

Closed mkindahl closed 1 month ago

mkindahl commented 1 year ago

Which test is flaky?

remote_copy

Since when has the test been flaky?

November 22, 2022

Link to the failed test run

https://github.com/timescale/timescaledb/actions/runs/3540047368/jobs/5942651117

Log output

diff -u /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/remote_copy-13.out /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/remote_copy-13.out
--- /mnt/d/a/timescaledb/timescaledb/tsl/test/expected/remote_copy-13.out   2022-11-24 11:20:58.741045200 +0000
+++ /mnt/d/a/timescaledb/timescaledb/build_wsl/tsl/test/results/remote_copy-13.out  2022-11-24 11:42:51.281470700 +0000
@@ -303,193 +303,4 @@
 (13 rows)

 \c :DATA_NODE_3
-SELECT * FROM "+ri(k33_')" ORDER BY 1;
- thyme | ))_  |   flavor   |  pH  | optional 
--------+------+------------+------+----------
-     1 |   11 | strawberry |  2.3 | stuff
-   208 |   40 | mint       | 0.01 | 
-  3420 | 4324 | "empties"  |   40 | \N
-(3 rows)
   .
   .
   .
-DROP DATABASE :DATA_NODE_3;
+\connect: connection to server at "localhost" (127.0.0.1), port 55432 failed: SSL SYSCALL error: EOF detected

Reason for flakiness

No response

svenklemm commented 1 month ago

multinode has been removed