You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CI process spawns off a new percy start process, performs all the tests and snapshots, then sends a SIGINT signal to the agent process to finalize it.
Starting in v0.19.2, the SIGINT signal throws the above mentioned warning, although it still finalizes the build so things still work as expected. I tried reproducing it in versions 0.19.5 through 0.19.1 and the error was thrown in all of them except 0.19.1:
Our CI process spawns off a new
percy start
process, performs all the tests and snapshots, then sends a SIGINT signal to the agent process to finalize it.Starting in v0.19.2, the SIGINT signal throws the above mentioned warning, although it still finalizes the build so things still work as expected. I tried reproducing it in versions 0.19.5 through 0.19.1 and the error was thrown in all of them except 0.19.1:
Travis logs:
*the PR was later force-pushed by
renovate-bot
to v0.19.3, but the Travis logs for v0.19.2 are still thereThe text was updated successfully, but these errors were encountered: