Edit report at https://bugs.php.net/bug.php?id=79087&edit=1

 ID:                 79087
 Comment by:         bugreports at gmail dot com
 Reported by:        bugreports at gmail dot com
 Summary:            failing tests for 7.4
 Status:             Assigned
 Type:               Bug
 Package:            Testing related
 PHP Version:        7.4Git-2020-01-09 (Git)
 Assigned To:        cmb
 Block user comment: N
 Private report:     N

 New Comment:

> Would that test pass for you within 1000 msec or so?

sorry, the whole stuff is running within a PGO rpm-build unpacking the tarball, 
run build, profiling with own autotetss and the final build followed by 
"run-tests.php" (because of make test by stuopidity copies /etc/php.ini) and i 
won't break that in pieces


Previous Comments:
------------------------------------------------------------------------
[2020-01-09 10:01:01] c...@php.net

Thanks!

bug76675.diff isn't helpful, and that test passes for me.

cve-2014-3538-nojit.diff shows that the threshold of 1 sec might
be a bit too low.  At least for now you could run with

  SKIP_PERF_SENSITIVE=1

which will then skip this test and five others.

socket_sendrecvmsg_multi_msg-unix.diff hints again at a timeout
issue.  Maybe the timeout of 500 msec[1] should be increased?
Would that test pass for you within 1000 msec or so?

[1] 
<https://github.com/php/php-src/blob/php-7.4.2RC1/ext/sockets/tests/socket_sendrecvmsg_multi_msg-unix.phpt#L53>

------------------------------------------------------------------------
[2020-01-09 09:13:32] bugreports at gmail dot com

cat bug76675.diff
001+
001- (Received \d+)+

cat cve-2014-3538-nojit.diff
002+ Failed, time=1.03
002- Ok

cat socket_sendrecvmsg_multi_msg-unix.diff
008+ Socket read timeout hit. Can be a bug, a test bug, or a firewall issue.
008- Array
009- (
010-     [name] => Array
011-         (
012-             [family] => %d
013-             [addr] => ::1
014-             [port] => 7002
015-             [flowinfo] => 0
016-             [scope_id] => 0
017-         )
018-
019-     [control] => Array
020-         (
021-             [0] => Array
022-                 (
023-                     [level] => %d
024-                     [type] => %d
025-                     [data] => Array
026-                         (
027-                             [addr] => ::1
028-                             [ifindex] => %d
029-                         )
030-
031-                 )
032-
033-             [1] => Array
034-                 (
035-                     [level] => %d
036-                     [type] => %d
037-                     [data] => 40
038-                 )
039-
040-         )
041-
042-     [iov] => Array
043-         (
044-             [0] => test thing
045-
046-         )
047-
048-     [flags] => 0
049- )

------------------------------------------------------------------------
[2020-01-09 08:24:38] c...@php.net

Please see <http://qa.php.net/write-test.php#analyzing-failing-tests>.
Most interesting would be the *.diff files.

------------------------------------------------------------------------
[2020-01-09 08:08:52] bugreports at gmail dot com

which diffs?

that's all running within rpmbuild and happily set to ont let the build fail - 
so please if you need any information provide where to find it for someone who 
is not a core developer knowing all the internal stuff

------------------------------------------------------------------------
[2020-01-09 08:00:34] c...@php.net

Please post the diffs.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=79087


--
Edit this bug report at https://bugs.php.net/bug.php?id=79087&edit=1

Reply via email to