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

Test execution_plans::shuffle_writer::tests::test Fail #1040

Closed
Ted-Jiang opened this issue Sep 22, 2021 · 8 comments
Closed

Test execution_plans::shuffle_writer::tests::test Fail #1040

Ted-Jiang opened this issue Sep 22, 2021 · 8 comments
Labels
bug Something isn't working

Comments

@Ted-Jiang
Copy link
Member

Describe the bug

run cargo test --no-default-features --features sled

image

To Reproduce
Steps to reproduce the behavior:

Expected behavior
All test pass

Additional context

@Ted-Jiang Ted-Jiang added the bug Something isn't working label Sep 22, 2021
@Ted-Jiang
Copy link
Member Author

I debug the code, find create_hashes func go into #[cfg(feature = "force_hash_collisions")]
I set #[cfg(not(feature = "force_hash_collisions"))] at the head of the test func still not work

@Ted-Jiang
Copy link
Member Author

@alamb Sorry for bother you, could you have a look?

@Ted-Jiang Ted-Jiang changed the title Test execution_plans::shuffle_writer::tests::test Test execution_plans::shuffle_writer::tests::test Fail Sep 22, 2021
@alamb alamb added the ballista label Sep 22, 2021
@alamb
Copy link
Contributor

alamb commented Sep 22, 2021

Ho @Ted-Jiang -- I am not familiar with ballista. Do the tests pass for you if you remove the --features sled option?

It seems like @edrevo or @andygrove may be more familiar with this code

@alamb
Copy link
Contributor

alamb commented Sep 22, 2021

FWIW when I run cargo test --no-default-features --features sled locally (mac, Rust 1.55) I do not see any failures

@Ted-Jiang
Copy link
Member Author

@alamb Thanks. It works for me to update rustc version from 1.54 to 1.55

I think its good to notify what version should use in Readme (or i not found it).

@alamb
Copy link
Contributor

alamb commented Sep 23, 2021

Yeah, we should definitely make it clear that we only test on the latest rust (whatever that happens to be). At this point we just don't have the maintenance bandwidth to maintain compatibility with older rust versions

@alamb
Copy link
Contributor

alamb commented Sep 23, 2021

Filed #1043 to track the doc improvement. Thanks for the report @Ted-Jiang . Closing this one for now

@alamb alamb closed this as completed Sep 23, 2021
@Ted-Jiang
Copy link
Member Author

Feel glad to help the community become better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants