yasserzamani commented on pull request #489: URL: https://github.com/apache/struts/pull/489#issuecomment-918063695
@JCgH4164838Gh792C124B5 I think it's something related to threading! Looks like that some tests have called `PrepareOperations.overrideDevMode(true);` and at Travis side, `DefaultDispatcherErrorHandlerTest` is executed in same thread so those tests with `devMode=false` has been failed :) I think the solution i.e. to improve this tests, firstly we should add `PrepareOperations.resetOverridenDevMode()` method which reset it to `null`. And then call it in `DefaultDispatcherErrorHandlerTest.setUp` :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
