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
Some Metabase tests depend on the current date. If the year changes, they fail.
Metabase already fixed the tests on master branch. Once a new release of Metabase is available (see https://github.com/metabase/metabase/releases), reactivate the following tests:
FAIL in metabase.query-processor-test.implicit-joins-test/implicit-joins-with-expressions-test (implicit_joins_test.clj:145)
:exasol Should be able to run query with multiple implicit joins and breakouts using sample-dataset dataset
expected: [["Doohickey" "Facebook" "2019-01-01T00:00:00Z" 0 263]
["Doohickey" "Facebook" "2020-01-01T00:00:00Z" 0 89]
["Doohickey" "Google" "2019-01-01T00:00:00Z" 0 276]
["Doohickey" "Google" "2020-01-01T00:00:00Z" 0 100]
["Gizmo" "Facebook" "2019-01-01T00:00:00Z" 0 361]]
actual: ([["Doohickey" "Facebook" "2020-01-01T00:00:00Z" 0 89]
["Doohickey" "Google" "2020-01-01T00:00:00Z" 0 100]
["Gizmo" "Facebook" "2020-01-01T00:00:00Z" 0 113]
["Gizmo" "Google" "2020-01-01T00:00:00Z" 0 101]])
kaklakariada
changed the title
Fix timestamp dependent tests by upgrading to new Metabase release
Fix date dependent tests by upgrading to new Metabase release
Jan 13, 2022
* #14 Upgrade to Metabase 0.41.6
* Increment version number of driver
* #14: Re-activate date dependent tests
These tests are fixed in the new Metabase version
* Add changelog entry
* Hide unwanted files in vscode
Some Metabase tests depend on the current date. If the year changes, they fail.
Metabase already fixed the tests on
master
branch. Once a new release of Metabase is available (see https://github.com/metabase/metabase/releases), reactivate the following tests:The text was updated successfully, but these errors were encountered: