]> granicus.if.org Git - php/commit
Skip upload_2G.phpt if disk_free_space() <= 2GB
authorTyson Andre <tysonandre775@hotmail.com>
Sun, 19 Jul 2020 01:22:57 +0000 (21:22 -0400)
committerTyson Andre <tysonandre775@hotmail.com>
Sun, 19 Jul 2020 13:21:53 +0000 (09:21 -0400)
commit0d519fa493989437eeb521054a057826f21f0ba7
tree75df2615e74fc974f0bc4b054bb6de7a999af266
parent9002e95f7c0aa73d621bf54b2ad19aeef037e95c
Skip upload_2G.phpt if disk_free_space() <= 2GB

This test failed when the free disk space is close to 2.15GB.
I see the file size in the .out file as 0.
PHP has to save the full file contents to disk (the path is in `$_FILES`)

Related to GH-5283

Closes GH-5873
sapi/cli/tests/upload_2G.phpt