Public release release-9b0559e0551e
Source commit: 9b0559e0551ee175275282ed5996a23811f2a1fe Public tree identity: sha256:cac1be9766237eafee5a9fad12c6c27b2074c91e42859eb3195a642ded527def
This commit is contained in:
parent
5619c9b4d9
commit
5cbede8bdc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"kind": "clusterflux-filtered-public-tree",
|
"kind": "clusterflux-filtered-public-tree",
|
||||||
"source_commit": "3ad7691b64b0565b2a5381ffd811ed3c9f7c657a",
|
"source_commit": "9b0559e0551ee175275282ed5996a23811f2a1fe",
|
||||||
"release_name": "release-3ad7691b64b0",
|
"release_name": "release-9b0559e0551e",
|
||||||
"filtered_out": [
|
"filtered_out": [
|
||||||
"private/**",
|
"private/**",
|
||||||
"internal/**",
|
"internal/**",
|
||||||
|
|
|
||||||
|
|
@ -2075,7 +2075,7 @@ async function runLaunchAttemptOwnershipGuards({
|
||||||
{ cwd: projectDir }
|
{ cwd: projectDir }
|
||||||
);
|
);
|
||||||
assert.notStrictEqual(surviving.state, "not_active");
|
assert.notStrictEqual(surviving.state, "not_active");
|
||||||
assert.strictEqual(surviving.live_process?.id, activeProcess);
|
assert.strictEqual(surviving.process, activeProcess);
|
||||||
return {
|
return {
|
||||||
rejected_attempt: rejectedAttempt,
|
rejected_attempt: rejectedAttempt,
|
||||||
rejection: rejection.message,
|
rejection: rejection.message,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue