Skip to content

Builds stuck in "Receiving build" State #476

Answered by Robdel12
nirav1516 asked this question in Support
Discussion options

You must be logged in to vote

Hey @nirav1516! If there's a process in your maven build that kills all node processes, it won't work with Percy. Percy is a parent process to your test command. When you run percy exec -- mvn test (or whatever the subcommand topercy exec is), mvn test is spawned by @percy/cli. Killing Node processes means Percy will always be stopped at that point in the script. And how abrupt it is, Percy's CLI has no time to clean up the sub process & finalize the Percy build.

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Robdel12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #415 on August 04, 2021 16:18.