Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
cca78aa9
Unverified
Commit
cca78aa9
authored
1 year ago
by
Case Nelson
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily comment out flaky bigquery tests. (#33141)
Part of #33140
parent
32a4c345
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
+5
-0
5 additions, 0 deletions
...loud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
with
5 additions
and
0 deletions
modules/drivers/bigquery-cloud-sdk/test/metabase/driver/bigquery_cloud_sdk_test.clj
+
5
−
0
View file @
cca78aa9
...
...
@@ -63,6 +63,9 @@
;; the initial dataset isn't realized until it's used the first time. because of that,
;; we don't care how many pages it took to load this dataset above. it will be a large
;; number because we're just tracking the number of times `get-query-results` gets invoked.
;; TODO Temporarily disabling due to flakiness (#33140)
#
_
(
testing
"with pagination"
(
let
[
pages-retrieved
(
atom
0
)
page-callback
(
fn
[]
(
swap!
pages-retrieved
inc
))]
...
...
@@ -388,6 +391,8 @@
(
catch
clojure.lang.ExceptionInfo
e
(
is
(
=
(
ex-message
e
)
"Query cancelled"
)))))))))
;; TODO Temporarily disabling due to flakiness (#33140)
#
_
(
deftest
global-max-rows-test
(
mt/test-driver
:bigquery-cloud-sdk
(
testing
"The limit middleware prevents us from fetching more pages than are necessary to fulfill query max-rows"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment