Fix equality comparison for Domains.
Two different domains can have the same hash. There's a small chance that two different strings have the same hash. This means that, if S1 and S2 are two such strings; the domains ``[('f', '=', S1)]`` and ``[('f', '=', S2)]`` will have the same hash, but the two domains are not equal in any possible interpretation. We need to find a hash function that ensures that it has the same value for equal domains, but not base eq on the hash.
Status | Job ID | Name | Coverage | ||||||
---|---|---|---|---|---|---|---|---|---|
Check | |||||||||
passed |
#25101
merchise-lint
|
check code smells |
00:00:08
|
|
|||||
Test | |||||||||
failed |
#25102
virtualenv
xoeuf-tester
|
run all Odoo 10 tests |
00:03:28
|
|
|||||
failed |
#25103
virtualenv
xoeuf-tester
|
run all Odoo 11 tests |
00:02:51
|
|
|||||
passed |
#25104
virtualenv
xoeuf-tester
|
run all Odoo 12 tests |
00:03:32
|
|
|||||
Name | Stage | Failure | ||
---|---|---|---|---|
failed
|
run all Odoo 10 tests | Test | ||
|
||||
failed
|
run all Odoo 11 tests | Test | ||
|