apache/fluss

Add log file rolling for maven test output

Open

#1.006 geöffnet am 5. Juni 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Java (570 Forks)auto 404
component=testgood first issue

Repository-Metriken

Stars
 (1.979 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Search before asking

  • I searched in the 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