From 3a211a245a3b9198fdc0618bd0e2d3d97ff8171c Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 4 Jan 2017 09:53:58 -0500 Subject: WT-3100 test bug: format is weighted to delete, insert, then write operations. Bug fix. --- test/format/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/format/config.c b/test/format/config.c index 43447c9ba02..50430fe073e 100644 --- a/test/format/config.c +++ b/test/format/config.c @@ -499,7 +499,7 @@ config_pct(void) if (config_is_perm(list[i].name)) pct += *list[i].vp; else - list[i].order = mmrand(NULL, 0, 1000); + list[i].order = mmrand(NULL, 1, 1000); if (pct > 100) testutil_die(EINVAL, "operation percentages total to more than 100%%"); -- cgit v1.2.1