Skip to content

Commit 36119e5

Browse files
committed
Minor.
1 parent ea3da8f commit 36119e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

testdata/scripts/admin/profile/multi-chain-loopp.txtar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exec curl --retry 10 --retry-max-time 60 --retry-connrefused $NODEURL
1111
exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
1212

1313
exec chainlink --remote-node-url $NODEURL admin profile -seconds 1 -output_dir ./profiles
14-
stderr 'Collecting profiles from host and 8 plugins: \[allocs block cmdline goroutine heap mutex profile threadcreate trace\]'
14+
stderr 'Collecting profiles from host and 8 plugins: \[allocs block cmdline goroutine heap mutex threadcreate profile trace\]'
1515

1616
exec sh -c 'eval "ls -R $WORK"'
1717

testdata/scripts/admin/profile/test-seconds.txtar

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-versi
99

1010
exec chainlink --remote-node-url $NODEURL admin profile -seconds 0 -output_dir ./profiles
1111
# no CPU and trace profiles are created
12-
stderr 'Collecting profiles: \[allocs block goroutine heap mutex threadcreate cmdline\]'
12+
stderr 'Collecting profiles: \[allocs block cmdline goroutine heap mutex threadcreate\]'
1313
# CPU and trace profiles are created
1414
exec chainlink --remote-node-url $NODEURL admin profile -seconds 1 -output_dir ./profiles
15-
stderr 'Collecting profiles: \[allocs block goroutine heap mutex threadcreate cmdline profile trace\]'
15+
stderr 'Collecting profiles: \[allocs block cmdline goroutine heap mutex threadcreate profile trace\]'
1616

1717
exec sh -c 'eval "ls -R $WORK"'
1818

0 commit comments

Comments
 (0)