There has report of flakiness in test-status-terse.t. In the terse code, we are
iterating on a dictionary without sorting and since python dicts are unordered,
that can be a reason behind the flakiness. Before we have a better
implementation for the terse thing, let's make sure current implementation
possess minimum bugs.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG1d6558f5ea74: tersestatus: sort the dictionary before iterating on it
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped