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

Increase the data size to avoid random failures in test_qc_enumeration #2141

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

kounelisagis
Copy link
Member

test_qc_enumeration has been observed to fail randomly. The data of the Array in that test is random, and its domain is relatively small; (1, 100). As seen in the logs, this results in the result array containing only fill values, indicating that the condition is too strict for the Array we have. Increasing the size of the Array should resolve the issue permanently.

@kounelisagis kounelisagis requested a review from ihnorton January 11, 2025 00:56
@kounelisagis kounelisagis merged commit e1f57bd into main Jan 14, 2025
33 checks passed
@kounelisagis kounelisagis deleted the agis/fix-query-condition-test branch January 14, 2025 12:56
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