From 13e5123efdfc58df98534fc9243c1833bc4fe392 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Thu, 10 Sep 2015 21:52:27 +0300
Subject: [PATCH] sophia: a post merge fix

---
 test/sophia/transaction.result | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/test/sophia/transaction.result b/test/sophia/transaction.result
index b769a812fc..108da37cc8 100644
--- a/test/sophia/transaction.result
+++ b/test/sophia/transaction.result
@@ -279,3 +279,22 @@ a:drop()
 b:drop()
 ---
 ...
+-- ensure findByKey works in empty transaction context
+space = box.schema.space.create('test', { engine = 'sophia' })
+---
+...
+index = space:create_index('primary', { type = 'tree', parts = {1, 'num'} })
+---
+...
+box.begin()
+---
+...
+space:get({0})
+---
+...
+box.rollback()
+---
+...
+space:drop()
+---
+...
-- 
GitLab