Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
populate_db: Sort the streams according to their name before creating…
… them. This is required for test fixtures which contain `stream_id`. Prior to python 3.3 hashes were not randomized but after a security fix hash randomization was enabled by default in python 3.3 which made iteration of dictionaries and sets completely unpredictable.
- Loading branch information