flake8
passed.
JSHint
passed.
Review Request #10597 — Created June 18, 2019 and submitted
DatabaseState.iter_indexes()
iterates in dictionary sort order, but we
were comparing in a specific order, breaking some versions of Python (or
when running on different interpreters/systems). We now compare the
results using aset
, which also requires being able to hash
IndexState
instances.
Unit tests pass.
Summary | ID |
---|---|
2495fb0fa817ed7ec06d91e43a97408e17456356 |