This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Investigate flaky UI test case in storage_info_unsatisfied_nmap.rs #9120
Labels
I5-tests
Tests need fixing, improving or augmenting.
This UI test:
should yield the following error message:
However, the
Key<Twox64Concat, Bar>
syntax in the error message flip-flops between said form andNMapKey<Twox64Concat, Bar>
. Further observations reveal that the test case was run twice, once with the--workspace
parameter to cargo and the other without, suggesting that it may be related to cargo workspace issues. Other possible causes pin caching as the issue, however more investigation needs to be conducted to determine the root cause of the apparent non-determinism.The aforementioned test case has been disabled by commenting out the test code in #8949 in order to not block the PR from landing.
The text was updated successfully, but these errors were encountered: