stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

Update test runtime/config for soroban-rpc on captive core #17

Closed sreuland closed 1 year ago

sreuland commented 1 year ago

What problem does your feature solve?

the test runtime uses an older pinned version of quickstart:soroban-dev, after the latest changes for soroban-rpc to use captive core have merged - https://github.com/stellar/soroban-tools/pull/322, now need to update the test runtime to pull and build updated quickstart:soroban-dev image which will have changes to support captive core config for the soroban rpc service on the docker image.

Depends on https://github.com/stellar/quickstart/issues/406, system-test should pull this latest soroban-dev image once that goes in first.

What would you like to see?

when running system tests and building rpc from latest main on soroban-tools, it should provide captive core config to soroban-rpc so that it will run correctly, existing tests should pass.

What alternatives are there?

sreuland commented 1 year ago

moved to blocked, having a compile error on core which is preventing merge of this pr. the pr is complete with approvals. waiting on core fix - https://github.com/stellar/stellar-core/issues/3653