File tree Expand file tree Collapse file tree
testdata/scripts/admin/profile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exec curl --retry 10 --retry-max-time 60 --retry-connrefused $NODEURL
1111exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-version-check
1212
1313exec 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
1616exec sh -c 'eval "ls -R $WORK"'
1717
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ exec chainlink --remote-node-url $NODEURL admin login -file creds --bypass-versi
99
1010exec 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
1414exec 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
1717exec sh -c 'eval "ls -R $WORK"'
1818
You can’t perform that action at this time.
0 commit comments