arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
120 stars 98 forks source link

#1098 VideoConversionLifecycleManager & VncRecorderLifecycleManager #1099

Closed AndyGee closed 5 years ago

AndyGee commented 5 years ago

Short description of what this resolves:

Catch and log errors in @Observes methods, but do not fail the suite and allow cleanups - This should actually be the default for any @Observes method, as the CDI events are synchronous - A failure prevents other observers from running, such as cleanups etc.

Also, the Cube internal images might need to be pulled from a user specified docker registry. So this PR also adds and new "dockerRegistry" property - I did think about using the docker qualifier, but using cubedrone allows for a different registry if required (actually have a use case for this).

Changes proposed in this pull request:

Fixes #1098