[tarantool-patches] [PATCH v3 0/4] box: indexes by JSON path

Vladimir Davydov vdavydov.dev at gmail.com
Mon Sep 17 18:50:10 MSK 2018


On Mon, Aug 27, 2018 at 10:37:26AM +0300, Kirill Shcherbatov wrote:
> Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-1012-json-indexes
> Issue: https://github.com/tarantool/tarantool/issues/1012

vinyl/select_consistency.test.lua crashes on this branch:

} vinyl/select_consistency.test.lua
} 
} [Instance "vinyl" killed by signal: 6 (SIGABRT)]
} Found assertion fail in the results file [/home/vlad/src/tarantool/test/var/001_vinyl/vinyl.log]:
} 2018-09-17 18:47:21.911 [26787] vinyl.writer.0/111/task I> writing `/home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/1/00000000000000000090.run'
} 2018-09-17 18:47:21.911 [26787] vinyl.writer.0/111/task I> writing `/home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/1/00000000000000000090.index'
} 2018-09-17 18:47:21.912 [26787] main/118/lua I> removed /home/vlad/src/tarantool/test/var/001_vinyl/vinyl/00000000000000000799.snap
} 2018-09-17 18:47:21.912 [26787] main/104/vinyl.scheduler I> 512/2: completed compacting range (-inf..[1, 7, 72])
} 2018-09-17 18:47:21.912 [26787] main/118/lua I> removed /home/vlad/src/tarantool/test/var/001_vinyl/vinyl/00000000000000000007.vylog
} 2018-09-17 18:47:21.913 [26787] main/104/vinyl.scheduler I> 512/1: completed compacting range ([5, 3, 100]..[7, 8, 99])
} 2018-09-17 18:47:21.913 [26787] main/104/vinyl.scheduler I> 512/0: split range (-inf..[43]) by key [14]
} 2018-09-17 18:47:21.913 [26787] main/104/vinyl.scheduler I> 512/1: started compacting range ([7, 8, 99]..inf), runs 2/2
} 2018-09-17 18:47:21.913 [26787] vinyl.writer.0/112/task I> writing `/home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/1/00000000000000000099.run'
} 2018-09-17 18:47:21.913 [26787] main/118/lua I> removed /home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/0/00000000000000000010.index
} 2018-09-17 18:47:21.913 [26787] main/104/vinyl.scheduler I> 512/0: split range ([43]..inf) by key [74]
} 2018-09-17 18:47:21.913 [26787] main/118/lua I> removed /home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/0/00000000000000000010.run
} 2018-09-17 18:47:21.913 [26787] vinyl.writer.0/112/task I> writing `/home/vlad/src/tarantool/test/var/001_vinyl/vinyl/512/1/00000000000000000099.index'
} 2018-09-17 18:47:21.913 [26787] main/104/vinyl.scheduler I> 512/2: started compacting range ([1, 7, 72]..[5, 2, 100]), runs 2/2
} tarantool: /home/vlad/src/tarantool/src/box/tuple.h:701: mp_tuple_assert: Assertion `tuple == tuple_end' failed.
} [ fail ]

We can't push this patch set until this issue is fixed.



More information about the Tarantool-patches mailing list