mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-04 06:23:09 +00:00
fixes blockTTL envvar
This commit is contained in:
parent
f23926636c
commit
b295314bde
@ -56,7 +56,7 @@ namespace DistTestCore.Codex
|
||||
}
|
||||
if (config.BlockTTL != null)
|
||||
{
|
||||
AddEnvVar("BLOCK_TTL", config.BlockTTL.ToString()!);
|
||||
AddEnvVar("CODEX_BLOCK_TTL", config.BlockTTL.ToString()!);
|
||||
}
|
||||
if (config.MetricsEnabled)
|
||||
{
|
||||
|
||||
@ -13,6 +13,7 @@ namespace Tests.PeerDiscoveryTests
|
||||
[TestCase("nim-codex:sha-3f2b417")]
|
||||
[TestCase("nim-codex:sha-00f6554")]
|
||||
[TestCase("nim-codex:sha-f053135")]
|
||||
[TestCase("nim-codex:sha-711e5e0")]
|
||||
public void ThreeNodes(string dockerImage)
|
||||
{
|
||||
var img = "codexstorage/" + dockerImage;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user