-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: Move test util to separate package #666
Conversation
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Travis tests have failedHey @gaocegege, 2nd Buildgometalinter --config=linter_config.json --vendor ./...
goveralls -service=travis-ci -v -package ./pkg/... -ignore "pkg/client/*/*.go,pkg/client/*/*/*.go,pkg/client/*/*/*/*.go,pkg/client/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*/*.go,pkg/util/testutil/*.go,pkg/apis/tensorflow/*/zz_generated.*.go,pkg/apis/tensorflow/*/*_generated.go"
3rd Buildgometalinter --config=linter_config.json --vendor ./...
goveralls -service=travis-ci -v -package ./pkg/... -ignore "pkg/client/*/*.go,pkg/client/*/*/*.go,pkg/client/*/*/*/*.go,pkg/client/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*/*.go,pkg/util/testutil/*.go,pkg/apis/tensorflow/*/zz_generated.*.go,pkg/apis/tensorflow/*/*_generated.go"
|
Signed-off-by: Ce Gao <[email protected]>
Signed-off-by: Ce Gao <[email protected]>
Travis tests have failedHey @gaocegege, 3rd Buildgometalinter --config=linter_config.json --vendor ./...
|
Signed-off-by: Ce Gao <[email protected]>
/assign @jlewi It is to ease the maintenance. |
I am merging it since it blocks #672 |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* *: Refactor Signed-off-by: Ce Gao <[email protected]> * travis: Remove util from coverage test Signed-off-by: Ce Gao <[email protected]> * test: Add copyright holder Signed-off-by: Ce Gao <[email protected]> * *: Fix errors Signed-off-by: Ce Gao <[email protected]> * generator: Fix test Signed-off-by: Ce Gao <[email protected]> * pods: Add error handler Signed-off-by: Ce Gao <[email protected]> * testutil: Fix linting errors Signed-off-by: Ce Gao <[email protected]>
* *: Refactor Signed-off-by: Ce Gao <[email protected]> * travis: Remove util from coverage test Signed-off-by: Ce Gao <[email protected]> * test: Add copyright holder Signed-off-by: Ce Gao <[email protected]> * *: Fix errors Signed-off-by: Ce Gao <[email protected]> * generator: Fix test Signed-off-by: Ce Gao <[email protected]> * pods: Add error handler Signed-off-by: Ce Gao <[email protected]> * testutil: Fix linting errors Signed-off-by: Ce Gao <[email protected]>
Move the util functions about test to a separate package.
Signed-off-by: Ce Gao [email protected]
This change is