arkanovicz commented on pull request #18: URL: https://github.com/apache/velocity-engine/pull/18#issuecomment-731577067
From seeing the output, the failing test looks like a test isolation leak between `ugly1.vtl` and `ugly2.vtl` : ugly2 defines the `#foo` macro to render `bar`, `ugly1` output should *never* display `bar`. Looking at the code, I don't understand for now where it can come from, since in the SpaceGlobbing test case, each test is using its own engine, output filename and context. Behaviors should be totally hermetic, even ran in parallel, so for now it's a mystery to me. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org