diff --git a/test/sql/decimal_functions_sql_test.cpp b/test/sql/decimal_functions_sql_test.cpp index 9796aa73ff..ca42c8ec53 100644 --- a/test/sql/decimal_functions_sql_test.cpp +++ b/test/sql/decimal_functions_sql_test.cpp @@ -50,6 +50,7 @@ class DecimalFunctionsSQLTest : public PelotonTest {}; } EXPECT_EQ(i, numEntries); + txn_manager.CommitTransaction(txn); // Fetch values from the table std::vector result; std::vector tuple_descriptor;