You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the tests will fail all the time so I'm not sure this is a good idea until we either fix all the failures or mark them as skipif Datafusion with an associated issue #.
Is your feature request related to a problem or challenge?
However, at the moment it is only run manually and thus may start to fail without anyone knowing
Describe the solution you'd like
I would like to:
Describe alternatives you've considered
I would personally suggest adding a new workflow in
https://github.com/apache/datafusion/tree/main/.github/workflows
For example "extended.yml"
that only runs on each commit to main
Following the instructions here: https://github.com/apache/datafusion/tree/main/datafusion/sqllogictest#running-tests-sqlite
(aka I suggest using release-nonlto mode)
The job should make it clear what is going on if it fails -- aka add a comment like this that point people to the sqlogictest instructions:
datafusion/.github/workflows/dev.yml
Lines 43 to 45 in aafec07
Additional context
No response
The text was updated successfully, but these errors were encountered: