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
Test metabase.api.session-test/failure-threshold-per-request-source fails sporadically due to a timing issue.
As this test is not related with Exasol we have deactivated the test. As soon as Metabase fixes this we can re-activate the test.
FAIL in metabase.api.session-test/failure-threshold-per-request-source (session_test.clj:182)
The same as above, but ensure that throttling is done on a per request source basis.
expected: #"^Too many attempts! You must wait 1\d seconds before trying again\.$"
actual: "Too many attempts! You must wait 9 seconds before trying again."
FAIL in metabase.api.notify-test/post-db-id-test (notify_test.clj:62)
:exasol full db sync by default
expected: (clojure.core/deref full-sync?)
actual: (not (clojure.core/deref #<Atom@3fc4271b true>))
* Allow skipping build when running integration tests
* Add known issue for scanning GEOMETRY columns
* Change special types to :type/*
* Speedup setup of Exasol db
* Deactivate flaky test
#21
* Review finding: add link to user guide
Co-authored-by: jakobbraun <jakob.braun@posteo.de>
* #21: Upgrade dependencies
* #21: Remove exclusion for flaky tests
* Add exclusion: Exasol does not support '.' in quoted identifiers
* #12 Remove exclusion for remapping test
* Update version to 1.0.0
Test
metabase.api.session-test/failure-threshold-per-request-source
fails sporadically due to a timing issue.As this test is not related with Exasol we have deactivated the test. As soon as Metabase fixes this we can re-activate the test.
See discussion at https://discourse.metabase.com/t/sporadically-failing-metabase-tests/18408
The text was updated successfully, but these errors were encountered: