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

Ignore out of range integers in generative tests #2016

Merged
merged 1 commit into from
May 14, 2024

Conversation

madwort
Copy link
Contributor

@madwort madwort commented May 14, 2024

  • example error:
FAILED tests/generative/test_query_model.py::test_query_model - sqlalchemy.exc.ProgrammingError: (trino.exceptions.TrinoUserError) TrinoUserError(type=USER_ERROR, name=NUMERIC_VALUE_OUT_OF_RANGE, message="Out of range for integer: 1.8429909189388E13", query_id=20240514_010919_13401_gcpd9)

* example error:

```
FAILED tests/generative/test_query_model.py::test_query_model - sqlalchemy.exc.ProgrammingError: (trino.exceptions.TrinoUserError) TrinoUserError(type=USER_ERROR, name=NUMERIC_VALUE_OUT_OF_RANGE, message="Out of range for integer: 1.8429909189388E13", query_id=20240514_010919_13401_gcpd9)
```
Copy link

Deploying databuilder-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 28864ac
Status: ✅  Deploy successful!
Preview URL: https://3ed31d46.databuilder.pages.dev
Branch Preview URL: https://madwort-ignore-trino-overflo.databuilder.pages.dev

View logs

@madwort madwort merged commit 4c5f4cd into main May 14, 2024
9 checks passed
@madwort madwort deleted the madwort/ignore-trino-overflow branch May 14, 2024 10:41
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

2 participants