0.2.1 image with three workers. more clients and hosts

This commit is contained in:
ThatBen 2025-05-02 10:25:18 +02:00
parent 2971e67a51
commit 8a685ffe9a
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB
2 changed files with 8 additions and 9 deletions

View File

@ -2,8 +2,7 @@
{
public class CodexDockerImage
{
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-1932aec-dist-tests";
//"codexstorage/nim-codex:0.2.1-dist-tests";
private const string DefaultDockerImage = "codexstorage/nim-codex:0.2.1-dist-tests";
public static string Override { get; set; } = string.Empty;

View File

@ -5,11 +5,11 @@ using Utils;
namespace CodexReleaseTests.MarketTests
{
[TestFixture(6, 3, 1)]
[TestFixture(6, 4, 1)]
[TestFixture(8, 5, 1)]
[TestFixture(8, 6, 1)]
[TestFixture(8, 6, 3)]
[TestFixture(8, 3, 1)]
[TestFixture(8, 4, 1)]
[TestFixture(10, 5, 1)]
[TestFixture(10, 6, 1)]
[TestFixture(10, 6, 3)]
public class MultipleContractsTest : MarketplaceAutoBootstrapDistTest
{
public MultipleContractsTest(int hosts, int slots, int tolerance)
@ -25,8 +25,8 @@ namespace CodexReleaseTests.MarketTests
private readonly int tolerance;
protected override int NumberOfHosts => hosts;
protected override int NumberOfClients => 6;
protected override ByteSize HostAvailabilitySize => (1000 * FilesizeMb).MB();
protected override int NumberOfClients => 8;
protected override ByteSize HostAvailabilitySize => (1000 * FilesizeMb).MB();
protected override TimeSpan HostAvailabilityMaxDuration => Get8TimesConfiguredPeriodDuration() * 12;
private readonly TestToken pricePerBytePerSecond = 10.TstWei();