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
bc7bd102
Unverified
Commit
bc7bd102
authored
1 year ago
by
Nemanja Glumac
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump Mongo used in driver tests to `v4.4` (#34434)
parent
d9301a17
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/drivers.yml
+8
-8
8 additions, 8 deletions
.github/workflows/drivers.yml
with
8 additions
and
8 deletions
.github/workflows/drivers.yml
+
8
−
8
View file @
bc7bd102
...
...
@@ -183,7 +183,7 @@ jobs:
with
:
junit-name
:
'
be-tests-mariadb-latest-ee'
be-tests-mongo-4-
2
-ee
:
be-tests-mongo-4-
4
-ee
:
needs
:
files-changed
if
:
github.event.pull_request.draft ==
false
&& needs.files-changed.outputs.backend_all == 'true'
runs-on
:
ubuntu-22.04
...
...
@@ -195,18 +195,18 @@ jobs:
MB_MONGO_TEST_PASSWORD
:
metasample123
services
:
mongodb
:
image
:
metabase/qa-databases:mongo-sample-4.
2
image
:
metabase/qa-databases:mongo-sample-4.
4
ports
:
-
"
27017:27017"
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Test MongoDB driver (4.
2
)
-
name
:
Test MongoDB driver (4.
4
)
uses
:
./.github/actions/test-driver
with
:
junit-name
:
'
be-tests-mongo-4-
2
-ee'
junit-name
:
'
be-tests-mongo-4-
4
-ee'
test-args
:
"
:exclude-tags
'[:mb/once]'"
be-tests-mongo-4-
2
-ssl-ee
:
be-tests-mongo-4-
4
-ssl-ee
:
needs
:
files-changed
if
:
github.event.pull_request.draft ==
false
&& needs.files-changed.outputs.backend_all == 'true'
runs-on
:
ubuntu-22.04
...
...
@@ -220,7 +220,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Spin up Mongo docker container
run
:
docker run -d -p 27017:27017 --name metamongo metabase/qa-databases:mongo-sample-4.
2
mongod --dbpath /data/db2/ --tlsMode requireTLS --tlsCertificateKeyFile /etc/mongo/metamongo.pem --tlsCAFile /etc/mongo/metaca.crt
run
:
docker run -d -p 27017:27017 --name metamongo metabase/qa-databases:mongo-sample-4.
4
mongod --dbpath /data/db2/ --tlsMode requireTLS --tlsCertificateKeyFile /etc/mongo/metamongo.pem --tlsCAFile /etc/mongo/metaca.crt
-
name
:
Wait until the port 27017 is ready
run
:
while ! nc -z localhost 27017; do sleep 1; done
timeout-minutes
:
5
...
...
@@ -235,10 +235,10 @@ jobs:
curl https://raw.githubusercontent.com/metabase/metabase-qa/master/dbs/mongo/certificates/metaca.crt \
-o ./test_resources/ssl/mongo/metaca.crt
-
name
:
Test MongoDB SSL driver (4.
2
)
-
name
:
Test MongoDB SSL driver (4.
4
)
uses
:
./.github/actions/test-driver
with
:
junit-name
:
'
be-tests-mongo-4-
2
-ee'
junit-name
:
'
be-tests-mongo-4-
4
-ee'
test-args
:
"
:exclude-tags
'[:mb/once]'"
be-tests-mongo-5-0-ee
:
...
...
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