Petr Levtonov
Petr Levtonov
How is it fixed if the exception causing code is this referenced fix? Was this closed by mistake? `!isset($this->_fields[$association->getForeignKey()]` can not work when getForeignKey() returns an array.
Same request here. I use predis locks. In some cases I don't want to wait until the lock is released, but abort the request if another process is already holding...
@tillkruss could you have a look as well, please?
> I get some Redis failures when running `bash bin/test.sh` Thank you, I will try to run it locally and fix the remaining issue. So far I was just targeting...
> I get some Redis failures when running `bash bin/test.sh` ~~Could you maybe tell me which test fails for you locally? I currently only see that the various redis connection...
@taylorotwell @tillkruss The pull request is ready for the final review. Local test run is fixed (I was not aware of /bin/test.sh before 😅). The issue was that the local...
> Whenever I run the framework tests (current 9.x branch) locally I get normal output. When I run this branch's test locally my output is all garbled and I get...
> @TheLevti I see the same thing as Taylor. Works on 9.x but get weird results on your branch. Thanks guys, I will see what I can find. I don't...
This is fine. I added those as a preparation for my next pull request. Currently the Cache component does not support any of the serializer/compressors. I want this test suite...
> @TheLevti if we can't fix the tests then for now it's probably best to don't go forward with this. Hey, I just did not have time in the last...