Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

SessionPodsAreReady assume that all pods are relevant #7050

Open
AssafKatz3 opened this issue May 10, 2018 · 0 comments
Open

SessionPodsAreReady assume that all pods are relevant #7050

AssafKatz3 opened this issue May 10, 2018 · 0 comments

Comments

@AssafKatz3
Copy link

Hi,
SessionPodsAreReady doesn't have any way to filter out non-relevant PODs so each time that I am auto deploy and some POD that I don't care about it was failed, my starting is failing as well:

Caused by: java.lang.IllegalStateException: Failed to apply kubernetes configuration.
at io.fabric8.arquillian.kubernetes.SessionListener.start(SessionListener.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at io.fabric8.arquillian.kubernetes.SuiteListener.start(SuiteListener.java:44)

The version is fabric8-arquillian-2.3.7.
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant