Skip to content
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

Misc cleanups: Remove deadcode in tests, makefile #5983

Merged
merged 5 commits into from
Apr 1, 2020

Conversation

morgo
Copy link
Contributor

@morgo morgo commented Mar 27, 2020

Hopefully not too controversial:

This removes the shard rebalancing make target, and the feature from test.go. It is not doing any harm, but we don't need this with GitHub actions - we can run unlimited shards.

I have also removed the make install feature which copies vtctl2 web files and config files. These are now embedded in rice boxes.

Fixes a bug in echo'ing current go version when it is out of date.

Add k3s to dependency check for running tests.

Move failing sonar action to a special branch instead of master. When we get it working, we can enable on master again.

Signed-off-by: Morgan Tocker tocker@gmail.com

Signed-off-by: Morgan Tocker <tocker@gmail.com>
@morgo morgo requested a review from sougou as a code owner March 27, 2020 17:06
Signed-off-by: Morgan Tocker <tocker@gmail.com>
Signed-off-by: Morgan Tocker <tocker@gmail.com>
@morgo morgo changed the title Remove deadcode in tests, makefile Misc cleanups: Remove deadcode in tests, makefile Mar 27, 2020
@morgo
Copy link
Contributor Author

morgo commented Mar 27, 2020

Currently the docker-based tests are failing because the docker images are using go 1.12. This is fixed in source, but needs the images to be republished. After this is done, all tests should pass.

Signed-off-by: Morgan Tocker <tocker@gmail.com>
@sougou
Copy link
Contributor

sougou commented Apr 1, 2020

Tests are complaining about bad go version.

@morgo
Copy link
Contributor Author

morgo commented Apr 1, 2020

Tests are complaining about bad go version.

Yep - see above, it should be fixed by a new Docker image. I'm pushing one now.

Signed-off-by: Morgan Tocker <tocker@gmail.com>
@morgo
Copy link
Contributor Author

morgo commented Apr 1, 2020

The re-bootstrap is compete and the test that was failing is now passing. Just waiting for GitHub Actions to have free capacity to run tests (all my jobs appear to be queueing).

@morgo morgo merged commit 6373ad9 into vitessio:master Apr 1, 2020
@morgo morgo deleted the morgo-update-makefile branch April 1, 2020 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants