ext/session/.../gh23043.phpt: session.save_path can be nonempty - #23537
ext/session/.../gh23043.phpt: session.save_path can be nonempty#23537orlitzky wants to merge 1 commit into
Conversation
Allow session.save_path to be nonempty in this test, as the test itself does not empty it, and in automated setups it is common to force all "temporary stuff" to a dedicated location.
This makes sense to me; gh7787.phpt already does the same. |
jorgsowa
left a comment
There was a problem hiding this comment.
Test suite is not properly isolated, so such artifacts happen. I would rather to have properly isolated environment or INI setting for tests, but technically it's also correct.
Thanks, we are actually trying quite hard to isolate the tests, but in this case we're passing If you are looking for something to do today, I have a few PRs open that fix leaks in the (crude, but usable)
The tl;dr is that |
Allow
session.save_pathto be nonempty in this test, as the test itself does not empty it, and in automated setups it is common to force all "temporary stuff" to a dedicated location.