summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVamsi Krishna <vamsi.krishna@mongodb.com>2017-10-19 14:25:48 +1100
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-10-19 14:25:48 +1100
commit133924fb9d14b4f2465c70ee60cc4abf913fd0bd (patch)
tree754cf87794ff563a00f452a907b96d9ca92e0ee3
parent65c0e50c7e62a320e33a6897f15e345f1f8d0da4 (diff)
downloadmongo-133924fb9d14b4f2465c70ee60cc4abf913fd0bd.tar.gz
WT-3235 LSM cursor handling on error, code review (#3748)
-rw-r--r--test/csuite/scope/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csuite/scope/main.c b/test/csuite/scope/main.c
index f913f75da53..e9035775ba5 100644
--- a/test/csuite/scope/main.c
+++ b/test/csuite/scope/main.c
@@ -335,7 +335,7 @@ main(int argc, char *argv[])
run(opts->conn, "file:file.ru", "key_format=r,value_format=u");
run(opts->conn, "lsm:lsm.SS", "key_format=S,value_format=S");
- run(opts->conn, "lsm:lsm.Su", "key_format=S,value_format=S");
+ run(opts->conn, "lsm:lsm.Su", "key_format=S,value_format=u");
run(opts->conn, "table:table.SS", "key_format=S,value_format=S");
run(opts->conn, "table:table.Su", "key_format=S,value_format=u");