Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
tests/026.php fails every time.
It seems that the final callbacks are either never called or never waited for.
cat tests/026.log
---- EXPECTED OUTPUT
string(0) ""
string(5) "Array"
string(6) "prefix"
bool(true)
bool(true)
bool(true)
bool(true)
Array
(
[foo] => dummy
[bar] => dummy
)
Array
(
[key] => foo
[value] => dummy
)
Array
(
[key] => bar
[value] => dummy
)
---- ACTUAL OUTPUT
string(0) ""
string(5) "Array"
string(6) "prefix"
bool(true)
bool(true)
bool(true)
bool(true)
---- FAILED
It seems that the final callbacks are either never called or never waited for.
cat tests/026.log
---- EXPECTED OUTPUT
string(0) ""
string(5) "Array"
string(6) "prefix"
bool(true)
bool(true)
bool(true)
bool(true)
Array
(
[foo] => dummy
[bar] => dummy
)
Array
(
[key] => foo
[value] => dummy
)
Array
(
[key] => bar
[value] => dummy
)
---- ACTUAL OUTPUT
string(0) ""
string(5) "Array"
string(6) "prefix"
bool(true)
bool(true)
bool(true)
bool(true)
---- FAILED
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews