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: Adjust assertion for random skip to be platform/architecture-dependent #12298

Conversation

anlowee
Copy link

@anlowee anlowee commented Feb 10, 2025

Summary: Adjust assertion in ReaderTest.projectColumnsMutation based on platform. The assertion for the random skip is assuming it is using __gnu_cxx::sfmt19937, however if using std::mt19937 then the result will be different and the unit test will fail due to this.

This PR is to fix the issue: #12240

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 10, 2025
Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 4c95ffa
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67aa6a6a4472e40008741e26

@Yuhta Yuhta added the ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall label Feb 10, 2025
@Yuhta Yuhta changed the title fix(unittest): Adjust assertion for random skip to be platform/architecture-dependent test: Adjust assertion for random skip to be platform/architecture-dependent Feb 10, 2025
@anlowee
Copy link
Author

anlowee commented Feb 11, 2025

Hey @Yuhta , I failed velox_exec_test in the last step of the pipeline, and it said it was timeout. Is is because of the GH workflow does not have enough compute resource? How can I rerun it?

@facebook-github-bot
Copy link
Contributor

@kgpai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@kgpai merged this pull request in 5fa90be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants