parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Outstanding CI Issue #398

Closed montymxb closed 5 years ago

montymxb commented 6 years ago

Issue Description

CI Fails to run due to an issue related to staring up a test parse server to run against.

Steps to reproduce

Any PR will fail CI due to the ongoing issue. Refer to this job for an example.

Environment Details

Logs/Traces

Refer to job link above for details.

This is more to make it known that we're aware of this and will be resolving it. Beyond that the SDK itself should be just fine.

dplewis commented 6 years ago

@montymxb This has been addressed in Parse Server 2.8.1.

https://github.com/parse-community/parse-server/pull/4771/files

montymxb commented 6 years ago

Thanks for letting me know @dplewis . I took a look locally and was able to spin things up for testing. There are some errors related to what look like feature changes in the server, will have to iron them out once I can get the CI cache cleared out to reflect the changes server side.

dplewis commented 6 years ago

@montymxb Cool, there are lot of features coming soon. 👍

acinader commented 5 years ago

this appears to be fixed.