Unverified Commit f9f48a10 authored by Kevin Albertson's avatar Kevin Albertson Committed by GitHub
Browse files

CXX-2783 use Docker image to run `mongohouse` (#1085)

* use mongohouse docker image

* copy waiting script from mongo-c-driver

* migrate to ubuntu2204

* remove unused expansion

* use `bash`, not `sh`

To resolve error:
```
.evergreen/atlas_data_lake/pull-mongohouse-image.sh: 7: Bad substitution
```

* do not check output of `serverStatus` command

`mongohoused` responds with `{ "ok" : 1, "host" : "localhost" }`.

* remove no-longer-applicable try/catch
parent 77094d18
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment