Skip to content
Snippets Groups Projects
Commit 8a2b10e2 authored by Arseniy Volynets's avatar Arseniy Volynets Committed by Dmitry Rodionov
Browse files

fix: flaky sql tests failing with timeout

- Some sql queries that read from sharded tables
can fail with timeout error, but because of rethrows
it is showed as 'Connection reset error'. In order
to avoid retrying such tests in CI we can use retries
in tests. Note: solution to the problem itself is in
the progress, but we don't know when it will be done:
https://github.com/tarantool/vshard/pull/442

- Another solution is to use global tables instead of
sharded tables in tests where it does not matter.

- This commit uses both approaches: when possible sharded
tables were replaced with global ones. In other cases retries
were used.
parent 98b91c10
No related branches found
No related tags found
1 merge request!1101fix: use retriable for flaky sql tests
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment