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 6594f3b commit faeda6eCopy full SHA for faeda6e
integration-tests/src/test/java/com/datastax/oss/driver/core/cql/PreparedStatementCachingIT.java
@@ -266,6 +266,8 @@ private void invalidationTestInner(
266
// alter test_type_2 to trigger cache invalidation and above events
267
session.execute("ALTER TYPE test_type_2 add i blob");
268
269
+ session.checkSchemaAgreement();
270
+
271
// wait for latches and fail if they don't reach zero before timeout
272
assertThat(
273
Uninterruptibles.awaitUninterruptibly(
0 commit comments