惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
S
SegmentFault 最新的问题
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
J
Java Code Geeks
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
test: tighten qa lab config assertions · openclaw/opencla...
steipete · 2026-05-11 · via Recent Commits to openclaw:main

@@ -21,20 +21,18 @@ describe("buildQaSuiteSummaryJson", () => {

21212222

it("records provider/model/mode so parity gates can verify labels", () => {

2323

const json = buildQaSuiteSummaryJson(baseParams);

24-

expect(json.run).toMatchObject({

25-

startedAt: "2026-04-11T00:00:00.000Z",

26-

finishedAt: "2026-04-11T00:05:00.000Z",

27-

providerMode: "mock-openai",

28-

primaryModel: "openai/gpt-5.5",

29-

primaryProvider: "openai",

30-

primaryModelName: "gpt-5.5",

31-

alternateModel: "openai/gpt-5.5-alt",

32-

alternateProvider: "openai",

33-

alternateModelName: "gpt-5.5-alt",

34-

fastMode: true,

35-

concurrency: 2,

36-

scenarioIds: null,

37-

});

24+

expect(json.run.startedAt).toBe("2026-04-11T00:00:00.000Z");

25+

expect(json.run.finishedAt).toBe("2026-04-11T00:05:00.000Z");

26+

expect(json.run.providerMode).toBe("mock-openai");

27+

expect(json.run.primaryModel).toBe("openai/gpt-5.5");

28+

expect(json.run.primaryProvider).toBe("openai");

29+

expect(json.run.primaryModelName).toBe("gpt-5.5");

30+

expect(json.run.alternateModel).toBe("openai/gpt-5.5-alt");

31+

expect(json.run.alternateProvider).toBe("openai");

32+

expect(json.run.alternateModelName).toBe("gpt-5.5-alt");

33+

expect(json.run.fastMode).toBe(true);

34+

expect(json.run.concurrency).toBe(2);

35+

expect(json.run.scenarioIds).toBeNull();

3836

});

39374038

it("includes scenarioIds in run metadata when provided", () => {

@@ -63,14 +61,12 @@ describe("buildQaSuiteSummaryJson", () => {

6361

primaryModel: "anthropic/claude-opus-4-6",

6462

alternateModel: "anthropic/claude-sonnet-4-6",

6563

});

66-

expect(json.run).toMatchObject({

67-

primaryModel: "anthropic/claude-opus-4-6",

68-

primaryProvider: "anthropic",

69-

primaryModelName: "claude-opus-4-6",

70-

alternateModel: "anthropic/claude-sonnet-4-6",

71-

alternateProvider: "anthropic",

72-

alternateModelName: "claude-sonnet-4-6",

73-

});

64+

expect(json.run.primaryModel).toBe("anthropic/claude-opus-4-6");

65+

expect(json.run.primaryProvider).toBe("anthropic");

66+

expect(json.run.primaryModelName).toBe("claude-opus-4-6");

67+

expect(json.run.alternateModel).toBe("anthropic/claude-sonnet-4-6");

68+

expect(json.run.alternateProvider).toBe("anthropic");

69+

expect(json.run.alternateModelName).toBe("claude-sonnet-4-6");

7470

});

75717672

it("leaves split fields null when a model ref is malformed", () => {

@@ -79,14 +75,12 @@ describe("buildQaSuiteSummaryJson", () => {

7975

primaryModel: "not-a-real-ref",

8076

alternateModel: "",

8177

});

82-

expect(json.run).toMatchObject({

83-

primaryModel: "not-a-real-ref",

84-

primaryProvider: null,

85-

primaryModelName: null,

86-

alternateModel: "",

87-

alternateProvider: null,

88-

alternateModelName: null,

89-

});

78+

expect(json.run.primaryModel).toBe("not-a-real-ref");

79+

expect(json.run.primaryProvider).toBeNull();

80+

expect(json.run.primaryModelName).toBeNull();

81+

expect(json.run.alternateModel).toBe("");

82+

expect(json.run.alternateProvider).toBeNull();

83+

expect(json.run.alternateModelName).toBeNull();

9084

});

91859286

it("keeps scenarios and counts alongside the run metadata", () => {