Skip to content

Commit faeda6e

Browse files
committed
check schema agreement for PreparedStatementCachingIT
1 parent 6594f3b commit faeda6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/com/datastax/oss/driver/core/cql/PreparedStatementCachingIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ private void invalidationTestInner(
266266
// alter test_type_2 to trigger cache invalidation and above events
267267
session.execute("ALTER TYPE test_type_2 add i blob");
268268

269+
session.checkSchemaAgreement();
270+
269271
// wait for latches and fail if they don't reach zero before timeout
270272
assertThat(
271273
Uninterruptibles.awaitUninterruptibly(

0 commit comments

Comments
 (0)