Skip to content

test: box-py/snapshot test flaky fails on static build #14

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
avtikhon opened this issue Sep 20, 2019 · 3 comments
Open

test: box-py/snapshot test flaky fails on static build #14

avtikhon opened this issue Sep 20, 2019 · 3 comments
Milestone

Comments

@avtikhon
Copy link
Contributor

Tarantool version:

OS version:

Bug description:

[049] box-py/snapshot.test.py                                         [ fail ]
[049] 
[049] Test failed! Result content mismatch:
[049] --- box-py/snapshot.result	Fri Sep 20 08:41:41 2019
[049] +++ box-py/snapshot.reject	Fri Sep 20 08:46:05 2019
[049] @@ -53,7 +53,7 @@
[049]  ---
[049]  - [1, 'Test tuple']
[049]  ...
[049] -Snapshot exists.
[049] +Snapshot is missing.
[049]  space:drop()
[049]  ---
[049]  ...
[049] 
[049] Last 15 lines of Tarantool Log file [Instance "box"][/tarantool/test/var/049_box-py/box.log]:

Steps to reproduce:
https://gitlab.com/tarantool/tarantool/-/jobs/299884253
https://gitlab.com/tarantool/tarantool/-/jobs/299400368

Optional (but very desirable):

  • coredump
  • backtrace
  • netstat
@avtikhon avtikhon self-assigned this Sep 20, 2019
@avtikhon
Copy link
Contributor Author

Reproduced on 2.4.0-16-gcdf502c

@ligurio
Copy link
Member

ligurio commented Mar 17, 2020

Passed 1000 times out of 1000 runs, hardware: mcs1.

Tarantool 2.4.0-90-g362d59784
Target: Linux-x86_64-Debug
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_BACKTRACE=ON
Compiler: /usr/bin/cc /usr/bin/c++
C_FLAGS: -fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector -fno-common -fopenmp -msse2 -std=c11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -fno-gnu89-inline -Wno-cast-function-type -Werror
CXX_FLAGS: -fexceptions -funwind-tables -fno-omit-frame-pointer -fno-stack-protector -fno-common -fopenmp -msse2 -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-cast-function-type -Werror

@avtikhon
Copy link
Contributor Author

Unfortunately it is really often reproducible, please check gitlab-ci results like:
https://gitlab.com/tarantool/tarantool/-/jobs/515483821

avtikhon referenced this issue in tarantool/tarantool Apr 30, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  snapshot.test.py            ; gh-4514
  init_storage.test.py        ; gh-4949
  stat.test.lua               ; gh-4951
  xlog/checkpoint_daemon.test.lua ; gh-4952

Part of #4953
avtikhon referenced this issue in tarantool/tarantool Apr 30, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  snapshot.test.py            ; gh-4514
  init_storage.test.py        ; gh-4949
  stat.test.lua               ; gh-4951
  xlog/checkpoint_daemon.test.lua ; gh-4952

Part of #4953
avtikhon referenced this issue in tarantool/tarantool Apr 30, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py              ; gh-4514
  replication-py/init_storage.test.py  ; gh-4949
  vinyl/stat.test.lua                  ; gh-4951
  xlog/checkpoint_daemon.test.lua      ; gh-4952

Part of #4953
avtikhon referenced this issue in tarantool/tarantool Apr 30, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py              ; gh-4514
  replication/misc.test.lua            ; gh-4940
  replication-py/init_storage.test.py  ; gh-4949
  vinyl/stat.test.lua                  ; gh-4951
  xlog/checkpoint_daemon.test.lua      ; gh-4952

Part of #4953
avtikhon referenced this issue in tarantool/tarantool May 6, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py              ; gh-4514
  replication/misc.test.lua            ; gh-4940
  replication-py/init_storage.test.py  ; gh-4949
  vinyl/stat.test.lua                  ; gh-4951
  xlog/checkpoint_daemon.test.lua      ; gh-4952

Part of #4953
avtikhon referenced this issue in tarantool/tarantool May 6, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py                ; gh-4514
  replication/misc.test.lua              ; gh-4940
  replication/skip_conflict_row.test.lua ; gh-4958
  replication-py/init_storage.test.py    ; gh-4949
  vinyl/stat.test.lua                    ; gh-4951
  xlog/checkpoint_daemon.test.lua        ; gh-4952

Part of #4953
kyukhin referenced this issue in tarantool/tarantool May 8, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py                ; gh-4514
  replication/misc.test.lua              ; gh-4940
  replication/skip_conflict_row.test.lua ; gh-4958
  replication-py/init_storage.test.py    ; gh-4949
  vinyl/stat.test.lua                    ; gh-4951
  xlog/checkpoint_daemon.test.lua        ; gh-4952

Part of #4953
kyukhin referenced this issue in tarantool/tarantool May 8, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py                ; gh-4514
  replication/misc.test.lua              ; gh-4940
  replication/skip_conflict_row.test.lua ; gh-4958
  replication-py/init_storage.test.py    ; gh-4949
  vinyl/stat.test.lua                    ; gh-4951
  xlog/checkpoint_daemon.test.lua        ; gh-4952

Part of #4953

(cherry picked from commit faf7e48)
kyukhin referenced this issue in tarantool/tarantool May 8, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py                ; gh-4514
  replication/misc.test.lua              ; gh-4940
  replication/skip_conflict_row.test.lua ; gh-4958
  replication-py/init_storage.test.py    ; gh-4949
  vinyl/stat.test.lua                    ; gh-4951
  xlog/checkpoint_daemon.test.lua        ; gh-4952

Part of #4953

(cherry picked from commit faf7e48)
kyukhin referenced this issue in tarantool/tarantool May 8, 2020
Fragiled flaky tests from parallel runs to avoid
of flaky fails in regular testing:

  box-py/snapshot.test.py                ; gh-4514
  replication/misc.test.lua              ; gh-4940
  replication/skip_conflict_row.test.lua ; gh-4958
  replication-py/init_storage.test.py    ; gh-4949
  vinyl/stat.test.lua                    ; gh-4951
  xlog/checkpoint_daemon.test.lua        ; gh-4952

Part of #4953

(cherry picked from commit faf7e48)
@Totktonada Totktonada transferred this issue from tarantool/tarantool Jan 15, 2021
@kyukhin kyukhin added this to the wishlist milestone Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants