Opened 15 years ago
Closed 15 years ago
#12243 closed (fixed)
bash_completion tests failing due to ordering problem
Reported by: | Russell Keith-Magee | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
From Alex Gaynor:
bash_completion tests are failing:
AssertionError: ['sql sqlinitialdata sqlclear sqlreset sqlsequencereset sqlall sqlflush sqlcustom sqlindexes'] != ['sqlinitialdata sqlclear sqlreset sqlsequencereset sql sqlall sqlflush sqlcustom sqlindexes']
The right applications are listed, but they're not returned in a reliable order.
Note:
See TracTickets
for help on using tickets.
(In [11747]) Fixed #11243 -- Ensured that bash_completion output is emitted in sorted order. Thanks to Alex Gaynor for the report