Skip to content

Review which integration tests needs parameters #13163

Open
@galargh

Description

@galargh

We control which tests need proof parameters by listing them here: https://github.com/filecoin-project/lotus/blob/master/cmd/ci/main.go#L308

This list hasn't been updated in a while, and it is likely that more tests than the ones listed there need parameters.

The task here is to review our test base and list the tests that need parameters.

When a test is listed, we download the cached parameters before running the test. This reduces the time needed to run the test and also increases the reliability of running the test (because it has been observed that when a test itself tries to download params, it often fails with network issues).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

📌 Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions