Torben Knerr
Torben Knerr
@pchomik thanks! 👍 Let me see if I can give it a try today. Will let you know if it worked here.
Hi @pchomik , just came across this again. I still don't know whether it's a good idea or not (especially how to "template" the parameters in the test method name),...
@pchomik thanks for the prompt reply and all the ideas! First of all, the above examples are using [testinfra](https://testinfra.readthedocs.io/en/latest/), which adds the `[local-*` suffix (because I ran them using the...
@t-8ch sorry don't have that sonar instance available anymore (different project, different toolchain.... :-/)
@estahn but this would again test from the inside, not outside-in, right?
FYI - @LordCope is taking a similar approach with https://github.com/Atalanta/leibniz/ It's also outside-in, acceptance level infrastructure testing, but cucumber/gherkin.
@gtback just stumbled over elatsicsearch plugin installation behind a corp proxy as well, and finally found my way here. So there is one thing that seems to work generically, namely...
One more thing: this would probably be something that should always be set as part of [configure_env_proxy.rb](https://github.com/tmatilai/vagrant-proxyconf/blob/master/lib/vagrant-proxyconf/action/configure_env_proxy.rb), instead of detecting for java first. Why? Because a common use case is...
We might even want to set - `_JAVA_OPTIONS` for java apps (java.exe) - `JAVAWS_VM_ARGS` for java webstart apps - `_JPI_VM_OPTIONS` for java applets (javaw.exe) See here: http://stackoverflow.com/a/9677804/2388971
@tmatilai +1 for appending (or even better: prepending? -- not sure how java deals with that...)