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

Fix test directory in CI #361

Merged
merged 5 commits into from
Mar 29, 2021
Merged

Fix test directory in CI #361

merged 5 commits into from
Mar 29, 2021

Conversation

benesch
Copy link
Collaborator

@benesch benesch commented Mar 29, 2021

Apparently Cargo moved test output into target/debug/deps
at some point, but our test scripts were not updated accordingly.

benesch and others added 3 commits March 28, 2021 21:46
Apparently Cargo moved test output into target/debug/deps
at some point, but our test scripts were not updated accordingly.
This prevents CI from breaking when a dependency releases a new patch
release that bumps its MSRV.
Various minor changes to how offsets work were made in v1.6.0, but went
unnoticed because CI was broken. Adjust our tests accordingly.
This could only happen if the consumer was misconfigured (in the
reported case, a missing group.id), but still not ideal. This commit
fixes the bug by properly handling errors inside of Consumer::position.

Fix #360.
@benesch benesch merged commit b4ec50e into master Mar 29, 2021
@benesch benesch deleted the fix-ci branch March 29, 2021 03:04
benesch added a commit to kination/rust-rdkafka that referenced this pull request Jun 30, 2021
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.

2 participants