Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further reduce rabbitmq free disk space limit #2658

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

chengjie8
Copy link
Contributor

@chengjie8 chengjie8 commented Feb 23, 2024

After reviewing the failed integration test PRs, I discovered that RabbitMQ is still facing 'out of disk space' warnings in the GitHub Actions artifact logs. The Bitnami images are configured by default to use disk space equivalent to the host machine's total memory, which is 16G in this case. Despite having previously set the limit to 10G, assuming it would be adequate, it proved to be excessive. As a result, RabbitMQ in the integration tests continued to encounter disk space issues, blocking any incoming messages. This led to failures caused by prolonged waiting times and timeouts.

@chengjie8 chengjie8 requested a review from a team as a code owner February 23, 2024 02:44
Copy link
Contributor

Test Results

149 tests  ±0   149 ✅ ±0   45s ⏱️ -1s
 39 suites ±0     0 💤 ±0 
 39 files   ±0     0 ❌ ±0 

Results for commit d0c0aa3. ± Comparison against base commit 14258ff.

Copy link
Contributor

JaCoCo Test Coverage

There is no coverage information present for the Files changed

Total Project Coverage 76.57%

@chengjie8 chengjie8 changed the title DRAFT - TEST ONLY Further reduce rabbitmq free disk space limit Feb 23, 2024
@chengjie8 chengjie8 merged commit ed94fef into develop Feb 23, 2024
1 check passed
@chengjie8 chengjie8 deleted the chengjie8/fix-integration-test branch February 23, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant