Skip to content

Commit

Permalink
Remove confused FIXME
Browse files Browse the repository at this point in the history
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 <cole.miller@canonical.com>
  • Loading branch information
cole-miller committed Oct 11, 2024
1 parent de2758d commit 06992a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/test_gateway.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 06992a6

Please sign in to comment.