eigerco / quasar

A Soroban Indexer
Apache License 2.0
4 stars 1 forks source link

first integration test, the server running on port 8000 #75

Open MeerKatDev opened 11 months ago

MeerKatDev commented 11 months ago

After solving the problems above this method should be ready to be ran for all tests.

Containers may be spawned in parallel, so tests may be executed with just cargo test. Registry had issues with the docker containers running in parallel, so I made it optional. It throws:

thread 'tokio-runtime-worker' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-prometheus-0.4.0/src/lib.rs:601:14:
called `Result::unwrap()` on an `Err` value: FailedToSetGlobalRecorder(SetRecorderError(()))