Lukáš Smilek
Lukáš Smilek
Hello, have you been able to achieve this behavior? I am looking for the same as you can see in whatsApp when you drag a message to reply. It always...
@mtrezza I see in the log error that builds fail: > Error: Process completed with exit code 65. As I am new to CI (talking to mechanical engineer here) I...
After trying to understand this a third evening I am confident to say I will not be able to resolve this. I don't think I should change any CI workflow...
@mtrezza , I figured out the failing tests. Thanks to AI to explain me how all this works. :-) Would you be able to merge the changes? Thank you!
@mtrezza, I tried in my local xcode and the test are every time successful. I noticed that jobs that succeed here (example xcode-test-ios) have the problematic test that calls backgroundQueue...
So, apparently the timeout increase helped to solve the problem. Might it be that these job test do any concurrency / background test much slower for some reason?
I can confirm that this affects all ParseObjects. @mtrezza , I created Pull Request, could you please have a look at it? https://github.com/parse-community/Parse-Swift/pull/448
@mtrezza, who could check and eventually release the #448? I gave learned a bit more and hopefully figured it out. Thank you!