Add log file rolling for maven test output
Open
component=test
good first issue
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 625
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 97
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar.
### Description
Currently, some PRs containing bugs may generate infinite logs during testing (esp. flink tests), which can consume all available disk space on GitHub Actions runners and cause them to crash. To prevent this, we should add log file rolling configuration (e.g., max 1GB size) for Maven test output.
### Willingness to contribute
- [ ] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.