-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug] Integration test gives an error for the JST timezone #7664
Comments
Thanks for reporting this issue and opening up a pull request @d-kaneshiro ! We'd like to reproduce this error before reviewing the pull request. I suspect it has something to do with the test working for an IANA timezone behind UTC (like Could you check if there any timezone setting on your local computer that will allow this test to pass? i.e., if you set your system time to something behind UTC (like |
Thanks for commenting @dbeatty10.
On the other hand, in the case of JST, the problem has not been resolved. |
Thanks for looking into that @d-kaneshiro ! 🏅 I just wanted to gain an understanding of what was causing the issue. Your experiment gives some evidence that this integration test isn't working for timezones with a positive UTC offset, but does work for those with a negative UTC offset. Unifying to UTC in your pull request might be the solution -- I'll comment further within your pull request. |
Is this a new bug in dbt-core?
Current Behavior
Error at
dbt-core/tests/functional/simple_snapshot/test_hard_delete_snapshot.py:97
when runningmake integration
.Expected Behavior
Integration tests complete successfully.
Steps To Reproduce
I forked the repository and built the necessary environment according to “CONTRIBUTING.md”.
Below is the command I executed.
In addition, in “~/.dbt/profiles.yml”,
Relevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: