citus/src
Jelte Fennema-Nio c83c556702
Fix flaky isolation_master_update_node (#7303)
Sometimes in CI isolation_master_update_node fails like this:

```diff
 ------------------

 (1 row)

 step s2-abort: ABORT;
 step s1-abort: ABORT;
 FATAL:  terminating connection due to administrator command
 FATAL:  terminating connection due to administrator command
 SSL connection has been closed unexpectedly
+server closed the connection unexpectedly

 master_remove_node
 ------------------

```

This just seesm like a random error line. The only way to reasonably fix
this is by adding an extra output file. So that's what this PR does.
2023-11-01 16:44:45 +03:00
..
backend Fix flaky multi_cluster_management (#7295) 2023-11-01 10:46:01 +00:00
include Allow citus_*_size on index related to a distributed table (#7271) 2023-11-01 09:05:51 +00:00
test Fix flaky isolation_master_update_node (#7303) 2023-11-01 16:44:45 +03:00