mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 17:30:21 +00:00
test: fix ci regressions
This commit is contained in:
2
test/fixtures/test-memory-hotspots.unit.json
vendored
2
test/fixtures/test-memory-hotspots.unit.json
vendored
@@ -4,7 +4,7 @@
|
||||
"defaultMinDeltaKb": 262144,
|
||||
"lane": "unit-fast, unit-*",
|
||||
"files": {
|
||||
"src/infra/outbound/targets.channel-resolution.test.ts": {
|
||||
"src/infra/outbound/channel-resolution.test.ts": {
|
||||
"deltaKb": 1111491,
|
||||
"sources": ["openclaw-test-memory-trace:unit-heavy-2"]
|
||||
},
|
||||
|
||||
@@ -341,7 +341,7 @@ describe("test planner", () => {
|
||||
const explanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
|
||||
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
@@ -358,7 +358,7 @@ describe("test planner", () => {
|
||||
const relativeExplanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: ["src/infra/outbound/targets.channel-resolution.test.ts"],
|
||||
fileFilters: ["src/infra/outbound/channel-resolution.test.ts"],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
@@ -369,9 +369,7 @@ describe("test planner", () => {
|
||||
const absoluteExplanation = explainExecutionTarget(
|
||||
{
|
||||
mode: "local",
|
||||
fileFilters: [
|
||||
path.join(process.cwd(), "src/infra/outbound/targets.channel-resolution.test.ts"),
|
||||
],
|
||||
fileFilters: [path.join(process.cwd(), "src/infra/outbound/channel-resolution.test.ts")],
|
||||
},
|
||||
{
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user