-
Notifications
You must be signed in to change notification settings - Fork 91
notification - nc test - don't assume test vm has enough free space in FS #9292
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
Conversation
Signed-off-by: Amit Prinz Setter <[email protected]>
WalkthroughA test file for notification health checks was modified to relax an exact string assertion into a substring check and add diagnostic logging. The assertion changed from comparing a result directly to the string 'above threshold' to checking if the result contains the substring ' threshold'. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
…baa#9292) Signed-off-by: Amit Prinz Setter <[email protected]>
Describe the Problem
The 'health should test notification storage' in test_nc_health.js assumed vm test had enough free space.
This assumption was broken as of late, so I don't assume that anymore.
Explain the Changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions:
Summary by CodeRabbit