test: align shifted main assertions (#100897)
Some checks are pending
CI / runner-admission (push) Waiting to run
CI / preflight (push) Blocked by required conditions
CI / security-fast (push) Blocked by required conditions
CI / pnpm-store-warmup (push) Blocked by required conditions
CI / build-artifacts (push) Blocked by required conditions
CI / native-i18n (push) Blocked by required conditions
CI / (push) Blocked by required conditions
CI / -1 (push) Blocked by required conditions
CI / -2 (push) Blocked by required conditions
CI / checks-node-compat-node22 (push) Blocked by required conditions
CI / -3 (push) Blocked by required conditions
CI / check-bundled-channel-config-metadata (push) Blocked by required conditions
CI / check-dependencies (push) Blocked by required conditions
CI / check-guards (push) Blocked by required conditions
CI / check-lint (push) Blocked by required conditions
CI / check-prod-types (push) Blocked by required conditions
CI / check-shrinkwrap (push) Blocked by required conditions
CI / check-test-types (push) Blocked by required conditions
CI / check-additional-boundaries-a (push) Blocked by required conditions
CI / check-additional-boundaries-bcd (push) Blocked by required conditions
CI / check-additional-extension-bundled (push) Blocked by required conditions
CI / check-additional-extension-channels (push) Blocked by required conditions
CI / check-additional-extension-package-boundary (push) Blocked by required conditions
CI / check-additional-runtime-topology-architecture (push) Blocked by required conditions
CI / check-session-accessor-boundary (push) Blocked by required conditions
CI / check-session-transcript-reader-boundary (push) Blocked by required conditions
CI / check-docs (push) Blocked by required conditions
CI / skills-python (push) Blocked by required conditions
CI / -4 (push) Blocked by required conditions
CI / -5 (push) Blocked by required conditions
CI / macos-swift (push) Blocked by required conditions
CI / ios-build (push) Blocked by required conditions
CI / -6 (push) Blocked by required conditions
CI / ci-timings-summary (push) Blocked by required conditions
ClawSweeper Dispatch / dispatch (push) Waiting to run
CodeQL / Security High (actions) (push) Waiting to run
CodeQL / Security High (channel-runtime-boundary) (push) Waiting to run
CodeQL / Security High (core-auth-secrets) (push) Waiting to run
CodeQL / Security High (mcp-process-tool-boundary) (push) Waiting to run
CodeQL / Security High (network-ssrf-boundary) (push) Waiting to run
CodeQL / Security High (plugin-trust-boundary) (push) Waiting to run
CodeQL / Security High (process-exec-boundary) (push) Waiting to run
Control UI Locale Refresh / plan (push) Waiting to run
Control UI Locale Refresh / Refresh (push) Blocked by required conditions
Control UI Locale Refresh / Commit control UI locale refresh (push) Blocked by required conditions
Docs Sync Publish Repo / sync-publish-repo (push) Waiting to run
Docs / docs (push) Waiting to run
Native App Locale Refresh / Refresh native ar (push) Waiting to run
Native App Locale Refresh / Refresh native de (push) Waiting to run
Native App Locale Refresh / Refresh native es (push) Waiting to run
Native App Locale Refresh / Refresh native fa (push) Waiting to run
Native App Locale Refresh / Refresh native fr (push) Waiting to run
Native App Locale Refresh / Refresh native hi (push) Waiting to run
Native App Locale Refresh / Refresh native id (push) Waiting to run
Native App Locale Refresh / Refresh native it (push) Waiting to run
Native App Locale Refresh / Refresh native ja-JP (push) Waiting to run
Native App Locale Refresh / Refresh native ko (push) Waiting to run
Native App Locale Refresh / Refresh native nl (push) Waiting to run
Native App Locale Refresh / Refresh native pl (push) Waiting to run
Native App Locale Refresh / Refresh native pt-BR (push) Waiting to run
Native App Locale Refresh / Refresh native ru (push) Waiting to run
Native App Locale Refresh / Refresh native sv (push) Waiting to run
Native App Locale Refresh / Refresh native th (push) Waiting to run
Native App Locale Refresh / Refresh native tr (push) Waiting to run
Native App Locale Refresh / Refresh native uk (push) Waiting to run
Native App Locale Refresh / Refresh native vi (push) Waiting to run
Native App Locale Refresh / Refresh native zh-CN (push) Waiting to run
Native App Locale Refresh / Refresh native zh-TW (push) Waiting to run
Native App Locale Refresh / Commit native locale refresh (push) Blocked by required conditions
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Waiting to run
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Blocked by required conditions
Plugin Init Scaffold Validation / Validate provider scaffold (push) Waiting to run
Plugin NPM Release / preview_plugins_npm (push) Waiting to run
Plugin NPM Release / Validate release publish approval (push) Blocked by required conditions
Plugin NPM Release / preview_plugin_pack (push) Blocked by required conditions
Plugin NPM Release / publish_plugins_npm (push) Blocked by required conditions
Plugin NPM Release / verify_plugins_npm (push) Blocked by required conditions
Website Installer Sync / static (push) Waiting to run
Website Installer Sync / linux-docker (push) Waiting to run
Website Installer Sync / macos-installer (push) Waiting to run
Website Installer Sync / windows-installer (push) Waiting to run
Website Installer Sync / sync-website (push) Blocked by required conditions
Workflow Sanity / no-tabs (push) Waiting to run
Workflow Sanity / actionlint (push) Waiting to run
Workflow Sanity / generated-doc-baselines (push) Waiting to run

This commit is contained in:
Vincent Koc 2026-07-06 07:24:26 -07:00 committed by GitHub
parent 9997c534b8
commit 94a0d2ec3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 26 deletions

View file

@ -289,12 +289,10 @@ describe("Codex app-server native code mode config", () => {
});
expect(instructions).toContain("## Skill Workshop");
expect(instructions).toContain(
"Use `skill_workshop` when the user wants to create, update, revise, list, inspect, apply, reject, or quarantine a reusable skill, Skill Workshop proposal, playbook, workflow, procedure, or durable instruction.",
);
expect(instructions).toContain(
"Use `action=apply`, `action=reject`, or `action=quarantine` only after the user explicitly asks to approve/use/apply, reject, or quarantine a specific proposal.",
);
expect(instructions).toContain("Route durable skill work");
expect(instructions).toContain("through the `skill_workshop` tool");
expect(instructions).toContain("Generated skills are pending proposals.");
expect(instructions).toContain("only when the user explicitly asks");
});
it("keeps developer instructions compact when no dynamic tools are deferred", () => {

View file

@ -186,6 +186,7 @@ function createManager(options?: {
getRuntimeConfig?: () => Record<string, unknown>;
channelIds?: ChannelId[];
startupTrace?: { measure: <T>(name: string, run: () => T | Promise<T>) => Promise<T> };
deferStartupAccountStartsUntil?: Promise<void>;
fillChannelDependencies?: boolean;
}) {
const log = createSubsystemLogger("gateway/server-channels-test");
@ -208,6 +209,9 @@ function createManager(options?: {
? { resolveChannelRuntime: options.resolveChannelRuntime }
: {}),
...(options?.startupTrace ? { startupTrace: options.startupTrace } : {}),
...(options?.deferStartupAccountStartsUntil
? { deferStartupAccountStartsUntil: options.deferStartupAccountStartsUntil }
: {}),
});
createdManagers.push({ channelIds, manager });
return manager;
@ -1247,36 +1251,37 @@ describe("server-channels auto restart", () => {
await flushMicrotasks();
});
it("does not start traced channel accounts after stop wins the handoff", async () => {
const handoffEntered = createDeferred();
const releaseHandoff = createDeferred();
it("does not start deferred channel accounts after stop wins the startup handoff", async () => {
const releaseAccountStart = createDeferred();
const measureMock = vi.fn(async (name: string, run: () => unknown) => await run());
const startupTrace = {
measure: async <T>(name: string, run: () => T | Promise<T>) => {
if (name === "channels.discord.start-account-handoff") {
handoffEntered.resolve();
await releaseHandoff.promise;
}
return await run();
},
measure: async <T>(name: string, run: () => T | Promise<T>) =>
(await measureMock(name, run)) as T,
};
const startAccount = vi.fn(async () => {});
installTestRegistry(createTestPlugin({ startAccount }));
const manager = createManager({ startupTrace });
const manager = createManager({
startupTrace,
deferStartupAccountStartsUntil: releaseAccountStart.promise,
});
await manager.startChannel("discord", DEFAULT_ACCOUNT_ID);
await waitForImmediate();
await handoffEntered.promise;
await manager.startChannels();
await flushMicrotasks();
const stopTask = manager.stopChannel("discord", DEFAULT_ACCOUNT_ID);
await flushMicrotasks();
releaseHandoff.resolve();
await stopTask;
await flushMicrotasks();
releaseAccountStart.resolve();
await flushMicrotasks();
expect(startAccount).not.toHaveBeenCalled();
expect(measureMock.mock.calls.map(([name]) => name)).not.toContain(
"channels.discord.start-account-handoff",
);
expect(
manager.getRuntimeSnapshot().channelAccounts.discord?.[DEFAULT_ACCOUNT_ID]?.running,
).toBe(false);
).not.toBe(true);
});
it("limits whole-channel account startup fanout to four", async () => {

View file

@ -142,10 +142,9 @@ describe("tool-cards", () => {
);
expect(container.textContent?.match(/Skill Workshop/g)).toHaveLength(1);
expect(container.querySelector(".chat-tool-msg-body")?.textContent).not.toContain(
"Skill Workshop",
);
expect(container.querySelector(".chat-tool-card__detail")?.textContent).toContain("create");
const bodyText = container.querySelector(".chat-tool-msg-body")?.textContent ?? "";
expect(bodyText).not.toContain("Skill Workshop");
expect(bodyText).toContain('"action": "create"');
expect(container.querySelector(".chat-tool-card__action-btn")).toBeInstanceOf(
HTMLButtonElement,
);