Commit 1a810d4
committed
Fix timeout report generation race
When fx is run with a very short timeout, it's possible for the
timeout error message to be in a bad format "OnStart hook added by failed"
where the name of the OnStart hook's caller hasn't been recorded
before the context times out.
This fixes the error message generation to not rely on the OnStart hook's
caller always being known to fix this race.
Fixes #8151 parent 88cdb34 commit 1a810d4
2 files changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1026 | 1031 | | |
1027 | 1032 | | |
1028 | 1033 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
886 | 908 | | |
887 | 909 | | |
888 | 910 | | |
| |||
0 commit comments