arquillian-cube icon indicating copy to clipboard operation
arquillian-cube copied to clipboard

Openshift containerless tests failing

Open iocanel opened this issue 8 years ago • 4 comments

I am trying to further align Kubernetes and Openshift extensions and I hit an issue with the

https://github.com/arquillian/arquillian-cube/blob/89bbab824658182dad9a3364cd1c97df0c86b88e/openshift/ftest-containerless/src/test/java/org/arquillian/cube/openshift/ftest/test/IndexTestCase.java

failing with: https://gist.github.com/iocanel/9c5de5eda14b4149c080b93b2eb90ef1

and

https://github.com/arquillian/arquillian-cube/blob/89bbab824658182dad9a3364cd1c97df0c86b88e/openshift/ftest-containerless/src/test/java/org/arquillian/cube/openshift/ftest/test/CDIBeanTestCase.java

failing with: https://gist.github.com/iocanel/9556476d5ce5781554cbdac15daf03cd

I tried to fix it myself but I have limited understanding of how its supposed to work.

For example: I would expect arquillian.xml to define autoStartContainers and proxiedContainerPorts.

Can someone have a look or give me some pointers on how to fix it?

iocanel avatar Nov 29 '16 10:11 iocanel

@jwendell: can you please have a look?

iocanel avatar Nov 29 '16 10:11 iocanel

Any news on that? @jwendell, @rcernich?

I want to continue the work that has been done on #493 and I am pretty much blocked, since the tests fails and I need an indication that I didn't break something.

iocanel avatar Dec 13 '16 13:12 iocanel

I'm not sure what the issue might be. I'm not familiar with those tests, but it looks like it's doing a docker build on src/test/resources/wildfly/DockerfileTemplate and using the resulting image for the pod. That said, the errors seem to indicate an issue with CDI (NPE on the CDIBeanTestCase). Sorry I can't be of more help.

rcernich avatar Dec 13 '16 17:12 rcernich

@rcernich: Thanks for the response. That's my understanding too. In one case it seems that its CDI related, and the other is that the default url resource provider returns null.

Maybe I should ask @aslakknutsen which seems to be the author.

kintergration avatar Dec 13 '16 18:12 kintergration