Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always return sorted partition ids in client.get_partition_ids_for_topic() #315

Merged
merged 1 commit into from
Feb 9, 2015
Merged

Always return sorted partition ids in client.get_partition_ids_for_topic() #315

merged 1 commit into from
Feb 9, 2015

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Feb 9, 2015

should fix the travis-ci build failures, caused by new behavior in pypy 2.5.0
list({1: 'foo', 0: 'bar'})
pypy: [1, 0]
py27: [0, 1]
which was causing chaos with the tests

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.27% when pulling cc6e8bb on dpkp:sorted_partition_ids into f206a4b on mumrah:master.

wizzat added a commit that referenced this pull request Feb 9, 2015
Always return sorted partition ids in client.get_partition_ids_for_topic()
@wizzat wizzat merged commit 3ab9a42 into dpkp:master Feb 9, 2015
@dpkp dpkp deleted the sorted_partition_ids branch June 10, 2015 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants