Public release release-ea887c8f56cd

Source commit: ea887c8f56cd53985a1179b13e5f1b85c485f584

Public tree identity: sha256:b96a97aacdbc8fd4fc2ea20d0e1450280d46db3f24aabe1475e5fbe20e05f255
This commit is contained in:
Clusterflux release 2026-07-25 02:55:35 +02:00
parent 9223c54939
commit 2a0f7ded04
37 changed files with 3145 additions and 628 deletions

View file

@ -194,7 +194,7 @@ function downloadNodeCapabilities() {
ttl_seconds: 60,
});
assert.strictEqual(crossTenant.type, "error");
assert.match(crossTenant.message, /tenant mismatch/);
assert.match(crossTenant.message, /artifact does not exist/);
const crossProject = await send(addr, {
type: "create_artifact_download_link",
@ -206,7 +206,7 @@ function downloadNodeCapabilities() {
ttl_seconds: 60,
});
assert.strictEqual(crossProject.type, "error");
assert.match(crossProject.message, /project mismatch/);
assert.match(crossProject.message, /artifact does not exist/);
const crossTenantOpen = await send(addr, {
type: "open_artifact_download_stream",
@ -219,7 +219,7 @@ function downloadNodeCapabilities() {
chunk_bytes: 1,
});
assert.strictEqual(crossTenantOpen.type, "error");
assert.match(crossTenantOpen.message, /tenant mismatch/);
assert.match(crossTenantOpen.message, /artifact does not exist/);
const crossProjectOpen = await send(addr, {
type: "open_artifact_download_stream",
@ -232,7 +232,7 @@ function downloadNodeCapabilities() {
chunk_bytes: 1,
});
assert.strictEqual(crossProjectOpen.type, "error");
assert.match(crossProjectOpen.message, /project mismatch/);
assert.match(crossProjectOpen.message, /artifact does not exist/);
const guessed = await send(addr, {
type: "open_artifact_download_stream",