Skip to content

Conversation

@minizhiren
Copy link

Root cause: binder registration order and reuse were nondeterministic, causing SupplierContractsTest to be flaky.

Fix: register bindings deterministically and reuse them safely (IdentityHashMap for insertion-order semantics; cleanup of binder cache).

Test: SupplierContractsTest now passes reliably across runs/seeds.

Root cause: binder registration order and reuse were nondeterministic,
causing SupplierContractsTest to be flaky.

Fix: register bindings deterministically and reuse them safely
(IdentityHashMap for insertion-order semantics; cleanup of binder cache).

Test: SupplierContractsTest now passes reliably across runs/seeds.
Signed-off-by: keyul2 <[email protected]>
@jbescos
Copy link
Member

jbescos commented Oct 22, 2025

It is difficult to check this because text has been reformatted. Could you restore the previous format, please?.

@minizhiren
Copy link
Author

Sure! My pleasure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants