parse-community / parse-php-sdk

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

Cache Cleanup Fix #339

Closed montymxb closed 7 years ago

montymxb commented 7 years ago

Shuts down the server and clears internal pid file in after_script at the end of script. Currently, due to the cache, parse-server-test keeps thinking there is a running server as it was never shutdown (and the pid never cleared) after the script finishes. This allows us to keep node_modules in the cache without having to do anything strange to make the next run execute properly.

codecov[bot] commented 7 years ago

Codecov Report

Merging #339 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #339   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files          35       35           
  Lines        2749     2749           
=======================================
  Hits         2713     2713           
  Misses         36       36

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f219bfa...5270bb8. Read the comment docs.