test: keep live shard release partition unique · openclaw/openclaw@758262e
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -34,7 +34,11 @@ describe("scripts/test-live-shard", () => {
|
34 | 34 | it("keeps aggregate shard aliases available outside the release partition", () => { |
35 | 35 | expect(LIVE_TEST_SHARDS).toEqual(expect.arrayContaining(RELEASE_LIVE_TEST_SHARDS)); |
36 | 36 | expect(LIVE_TEST_SHARDS).toEqual( |
37 | | -expect.arrayContaining(["native-live-extensions-o-z", "native-live-extensions-media"]), |
| 37 | +expect.arrayContaining([ |
| 38 | +"native-live-extensions-o-z", |
| 39 | +"native-live-extensions-media", |
| 40 | +"native-live-extensions-media-music", |
| 41 | +]), |
38 | 42 | ); |
39 | 43 | |
40 | 44 | const oToZAlias = selectLiveShardFiles("native-live-extensions-o-z", allFiles); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。