To start keploy server from typescript sdk for all OS#90
Open
Hermione2408 wants to merge 2 commits intokeploy:mainfrom
Open
To start keploy server from typescript sdk for all OS#90Hermione2408 wants to merge 2 commits intokeploy:mainfrom
Hermione2408 wants to merge 2 commits intokeploy:mainfrom
Conversation
To start keploy server from typescript sdk for all OS. feat #352 Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Added additional check for error code and will also start the server in that case too feature #352 Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Member
Author
|
@re-Tick Can you please review this PR? |
Contributor
|
When I try the changes with a sample application, the following error is thrown: |
Member
Author
|
I am checking why it is happening |
Member
Author
|
@re-Tick error is occurring because when there is nothing running on port 6789 , empty output is treated as an error and hence the error is shown, I have added additional check for the error code and will also start the server in that case too |
Contributor
|
@Hermione2408 changes are working locally. LGTM. |
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
1 similar comment
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To start keploy server from typescript sdk for all OS.
feat keploy/keploy#352