diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-13 23:09:57 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-13 23:25:28 +0200 |
commit | 1892e3abaaecff13e7b124ec4b19c2f23e2d8f69 (patch) | |
tree | 7ef2423ab2a3963f2d5ed5303b4140f2c6cdb400 /ext/mysqlnd/mysql_float_to_double.h | |
parent | 129fd647a16b2353dd5a92edccc904619e68ab77 (diff) | |
download | php-git-1892e3abaaecff13e7b124ec4b19c2f23e2d8f69.tar.gz |
Fix brittle shmop test
To solve bug #70886, the test uses random keys to prevent collisions;
however, this is not guaranteed, and as such it may even collide with
other tests in the shmop test suite. The proper solution would be to
use a single key (which could be randomly generated), but to actually
`shmop_close()` after each `shmop_delete()`. This would, however, not
work on Windows due to bug #65987. Therefore we use three different
keys for now.
Diffstat (limited to 'ext/mysqlnd/mysql_float_to_double.h')
0 files changed, 0 insertions, 0 deletions