DBZ-5434 Fix test failure

This commit is contained in:
Chris Cranford 2022-08-01 14:36:09 -04:00
parent 7c93c597f7
commit 90a4c0059a
No known key found for this signature in database
GPG Key ID: 8B8088D41181D04B

View File

@ -1689,6 +1689,8 @@ public void testMatrixArrayAsDocumentType() throws InterruptedException, IOExcep
@Test
@FixFor("DBZ-5434")
public void shouldSupportNestedArrays() throws InterruptedException {
waitForStreamingRunning();
// Test insert
primary().execute("insert", client -> {
client.getDatabase(DB_NAME).getCollection(this.getCollectionName())