Bump to latest codex master image
This commit is contained in:
parent
c744fd12c3
commit
f2517b2ade
|
@ -9,7 +9,7 @@ namespace DistTestCore.Codex
|
||||||
public const string DockerImage = "codexstorage/nim-codex:sha-7227a4a";
|
public const string DockerImage = "codexstorage/nim-codex:sha-7227a4a";
|
||||||
#else
|
#else
|
||||||
//public const string DockerImage = "thatbenbierens/nim-codex:loopingyeah";
|
//public const string DockerImage = "thatbenbierens/nim-codex:loopingyeah";
|
||||||
public const string DockerImage = "codexstorage/nim-codex:sha-7227a4a";
|
public const string DockerImage = "codexstorage/nim-codex:sha-6708202";
|
||||||
#endif
|
#endif
|
||||||
public const string MetricsPortTag = "metrics_port";
|
public const string MetricsPortTag = "metrics_port";
|
||||||
public const string DiscoveryPortTag = "discovery-port";
|
public const string DiscoveryPortTag = "discovery-port";
|
||||||
|
|
|
@ -72,9 +72,6 @@ namespace DistTestCore
|
||||||
if (string.IsNullOrEmpty(response)) Assert.Fail("Received empty response.");
|
if (string.IsNullOrEmpty(response)) Assert.Fail("Received empty response.");
|
||||||
if (response.StartsWith(UploadFailedMessage)) Assert.Fail("Node failed to store block.");
|
if (response.StartsWith(UploadFailedMessage)) Assert.Fail("Node failed to store block.");
|
||||||
|
|
||||||
var logReplacement = $"(CID:{file.Describe()})";
|
|
||||||
Log($"ContentId '{response}' is {logReplacement}");
|
|
||||||
lifecycle.Log.AddStringReplace(response, logReplacement);
|
|
||||||
Log($"Uploaded file. Received contentId: '{response}'.");
|
Log($"Uploaded file. Received contentId: '{response}'.");
|
||||||
return new ContentId(response);
|
return new ContentId(response);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue