|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesDrop_Test_Table_first (last revision 2020-04-29 12:34 UTC by lear at ofcourseimright dot com)Pull Requests
Pull requests:
HistoryAllCommentsChangesGit/SVN commits
[2020-04-29 14:05 UTC] lear at ofcourseimright dot com
[2020-04-29 14:18 UTC] cmb@php.net
-Status: Open
+Status: Verified
-Assigned To:
+Assigned To: cmb
[2020-04-29 14:18 UTC] cmb@php.net
[2020-05-02 12:57 UTC] cmb@php.net
-Status: Verified
+Status: Closed
[2020-05-02 12:57 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 20 23:00:01 2025 UTC |
Description: ------------ CI testing for mysqli_insert_packet_overflow.phpt is failing because the test table exists, meaning it is not being properly dropped by another test. This can occur if a test is not skipped but php exits abnormally on an XFAIL. Test script: --------------- See mysqli_insert_packet_overflow.phpt Expected result: ---------------- Never see a CI warning about table existing. Actual result: -------------- 001+ [012] [1050] Table 'test' already exists 001- done! 002+ [013] max_allowed_packet = 67108864, strlen(query) = 16777214, [1054] Unknown column 'col_blob' in 'field list' 003+ [014] [1054] Unknown column 'col_blob' in 'field list' 004+ 005+ Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($mysql_result) must be of type mysqli_result, bool given in C:\projects\php-src\ext\mysqli\tests\mysqli_insert_packet_overflow.php:70 006+ Stack trace: 007+ #0 C:\projects\php-src\ext\mysqli\tests\mysqli_insert_packet_overflow.php(70): mysqli_fetch_assoc(false) 008+ #1 {main} 009+ thrown in C:\projects\php-src\ext\mysqli\tests\mysqli_insert_packet_overflow.php on line 70