mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-05 19:55:37 +00:00
759a395fec
* test(odm): add the fault, concurrency, interaction and real-source e2e Twenty-one scenarios for on-demand migration: source failures and the circuit breaker, single-flight and the pull-concurrency limits, how a pulled object composes with encryption, Object Lock, quota, events, replication, delete markers and the disable switch, and two cases against a real second RustFS as the source. Every assertion carries a source-request-count dimension so a case cannot pass by serving the client while quietly re-reading the source. * ci(odm): route the slow on-demand-migration e2e to the nightly lane The fault, concurrency and real-source modules wait out the 30 s breaker window, drive 100-deep bursts, or start extra RustFS processes, so they join e2e-nightly and are subtracted from the e2e-full merge budget. The e2e-smoke selection is unchanged.