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

Investigate options to revamp testing workspace setups #1057

Open
blorente opened this issue Jun 12, 2020 · 0 comments
Open

Investigate options to revamp testing workspace setups #1057

blorente opened this issue Jun 12, 2020 · 0 comments

Comments

@blorente
Copy link
Contributor

Currently, the mechanism we use to test WORKSPACE customizations is the tesd ./test_version.sh, which populates a template workspace and executes Bazel tests there.

Recently, we have needed to add some customization to the twitter_scrooge implementation (#1050). While designing integration tests for that change, we realized that it's hard to do in an extensible way: #1050 (comment)

We should investigate how to implement more robust integration testing. It could be that we need to use bazel-integration-testing, or a different thing.

Relatedly, as we migrate more things to toolchains, it might make things easier to test. (ref: #940)

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

No branches or pull requests

1 participant