You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove that test, more tests fail. I am also not able to run a single test like so: mvn test -f pom.xml -Dtest=DdlToAvroSchemaConverterTest
If I run the test directly from IntelliJ, I get the following error: java: package com.datastax.oss.driver.api.querybuilder does not exist on an unrelated file CassandraColumnSchema.java
The only way I've been able to develop so far is to have a parallel branch and delete about 30 offending tests that do not build, so that I can build and run the tests I want. Eg: smukil@f92f22f
This doesn't seem sustainable and slows down the entire dev process. Any help here would be greatly appreciated. Thank you for your time!
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Related Template(s)
spanner
Template Version
v1
What happened?
Running
mvn test -f pom.xml
does not run to completion. Here is the snippet of the error I'm seeing.If I remove that test, more tests fail. I am also not able to run a single test like so:
mvn test -f pom.xml -Dtest=DdlToAvroSchemaConverterTest
If I run the test directly from IntelliJ, I get the following error:
java: package com.datastax.oss.driver.api.querybuilder does not exist
on an unrelated fileCassandraColumnSchema.java
The only way I've been able to develop so far is to have a parallel branch and delete about 30 offending tests that do not build, so that I can build and run the tests I want. Eg:
smukil@f92f22f
This doesn't seem sustainable and slows down the entire dev process. Any help here would be greatly appreciated. Thank you for your time!
Relevant log output
No response
The text was updated successfully, but these errors were encountered: