Remove src/node and references to it#13145
Conversation
This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
|
What do you mean, the node test will fail ? |
|
|
I mean the test script that runs grpc-node unit tests with its submodule updated to this commit. I deleted the Node section of build.yaml. |
|
Ah, I see, okay. |
|
|
|
|
|
|
|
|
|
Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement. After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.
Regards, |
|
|
|
@thelinuxfoundation Does pinging this bot make it check my CLA status again? |
|
|
|
| @@ -1,28 +0,0 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
I don't think this is supposed to be deleted
There was a problem hiding this comment.
You're right. I fixed that.
|
|
|
|
|
|
|
|
This probably broke Artifact Build Linux |
This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running unit and interop tests from the grpc-node repository are untouched.
We should eventually add Node back to the performance test script and have it run against grpc-node.
I expect the grpc-node test to fail, and probably to keep failing for a little while. It will take some work in that repo to make it compatible with this change.