dfa1 commented on issue #3459:
URL:
https://github.com/apache/maven-surefire/issues/3459#issuecomment-5565564394
Confirmed empirically: applying `stackTraceMaxFrames=0` to the real,
published 3.6.0 release (not just the source-built bisection commits) makes all
4 platforms in our CI matrix pass, including `windows-latest` with the three
previously-crashing test classes (`CompactionFilterFactoryTest`,
`CompactionFilterTest`, `EventNotifierTest`) all green.
```xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<stackTraceMaxFrames>0</stackTraceMaxFrames>
</configuration>
</plugin>
```
We've merged this into our project (dfa1/rocksdb-ffm#163) as the interim
mitigation rather than pinning back to 3.5.6.
--
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]