Skip to content

wal_off/iterator_lt_gt.test.lua failed #3925

Closed
@locker

Description

@locker

Tarantool version:
2.1.1-166-g3f57564c

OS version:
Travis CI: LTO build + test (Linux, clang)

Bug description:

[008] engine/tree_variants.test.lua                   memtx           [ pass ]
[008] engine/null.test.lua                            memtx           [ pass ]
[008] engine/lua.test.lua                             memtx           [ pass ]
[008] engine/misc.test.lua                            vinyl           [ pass ]
[008] engine/iterator.test.lua                        vinyl           [ pass ]
[008] engine/snapshot.test.lua                        memtx           [ pass ]
[008] engine/conflict.test.lua                        memtx           [ pass ]
[009] wal_off/func_max.test.lua                                       [ pass ]
[009] wal_off/lua.test.lua                                            [ pass ]
[009] wal_off/snapshot_stress.test.lua                                [ pass ]
[009] wal_off/iterator_lt_gt.test.lua                                 [ fail ]
[009] 
[009] Test failed! Result content mismatch:
[009] --- wal_off/iterator_lt_gt.result	Wed Jan  9 09:49:21 2019
[009] +++ wal_off/iterator_lt_gt.reject	Wed Jan  9 09:56:03 2019
[009] @@ -65,17 +65,17 @@
[009]    REQ 1: [1, 10000]
[009]    EQ 2: [2, 0]
[009]    LE 2: [2, 0]
[009] +  LE 0: [0, 0]
[009] +  LT 1: [0, 0]
[009]    EQ 0: [0, 0]
[009] -  LT 1: [0, 0]
[009] -  GE 0: [0, 0]
[009]    REQ 0: [0, 0]
[009]    GT 0: [1, 1]
[009]    GT 1: [2, 0]
[009] -  LE 0: [0, 0]
[009] +  GE 2: [2, 0]
[009]    REQ 2: [2, 0]
[009]    EQ 1: [1, 1]
[009] +  GE 0: [0, 0]
[009]    GE 1: [1, 1]
[009] -  GE 2: [2, 0]
[009]  ...
[009]  too_longs
[009]  ---
[009] 
[009] Last 15 lines of Tarantool Log file [Instance "wal"][/tarantool/test/var/009_wal_off/wal.log]:
[009] 2019-01-09 09:56:02.471 [16909] main/104/checkpoint_daemon I> scheduled next checkpoint for Wed Jan  9 10:56:02 2019
[009] 2019-01-09 09:56:02.471 [16909] snapshot/101/main I> saving snapshot `/tarantool/test/var/009_wal_off/wal/00000000000000279448.snap.inprogress'
[009] 2019-01-09 09:56:02.477 [16909] snapshot/101/main I> done
[009] 2019-01-09 09:56:02.493 [16909] main/104/checkpoint_daemon I> scheduled next checkpoint for Wed Jan  9 10:56:02 2019
[009] 2019-01-09 09:56:02.493 [16909] snapshot/101/main I> saving snapshot `/tarantool/test/var/009_wal_off/wal/00000000000000281768.snap.inprogress'
[009] 2019-01-09 09:56:02.499 [16909] snapshot/101/main I> done
[009] 2019-01-09 09:56:02.518 [16909] main/104/checkpoint_daemon I> scheduled next checkpoint for Wed Jan  9 10:56:02 2019
[009] 2019-01-09 09:56:02.518 [16909] snapshot/101/main I> saving snapshot `/tarantool/test/var/009_wal_off/wal/00000000000000284088.snap.inprogress'
[009] 2019-01-09 09:56:02.525 [16909] snapshot/101/main I> done
[009] 2019-01-09 09:56:02.543 [16909] main/104/checkpoint_daemon I> scheduled next checkpoint for Wed Jan  9 10:56:02 2019
[009] 2019-01-09 09:56:02.543 [16909] snapshot/101/main I> saving snapshot `/tarantool/test/var/009_wal_off/wal/00000000000000286408.snap.inprogress'
[009] 2019-01-09 09:56:02.551 [16909] snapshot/101/main I> done
[009] 2019-01-09 09:56:02.578 [16909] main/116/console/unix/: I> Part I: creating snapshot done
[009] 2019-01-09 09:56:02.675 [16909] main/116/console/unix/: I> Part II: checking snapshot start
[009] 2019-01-09 09:56:03.245 [16909] main/116/console/unix/: I> Part II: checking snapshot done
[Main process] Got failed test; gently terminate all workers...
[009] Worker "009_wal_off" got failed test; stopping the server...
---------------------------------------------------------------------------------
Statistics:
* disabled: 44
* fail: 1
* pass: 803
Failed tasks:
- [wal_off/iterator_lt_gt.test.lua, null]
# logfile:        /tarantool/test/var/log/009_wal_off.log
# reproduce file: /tarantool/test/var/reproduce/009_wal_off.list.yaml
---
- [wal_off/func_max.test.lua, null]
- [wal_off/lua.test.lua, null]
- [wal_off/snapshot_stress.test.lua, null]
- [wal_off/iterator_lt_gt.test.lua, null]
...

Steps to reproduce:
Run tests?

Optional (but very desirable):
Link to Travis CI failure: https://travis-ci.org/tarantool/tarantool/jobs/477254564

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions