Bug 13772 - ldb: The test api.py should not rely on order of entries in dict
Summary: ldb: The test api.py should not rely on order of entries in dict
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: 4.10.0rc1
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-01 01:56 UTC by Andrew Bartlett
Modified: 2019-02-01 01:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Bartlett 2019-02-01 01:56:18 UTC
7a7a5ccf501f89c530970bde072509ed86d7bd89 in master by 
Lukas Slebodnik <lslebodn@fedoraproject.org>

ldb: The test api.py should not rely on order of entries in dict
    
    Test failed on s390x but there is a simple reproducer for any
    architecture.
    
    The built-in function repr returns the canonical string representation
    of the object. We needn't care about order attributes in string
    representation. Therefore test should pass for any order.