Skip to content
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

test: flaky queue tests initialization #291

Closed
oleg-jukovec opened this issue May 14, 2023 · 0 comments · Fixed by #292
Closed

test: flaky queue tests initialization #291

oleg-jukovec opened this issue May 14, 2023 · 0 comments · Fixed by #292
Assignees
Labels
bug Something isn't working teamE

Comments

@oleg-jukovec
Copy link
Collaborator

We have a problem to start Tarantool instances on macOS:

2023-05-14T11:55:28.6833270Z PASS
2023-05-14T11:55:29.7810430Z ok  	github.com/tarantool/go-tarantool/multi	14.836s
2023-05-14T11:55:31.3979520Z # github.com/tarantool/go-tarantool/queue.test
2023-05-14T11:55:31.3980060Z ld: warning: -no_pie is deprecated when targeting new OS versions
2023-05-14T11:55:45.2246100Z 2023/05/14 11:55:44 Failed to prepare test tarantool: failed to dial: dial tcp 127.0.0.1:3013: connect: connection refused
2023-05-14T11:55:45.3231560Z FAIL	github.com/tarantool/go-tarantool/queue	9.036s
2023-05-14T11:55:50.6396720Z # github.com/tarantool/go-tarantool/settings.test
2023-05-14T11:55:50.6397790Z ld: warning: -no_pie is deprecated when targeting new OS versions
2023-05-14T11:55:50.9457490Z 2023/05/14 11:55:50 Skipping session settings tests...
2023-05-14T11:55:50.9463290Z === RUN   TestRequestsAPI
2023-05-14T12:03:03.9143630Z PASS
2023-05-14T12:03:04.9534080Z ok  	github.com/tarantool/go-tarantool/multi	14.695s
2023-05-14T12:03:06.4570850Z # github.com/tarantool/go-tarantool/queue.test
2023-05-14T12:03:06.4571360Z ld: warning: -no_pie is deprecated when targeting new OS versions
2023-05-14T12:03:13.1736710Z 2023/05/14 12:03:13 Failed to set roles in tarantool pool: failed to authenticate: Instance bootstrap hasn't finished yet (ClientError, code 0x74), see ./src/box/box.cc line 3037
2023-05-14T12:03:13.1756560Z FAIL	github.com/tarantool/go-tarantool/queue	6.627s
2023-05-14T12:03:14.6679980Z # github.com/tarantool/go-tarantool/settings.test
2023-05-14T12:03:14.6681190Z ld: warning: -no_pie is deprecated when targeting new OS versions
2023-05-14T12:03:15.1690520Z === RUN   TestRequestsAPI
2023-05-14T12:03:15.1699400Z --- PASS: TestRequestsAPI (0.00s)
@oleg-jukovec oleg-jukovec self-assigned this May 14, 2023
@oleg-jukovec oleg-jukovec added bug Something isn't working teamE labels May 14, 2023
oleg-jukovec added a commit that referenced this issue May 15, 2023
We need to wait for a success role cluster configuration because an
instance bootstrap may hasn't finished yet.

Part of #291
oleg-jukovec added a commit that referenced this issue May 15, 2023
We need to wait for a success role cluster configuration because an
instance bootstrap may hasn't finished yet.

Part of #291
oleg-jukovec added a commit that referenced this issue May 15, 2023
We need to wait for a success role cluster configuration because an
instance bootstrap may hasn't finished yet.

Part of #291
oleg-jukovec pushed a commit that referenced this issue May 15, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
oleg-jukovec pushed a commit that referenced this issue May 15, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
oleg-jukovec pushed a commit that referenced this issue May 15, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
oleg-jukovec added a commit that referenced this issue May 17, 2023
We need to wait for a successful role cluster configuration because
an instance bootstrap may haven't finished yet.

Part of #291
oleg-jukovec pushed a commit that referenced this issue May 17, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
oleg-jukovec added a commit that referenced this issue May 17, 2023
We need to wait for a successful role cluster configuration because
an instance bootstrap may haven't finished yet.

Part of #291
oleg-jukovec pushed a commit that referenced this issue May 17, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
oleg-jukovec added a commit that referenced this issue May 18, 2023
We need to wait for a successful role cluster configuration because
an instance bootstrap may haven't finished yet.

Part of #291
oleg-jukovec pushed a commit that referenced this issue May 18, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #277
Closes #282
Closes #291
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working teamE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants