microsoft / OSSGadget

Collection of tools for analyzing open source packages.
MIT License
311 stars 48 forks source link

Cargo "EnumerateVersionsSucceeds" test fails on pipeline but succeeds locally. #462

Open morended opened 6 months ago

morended commented 6 months ago

Reference to the Failed Build.

The test passes locally. Seems to be an issue with mocking the response which happens only on CI.

gfs commented 6 months ago

I'm seeing the same behavior. Locally enumerates 68 items from the Mock but somehow in CI it find 70 items. Potentially a similar failure case to #455 which also was succeeding locally and failing in CI.