-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[DNM] Unit tests in single job failure #22263
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
Generated by 🚫 Danger |
|
App Name | ||
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr22263-9d0f35a | |
Commit | 9d0f35a | |
Direct Download | jetpack-prototype-build-pr22263-9d0f35a.apk |
|
App Name | ||
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr22263-9d0f35a | |
Commit | 9d0f35a | |
Direct Download | wordpress-prototype-build-pr22263-9d0f35a.apk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR appears to be testing unit test failure behavior by intentionally removing a mock setup call in a test. The change removes the whenever
mock configuration that was previously setting up the expected behavior for statsSqlUtils.select()
.
- Removes mock setup for
statsSqlUtils.select()
call to test failure scenarios
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
libs/fluxc/src/test/java/org/wordpress/android/fluxc/persistance/stats/InsightsSqlUtilsTest.kt
Show resolved
Hide resolved
2c7298d
to
b15e19c
Compare
🤖 Test Failure AnalysisYour tests failed. Claude has analyzed the failures - check the annotation for details. |
b15e19c
to
9d0f35a
Compare
|
Testing #22259 & #22267