Sync public tree to d0af060
This commit is contained in:
parent
8c11db913e
commit
a77e138a24
6 changed files with 185 additions and 11 deletions
|
|
@ -165,6 +165,11 @@ expect(
|
|||
"quota resource-category criteria",
|
||||
/Hitting a quota produces a clear error[\s\S]*resource category[\s\S]*private abuse heuristics[\s\S]*quota machine errors now extract the resource category/
|
||||
);
|
||||
expect(
|
||||
criteria,
|
||||
"quota before work criteria",
|
||||
/Quotas are checked before expensive work starts[\s\S]*workflow spawns now charge `Spawn` before coordinator-side process\/task state is created or queued[\s\S]*debug, artifact-download, and rendezvous metering/
|
||||
);
|
||||
expect(
|
||||
criteria,
|
||||
"community tier CLI wording criteria",
|
||||
|
|
@ -403,6 +408,16 @@ expect(
|
|||
"coordinator task events retain placement reasons",
|
||||
/pub struct TaskCompletionEvent[\s\S]*placement: Option<Placement>[\s\S]*task_placements[\s\S]*event\.placement = self\.task_placements\.remove/
|
||||
);
|
||||
expect(
|
||||
coordinator,
|
||||
"coordinator workflow spawn metering",
|
||||
/workflow_limits: ResourceLimits[\s\S]*workflow_meter: ResourceMeter[\s\S]*can_charge\(&self\.workflow_limits, LimitKind::Spawn, 1\)[\s\S]*charge\(&self\.workflow_limits, LimitKind::Spawn, 1\)[\s\S]*charged_spawns/
|
||||
);
|
||||
expect(
|
||||
coordinator,
|
||||
"coordinator spawn quota before work coverage",
|
||||
/fn service_checks_spawn_quota_before_process_or_task_work_starts\(\)[\s\S]*workflow_limits = ResourceLimits[\s\S]*LimitKind::Spawn[\s\S]*compile-linux-denied[\s\S]*active_tasks\.contains[\s\S]*active_process\(&ProcessId::from\("vp-denied"\)\)/
|
||||
);
|
||||
expect(
|
||||
coordinator,
|
||||
"public debug operation audit event",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue