ChangBo Guo(gcb)
8253617168
Try to fix TestSerializer.test_call_serializer failed randomly
dict doesn't seem always keep order on Python. we have two separate part to prepare test data[1], calling 'for k, v in self.args.items()' and 'for arg in self.args:' may get data in different order. This commit makes we collect test data in same order. Change-Id: I49f0d1b9aed110ad1e59140fd70760682e944d74 Related-Bug: #1677151
Team and repository tags
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%