Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Verify chain spec versions in tests #560

@geigerzaehler

Description

@geigerzaehler

At the moment the CI tests run against multiple runtime versions. However, the tests don’t verify that they are run against the expected runtime version. For example if we run the tests against runtime/dev_prev_spec_last_impl.json we do not make sure that this chain spec was build correctly and that it indeed contains the previous runtime spec version. In fact, in #548 all the chain specs contain the same runtime version.

To adress this the tests should verify that the runtime version they are running against. To accomplish this I suggest the tests compare the runtime versions against the radicle-registry-runtime crate versions in the three different runs.

Alternatively we can wait for #492 to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    project-healthRefactoring, clean up or quality of life

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions