We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9942309 commit 421525fCopy full SHA for 421525f
integration-tests/debezium/src/test/java/kafka/DebeziumIT.java
@@ -191,7 +191,7 @@ public void testManyUpdates() throws Exception {
191
+ "4,\"KDB\",42.0\r\n",
192
"select id, symbol, last(price) as last_price from " + questTableName);
193
194
- // total number of rows is equal to the number of updates / inserts
+ // total number of rows is equal to the number of updates and inserts
195
QuestDBUtils.assertSqlEventually(questDBContainer, "\"count\"\r\n"
196
+ "200010\r\n",
197
"select count() from " + questTableName);
0 commit comments