Commit 266017f
committed
profiling: xfail bug60634 session test (parallel-run flake)
ext/session/tests/bug60634.phpt (die() in a session save handler) fails
intermittently in the PHP language tests job with "Cannot call session
save handler in a recursive manner". It is not a profiler issue - it
passes in isolation with the profiler enabled, including with
DD_PROFILING_ENABLED=1; the failure is a concurrency/session-save-path
collision in the 64-worker parallel run. Both possible test paths are
listed (some versions place it under user_session_module/). Documented in
the tests README.1 parent 1d139c5 commit 266017f
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
0 commit comments