system-rules icon indicating copy to clipboard operation
system-rules copied to clipboard

environment variables do not set

Open toli-belo opened this issue 5 years ago • 3 comments
trafficstars

Using jUnit I can setup the @Rule and set a variable but it does not reflect in the System.getenv("..."), it returns the old value.

toli-belo avatar Aug 07 '20 23:08 toli-belo

I'm seeing a similar issue with env vars on version 1.18.0 and later. 1.17.2 and earlier work fine. Which releases have you tried?

sporadek avatar Aug 12 '20 23:08 sporadek

@toli-belo Can you please provide a minimal example/test that shows the problem.

stefanbirkner avatar Aug 15 '20 19:08 stefanbirkner

Jupiter support available in https://github.com/webcompere/system-stubs/tree/master/system-stubs-jupiter - a fork of system-lambda

ashleyfrieze avatar Nov 18 '20 11:11 ashleyfrieze