Willem Fibbe
Willem Fibbe
It seems GCE's metadata server IP is `169.254.169.254` (but I'm not sure if this is always the case), so this worked for me in Google Cloud Build: ```sh docker buildx...
Sure, for completeness, I made 4 tests fail/error by either throwing an exception or doing a false assertion: - `throwsOnlyFirstAttempt()` - `throwsAlways()` - `failsAssertionOnlyFirstAttempt()` - `failsAssertionAlways()` Output of `mvn test`...
Sure, see below for these 7 tests so far: - `throwsOnlyFirstAttempt()` - `throwsFirstTwoAttempts()` expected: but was: [ERROR] Run 4: ExampleTests.failsAssertionAlways:60 Always fails assertion ==> expected: but was: [INFO] [ERROR] Errors:...
I think you're right and I agree with the current behaviour. After reading your comment, I've dug a bit deeper and found that I had not accurately reproduced the actual...
@ibalosh gently pinging you in case you missed some notifications 🙂 What do you think, are there any changes you can think of, or does it look ok?