From 06992a6aabdf0ec80291b5dc84d26c28701a85d3 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Fri, 11 Oct 2024 15:17:02 -0400 Subject: [PATCH] Remove confused FIXME I don't remember why I thought there was a problem here originally, but investigation with printf shows that the second flush is happening as intended. Signed-off-by: Cole Miller --- test/unit/test_gateway.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/test_gateway.c b/test/unit/test_gateway.c index 097e2b89a..c5d0d0c02 100644 --- a/test/unit/test_gateway.c +++ b/test/unit/test_gateway.c @@ -920,8 +920,6 @@ TEST_CASE(exec, close_while_in_flight, NULL) /* Trigger a second page cache flush to the WAL, and abort before it's * done. */ - /* FIXME(cole) it seems that this may no longer be successfully triggering - * the page cache flush */ EXEC_SQL_SUBMIT("INSERT INTO test(n) VALUES(1)"); return MUNIT_OK; }