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
FAIL in metabase.driver.sql.parameters.substitute-test/e2e-parse-native-dates-test (substitute_test.clj:618)
:exasol
Native dates should be parsed with the report timezone
expected: ["2018-04-18T00:00:00-07:00"]
actual: (["2018-04-17T00:00:00-07:00"])
FAIL in metabase.query-processor-test.timezones-test/filter-test (timezones_test.clj:69)
using test-data-with-timezones dataset
:exasol
Setting :report-timezone = "America/Los_Angeles"
If MBQL datetime literal strings do not explicitly specify a timezone, they should be parsed as if in the current reporting timezone (Pacific in this case)
expected: [[6 "Shad Ferdynand" "2014-08-02T05:30:00-07:00"]]
actual: ([[6 "Shad Ferdynand" "2014-08-02T12:30:00-07:00"]])
FAIL in metabase.query-processor-test.timezones-test/filter-test (timezones_test.clj:75)
using test-data-with-timezones dataset
:exasol
Setting :report-timezone = "America/Los_Angeles"
MBQL datetime literal strings that include timezone should be parsed in it regardless of report timezone
expected: [[6 "Shad Ferdynand" "2014-08-02T05:30:00-07:00"]]
actual: ([[6 "Shad Ferdynand" "2014-08-02T12:30:00-07:00"]])
load-data for h2 test-data users (reference H2 duration: 23,8 ms) took 3,3 ms
load-data for h2 test-data categories (reference H2 duration: 10,1 ms) took 3,2 ms
load-data for h2 test-data venues (reference H2 duration: 29,4 ms) took 10,7 ms
load-data for h2 test-data checkins (reference H2 duration: 130,4 ms) took 60,4 ms
Sync :h2 Database test-data (reference H2 duration: 1,1 s) took 555,8 ms
ERROR in metabase.query-processor-test.timezones-test/time-timezone-handling-test (util.clj:353)
Uncaught exception, not in assertion.
clojure.lang.ExceptionInfo: Error in with-temporary-setting-values: Exasol does not have a :type/TimeWithTZ data type.
setting: :report-timezone
value: nil
java.lang.UnsupportedOperationException: Exasol does not have a :type/TimeWithTZ data type.
metabase.test.data.exasol/eval81568/fn exasol.clj: 55
metabase.test.data.sql/eval77270/fn/fn sql.clj: 161
clojure.core/some core.clj: 2705
metabase.test.data.sql/eval77270/fn sql.clj: 155
...
metabase.query-processor-test.timezones-test/driver-distinguishes-between-base-types? timezones_test.clj: 198
metabase.query-processor-test.timezones-test/supports-time-with-time-zone? timezones_test.clj: 201
metabase.query-processor-test.timezones-test/expected-attempts timezones_test.clj: 212
metabase.query-processor-test.timezones-test/fn/fn/fn/fn timezones_test.clj: 228
metabase.test.util/do-with-temporary-setting-value util.clj: 351
metabase.query-processor-test.timezones-test/fn/fn/fn timezones_test.clj: 227
metabase.test.data.impl/do-with-dataset impl.clj: 344
metabase.query-processor-test.timezones-test/fn/fn timezones_test.clj: 225
metabase.test.data.datasets/do-with-driver-when-testing/fn/fn datasets.clj: 41
metabase.driver/do-with-driver driver.clj: 60
metabase.test.data.datasets/do-with-driver-when-testing/fn datasets.clj: 40
metabase.test.data.datasets/do-when-testing-driver datasets.clj: 29
metabase.test.data.datasets/do-with-driver-when-testing datasets.clj: 39
metabase.query-processor-test.timezones-test/fn timezones_test.clj: 224
clojure.test/test-var/fn test.clj: 717
[...]
FAIL in metabase.query-processor-test.timezones-test/native-params-filter-test (timezones_test.clj:172)
:exasol using test-data-with-timezones dataset
Setting :report-timezone = "America/Los_Angeles"
Native dates should be parsed with the report timezone Query with variable w/ single date
expected: [[6 "Shad Ferdynand" "2014-08-02T05:30:00-07:00"]
[7 "Conchúr Tihomir" "2014-08-02T02:30:00-07:00"]]
actual: ([[6 "Shad Ferdynand" "2014-08-02T12:30:00-07:00"]
[7 "Conchúr Tihomir" "2014-08-02T09:30:00-07:00"]])
FAIL in metabase.query-processor-test.timezones-test/native-params-filter-test (timezones_test.clj:172)
:exasol using test-data-with-timezones dataset
Setting :report-timezone = "America/Los_Angeles"
Native dates should be parsed with the report timezone Query with field filter w/ date range
expected: [[6 "Shad Ferdynand" "2014-08-02T05:30:00-07:00"]
[7 "Conchúr Tihomir" "2014-08-02T02:30:00-07:00"]]
actual: ([])
FAIL in metabase.query-processor-test.timezones-test/native-params-filter-test (timezones_test.clj:172)
:exasol using test-data-with-timezones dataset
Setting :report-timezone = "America/Los_Angeles"
Native dates should be parsed with the report timezone Query with field filter w/ single date
expected: [[6 "Shad Ferdynand" "2014-08-02T05:30:00-07:00"]
[7 "Conchúr Tihomir" "2014-08-02T02:30:00-07:00"]]
actual: ([])
FAIL in metabase.query-processor-test.timezones-test/result-rows-test (timezones_test.clj:57)
using test-data-with-timezones dataset
:exasol
Setting :report-timezone = "US/Pacific"
There should be 1 checkins on July 3rd in the US/Pacific timezone
expected: [[10 "2014-07-03T12:30:00-07:00"]]
actual: ([[10 "2014-07-03T19:30:00-07:00"]])
Ran 4 tests in 15,079 seconds
11 assertions, 6 failures, 1 error.
{:test 4, :pass 4, :fail 6, :error 1, :type :summary, :duration 15079.052671}
Tests failed.
The text was updated successfully, but these errors were encountered:
metabase.driver.sql.parameters.substitute-test
metabase.query-processor-test.alternative-date-test
See https://github.com/exasol/metabase-driver/runs/4800583820?check_suite_focus=true
metabase.query-processor-test.timezones-test
The text was updated successfully, but these errors were encountered: