Closed janbartel closed 2 weeks ago
@olamy can you have a look at this test? It fails on CI but does not fail locally. It should throw an IllegalStateException
, from this line here: https://github.com/jetty/jetty.project/blob/jetty-12.1.x-fix-ContextHandlerTest/jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java#L795
@janbartel Yes, Tests are running as root. So it makes sense.
@janbartel I need to do some tests if I can run as not root (but I don't think because of Docker)
Remove
@Disabled
fromContextHandlerTest.testSetTempDirectoryBad
method.