Skip to content

Commit

Permalink
Test 0103: improve robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Jan 4, 2021
1 parent 870bf18 commit 9910a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/0103-transactions.c
Expand Up @@ -142,6 +142,7 @@ static void do_test_basic_producer_txn (rd_bool_t enable_compression) {

/* Create consumer */
c_conf = conf;
test_conf_set(conf, "auto.offset.reset", "earliest");
/* Make sure default isolation.level is transaction aware */
TEST_ASSERT(!strcmp(test_conf_get(c_conf, "isolation.level"),
"read_committed"),
Expand Down

0 comments on commit 9910a6c

Please sign in to comment.