Closed ehuss closed 1 year ago
sigh when originally implementing this, the timeouts were hard to find and deal with in tests. I appreciate cargo nextest
highlights overly long test cases and wish that was more generally available.
@rustbot claim I am working on this.
The following tests are blocking for a minute waiting for a publish that never finishes:
alt_registry::publish_to_alt_registry
alt_registry::publish_with_crates_io_dep
alt_registry::publish_with_registry_dependency
This is a multi-part issue:
with_stderr
to validate their output (which would have caught this regression).new
file, it would actually speak HTTP. Another is to disable the delay. Probably some other options are viable as well. (And similarly update those tests to validate their output.)cargo publish
fails to wait for the propagation, to fail the test.cc @arlosi