Open sd-matt-b opened 9 months ago
I can confirm that this is happening, but I have no idea why.
We have a very similar issue and it's also related to file system abstraction. Also adding denyPaths()
for that part doesn't help.
I have the same issue, it's present since v1.6
@wikando-ck this problem has existed since the very first version
The test uses SplFireObject to get a line count from a .tsv file.
The file in question returns (for example) 100 when not using BypassFinals::enable(), but when used the test returns 99 when using. I've tested this and it appears that BypassFinals is somehow trimming a trailing new line in our .tsv which causes the test to fail. Using a strict whitelist does not seem to alleviate this issue.
What I can't determine is the root cause, I can't tell if this is a BypassFinals issue, or if there's something about this project's setup that merely gets triggered by BypassFinals. Either way, feels like I should leave this issue in case anyone else wants to look deeper or runs into a similar issue.