tarantool / tarantool-qa

QA related issues of Tarantool
3 stars 0 forks source link

test: flaky replication/box_set_replication_stress.test.lua OSX on 1.10 #221

Open avtikhon opened 4 years ago

avtikhon commented 4 years ago

Tarantool version: Tarantool 1.10.6-18-g9dc2f263d Target: Darwin-x86_64-RelWithDebInfo Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BACKTRACE=ON Compiler: /Library/Developer/CommandLineTools/usr/bin/cc /Library/Developer/CommandLineTools/usr/bin/c++ C_FLAGS: -Wno-unknown-pragmas -fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector -fno-common -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Werror CXX_FLAGS: -Wno-unknown-pragmas -fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector -fno-common -msse2 -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Werror

OS version: OSX 14/15

Bug description: https://gitlab.com/tarantool/tarantool/-/jobs/554597234

 [028] replication/box_set_replication_stress.test.lua vinyl           
 [028] 
 [028] [Instance "master_quorum1" killed by signal: 6 (SIGABRT)]
 [028] 
 [028] Last 15 lines of Tarantool Log file [Instance "master_quorum1"][/tmp/tnt/028_replication/master_quorum1.log]:
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> leaving orphan mode
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> set 'replication' configuration option to ["\/private\/tmp\/tnt\/028_replication\/master_quorum1.sock","\/private\/tmp\/tnt\/028_replication\/master_quorum2.sock"]
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> leaving orphan mode
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> set 'replication' configuration option to []
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> connecting to 2 replicas
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> failed to connect to 2 out of 2 replicas
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> leaving orphan mode
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> set 'replication' configuration option to ["\/private\/tmp\/tnt\/028_replication\/master_quorum1.sock","\/private\/tmp\/tnt\/028_replication\/master_quorum2.sock"]
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> leaving orphan mode
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> set 'replication' configuration option to []
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> connecting to 2 replicas
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> failed to connect to 2 out of 2 replicas
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: C> leaving orphan mode
 [028] 2020-05-15 17:48:24.335 [4058] main/270/console/unix/: I> set 'replication' configuration option to ["\/private\/tmp\/tnt\/028_replication\/master_quorum1.sock","\/private\/tmp\/tnt\/028_replication\/master_quorum2.sock"]
 [028] (libev) select: Invalid argument

Steps to reproduce:

Optional (but very desirable):

Totktonada commented 4 years ago

The original problem was fixed in tarantool/tarantool#3867. The new problem is not the same as the originally reported.

Alexander, please, reproduce it locally and try to catch a backtrace from a core file using lldb. At least we'll see where it crashes.

avtikhon commented 4 years ago

The original problem was fixed in tarantool/tarantool#3867. The new problem is not the same as the originally reported.

Alexander, please, reproduce it locally and try to catch a backtrace from a core file using lldb. At least we'll see where it crashes.

Right, removed the message, which is fixing at tarantool/tarantool-qa#216 not to mess these 2 different issues.