Mihai Vasilache
Mihai Vasilache
AWS MCS executes all DDLs asynchronously. As discussed in [issue 51](https://github.com/patka/cassandra-migration/issues/51) after executing a ddl, the tables are not ready only after some time and the subsequent migration scripts will...
On my Windows machine there is something wrong with two tests: ``` JarLocationScannerTest.shouldReturnTwoResourcesWhenJarFileWithOneScriptGiven JarLocationScannerTest.shouldThrowExceptionWhenNonExistingPathGiven ``` they are trying to open jar:file:C:/Users/MVASIL~1/AppData/Local/Temp/Test14094071718996507780.jar on JarLocationScanner.getFileSystem() throwing: ``` java.lang.IllegalArgumentException: URI is not hierarchical...
Amazon managed Cassandra service execute DDL statements asynchronously. Meaning that we receive errors like keyspace or table (schema_migration) does not exist because it takes some time to create them asynchronously....