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

Flaky macOs tests #282

Closed
better0fdead opened this issue Apr 5, 2023 · 0 comments · Fixed by #292
Closed

Flaky macOs tests #282

better0fdead opened this issue Apr 5, 2023 · 0 comments · Fixed by #292
Assignees
Labels
bug Something isn't working

Comments

@better0fdead
Copy link

Faced some more flaky tests for macOs on github runners.
I'll update the list if I find any other failed tests.
See the list below:

  1. run
--- FAIL: ExampleConnection_Update (0.01s)
got:
Update 14
Error <nil>
Code 0
Data [[14 bye one]]
want:
Update 14
Error <nil>
Code 0
Data [[14 bye bla]]
--- FAIL: ExampleConnection_SelectAsync (0.01s)
got:
Future 0 Error <nil>
Future 0 Data [{{} 16 test one} {{} 1 hello world}]
Future 1 Error <nil>
Future 1 Data [[17 test one]]
Future 2 Error <nil>
Future 2 Data [[18 test one]]
want:
Future 0 Error <nil>
Future 0 Data [{{} 16 val 16 bla} {{} 15 val 15 bla}]
Future 1 Error <nil>
Future 1 Data [[17 val 17 bla]]
Future 2 Error <nil>
Future 2 Data [[18 val 18 bla]]
--- FAIL: TestClient (0.51s)
    tarantool_test.go:886: Failed to Insert: client timeout for request 8 (0x4003)
  1. run
2023/04/04 13:37:51 Failed to prepare test tarantool: failed to dial: dial tcp 127.0.0.1:3013: connect: connection refused
FAIL	github.com/tarantool/go-tarantool/uuid	5.703s
  1. run
--- FAIL: TestTtlQueue (12.61s)
    queue_test.go:695: Failed take from queue: read tcp 127.0.0.1:50792->127.0.0.1:3013: i/o timeout
    queue_test.go:699: Failed to drop queue: using closed connection (0x4001)
--- FAIL: TestTask_Touch (1.97s)
    --- FAIL: TestTask_Touch/test_queue (0.21s)
        queue_test.go:869: Failed to create queue: ...queue/testdata/.rocks/share/tarantool/queue/abstract.lua:597: Space 'test_queue' already exists (LuajitError, code 0x20), see ./src/lua/utils.c line 489
--- FAIL: Example_simpleQueue (1.77s)
got:
error in prepare is failed to dial: dial tcp 127.0.0.1:3013: i/o timeout
want:
data_1:  test_data_1
FAIL
--- FAIL: TestTtlQueue_Put (0.38s)
    queue_test.go:711: Failed to create queue: ...queue/testdata/.rocks/share/tarantool/queue/abstract.lua:597: Space 'test_queue' already exists (LuajitError, code 0x20), see ./src/lua/utils.c line 489
  1. run
--- FAIL: TestInsert (0.66s)
    connection_pool_test.go:1196: 
        	Error Trace:	connection_pool_test.go:1196
        	Error:      	Expected nil, but got: tarantool.ClientError{Code:0x4003, Msg:"client timeout for request 10"}
        	Test:       	TestInsert
        	Messages:   	failed to Insert
@better0fdead better0fdead self-assigned this Apr 6, 2023
@better0fdead better0fdead added bug Something isn't working teamE labels Apr 6, 2023
better0fdead added a commit that referenced this issue Apr 17, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Part of #282
Part of #278
better0fdead added a commit that referenced this issue Apr 18, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #282
Closes #278
better0fdead added a commit that referenced this issue Apr 19, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

Closes #282
Closes #278
better0fdead added a commit that referenced this issue Apr 20, 2023
Increased timeout for all test's server options.
Have done it to solve the problem with macOs flaky tests.

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

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

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

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

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

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

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

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

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

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

Closes #282
oleg-jukovec added a commit that referenced this issue May 15, 2023
We should release the lock even if connect fails.

Part of #282
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
oleg-jukovec added a commit that referenced this issue May 15, 2023
We should release the lock even if connect fails.

Part of #282
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
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 should release the lock even if connect fails.

Part of #282
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 should release the lock even if connect fails.

Part of #282
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 should release the lock even if connect fails.

Part of #282
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
Projects
None yet
2 participants