yifan-c commented on code in PR #238: URL: https://github.com/apache/cassandra-sidecar/pull/238#discussion_r2229221231
########## integration-tests/src/integrationTest/org/apache/cassandra/sidecar/routes/CassandraStatsIntegrationTest.java: ########## @@ -65,6 +66,13 @@ protected void initializeSchemaForTest() ");"); } + @Override + protected void beforeTestStart() + { + // wait for the schema initialization + waitForSchemaReady(30, TimeUnit.SECONDS); + } Review Comment: wait for schema ready so the endpoint can use the prepared statement on vtable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org