-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix or suppress warnings in unit-test command #4278
Comments
Thanks Mike! I'll take a look. |
@daviwil: We fixed this in some commands by just redirecting STDERR to STDOUT (
|
Yep, I'll go that route if I can verify for sure that Karma isn't trying to tell us about an actual problem. |
We have #3993 tracking rollup warning for storage. Removing storage label from this. |
Like @jeremymeng mentioned, we have #3993 for tracking the warnings from building storage tests |
The command
rush unit-test
generates 4 warnings. These warnings add noise to the build log, and cause build failures in Rush5.9.0
and later.https://dev.azure.com/azure-sdk/public/_build/results?buildId=65710&view=logs&j=5aded954-f3f8-5654-771c-2734fb7ecea6&t=bfb220ef-950d-5fe9-00e0-4eac6f5034d1&l=2940
The text was updated successfully, but these errors were encountered: