-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6149 from filecoin-project/feat/markets-1.3
Update to markets 1.3
- Loading branch information
Showing
10 changed files
with
165 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
testplans/lotus-soup/_compositions/baseline-docker-1-1-with-restarts.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
[metadata] | ||
name = "lotus-soup" | ||
author = "" | ||
|
||
[global] | ||
plan = "lotus-soup" | ||
case = "deals-e2e" | ||
total_instances = 3 | ||
builder = "docker:go" | ||
runner = "local:docker" | ||
|
||
[global.build] | ||
selectors = ["testground"] | ||
|
||
[global.run_config] | ||
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" } | ||
|
||
[global.build_config] | ||
enable_go_build_cache = true | ||
|
||
[global.run.test_params] | ||
clients = "1" | ||
miners = "1" | ||
genesis_timestamp_offset = "0" | ||
balance = "20000000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B | ||
sectors = "3" | ||
random_beacon_type = "mock" | ||
mining_mode = "natural" | ||
bandwidth = "4MB" | ||
|
||
|
||
[[groups]] | ||
id = "bootstrapper" | ||
[groups.instances] | ||
count = 1 | ||
percentage = 0.0 | ||
[groups.run] | ||
[groups.run.test_params] | ||
role = "bootstrapper" | ||
|
||
[[groups]] | ||
id = "miners" | ||
[groups.instances] | ||
count = 1 | ||
percentage = 0.0 | ||
[groups.run] | ||
[groups.run.test_params] | ||
role = "miner" | ||
|
||
[[groups]] | ||
id = "clients" | ||
[groups.instances] | ||
count = 1 | ||
percentage = 0.0 | ||
[groups.run] | ||
[groups.run.test_params] | ||
role = "client" | ||
# Bounce the connection during push and pull requests | ||
bounce_conn_data_transfers = "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters