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
[info] java.lang.IllegalStateException:
[info] at io.fabric8.kubernetes.client.dsl.internal.RawCustomResourceOperationsImpl.makeCall(RawCustomResourceOperationsImpl.java:150)
[info] at io.fabric8.kubernetes.client.dsl.internal.RawCustomResourceOperationsImpl.validateAndSubmitRequest(RawCustomResourceOperationsImpl.java:159)
[info] at io.fabric8.kubernetes.client.dsl.internal.RawCustomResourceOperationsImpl.create(RawCustomResourceOperationsImpl.java:63)
[info] at it_tests.utils.SparkController.launchSparkTestDeployment(SparkController.scala:35)
[info] at it_tests.DataKeeperTest.runApp(DataKeeperTest.scala:22)
[info] at it_tests.DataKeeperTest$$anonfun$4.apply(DataKeeperTest.scala:111)
[info] at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
[info] at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[info] at org.scalatest.Transformer.apply(Transformer.scala:22)
[info] at org.scalatest.Transformer.apply(Transformer.scala:20)
[info] ...
The text was updated successfully, but these errors were encountered:
Hello. Having the following code, I have trouble to run
twice like:
runApp() // do next test runApp()
Internals:
All the attempts spit the same error:
The text was updated successfully, but these errors were encountered: