Skip to content

flaky test: router/complex_call.test.lua' #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Tracked by #523
VitaliyaIoffe opened this issue Oct 22, 2021 · 1 comment
Open
Tracked by #523

flaky test: router/complex_call.test.lua' #303

VitaliyaIoffe opened this issue Oct 22, 2021 · 1 comment
Labels
bug Something isn't working flaky test router teamS Scaling

Comments

@VitaliyaIoffe
Copy link

VitaliyaIoffe commented Oct 22, 2021

tarantool-ubuntu-focal-d3c3031bd2695a27ade5807351810d1365f0c9fb

router/complex_call.test.lua                                    
[Instance "box_1_c"] Tarantool server failed to start

Last 15 lines of Tarantool Log file [Instance "box_1_c"][/home/runner/work/tarantool/tarantool/test/var/001_router/box_1_c.log]:
2021-10-21 18:23:27.567 [5109] relay/127.0.0.1:58488/101/main I> recover from `/home/runner/work/tarantool/tarantool/test/var/001_router/box_1_c/00000000000000000043.xlog'
2021-10-21 18:23:27.571 [5109] main/113/applier/[email protected]:3302 I> authenticated
2021-10-21 18:23:27.571 [5109] main/113/applier/[email protected]:3302 I> subscribed
2021-10-21 18:23:27.571 [5109] main/113/applier/[email protected]:3302 I> remote vclock {1: 44} local vclock {1: 44}
2021-10-21 18:23:27.571 [5109] main/113/applier/[email protected]:3302 I> RAFT: message {term: 1, state: follower} from 3
2021-10-21 18:23:27.572 [5109] main/132/applierw/[email protected]:3302 C> leaving orphan mode
2021-10-21 18:23:27.832 [5109] main/113/applier/[email protected]:3302 I> can't read row
2021-10-21 18:23:27.832 [5109] main/113/applier/[email protected]:3302 coio.cc:378 !> SystemError unexpected EOF when reading from socket, called on fd 31, aka 127.0.0.1:47472, peer of 127.0.0.1:3302: Broken pipe
2021-10-21 18:23:27.832 [5109] main/113/applier/[email protected]:3302 I> will retry every 0.10 second
2021-10-21 18:23:27.832 [5109] relay/127.0.0.1:58488/101/main coio.cc:378 !> SystemError unexpected EOF when reading from socket, called on fd 25, aka 127.0.0.1:3303, peer of 127.0.0.1:58488: Broken pipe
2021-10-21 18:23:27.832 [5109] relay/127.0.0.1:58488/101/main C> exiting the relay loop
2021-10-21 18:23:27.879 [5109] main C> got signal 15 - Terminated
2021-10-21 18:23:27.879 [5109] main I> tx_binary: stopped
Starting instance box_1_c...
Start failed: builtin/box/console.lua:865: failed to create server localhost:35394: Address already in use

[Instance "test"] Failed to start tarantool instance "box_1_c"
[ fail ]
@kyukhin kyukhin added bug Something isn't working flaky test labels Oct 25, 2021
@sergos sergos added the teamS Scaling label Oct 29, 2021
@kyukhin kyukhin added the router label Nov 1, 2021
@Gerold103
Copy link
Collaborator

The problem is that the tests can't run in parallel. They use hardcoded ports. Will fail even if you have tests running in some other repository and occupying one of the hardcoded ports. Same as #174.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky test router teamS Scaling
Projects
None yet
Development

No branches or pull requests

4 participants