-
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
[Template] Build test package failing in nightly runs #29867
Comments
This only happens in min/max testing. Looks an known issue in vitest. We may need to upgrade the vitest dependency version since it is passing in normal runs.
|
@mpodwysocki maybe time to bump some minimum versions? |
The problem is actually because dependency-testing does not support newer testing via vitest yet. What it does is creating a package under
|
by writing a copy of vitest config file to the test/public project and update related commands to run vitest. This PR addresses NodeJs only. Related issue: #29867
pipeline has been green recently. |
Template nightly test runs are failing with:
For more details check here:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3831833&view=results
The text was updated successfully, but these errors were encountered: