-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Description
Since #427 landed, if I attempt to run:
$ cargo run --bin=omicron-dev -- db-run
I see the following:
Compiling omicron-test-utils v0.1.0 (/home/smklein/omicron/test-utils)
Finished dev [unoptimized + debuginfo] target(s) in 5.49s
Running `target/debug/omicron-dev db-run`
omicron-dev: using temporary directory for database store (cleaned up on clean exit)
omicron-dev: will run this to start CockroachDB:
cockroach start-single-node --insecure --http-addr=:0 --store /tmp/.tmpPAeMXd/data --listen-addr 127.0.0.1:32221 --listening-url-file /tmp/.tmpPAeMXd/listen-url
omicron-dev: temporary directory: /tmp/.tmpPAeMXd
omicron-dev: wrong version of CockroachDB installed. expected 'v21.1.10', found: 'Err(error Some(4) when checking CockroachDB version)
This is true even after re-running the ./tools/ci_download_cockroachdb
script.
Metadata
Metadata
Assignees
Labels
No labels