Skip to content

Run integration tests in Ubuntu 14.04#370

Merged
coryan merged 4 commits intogoogleapis:masterfrom
coryan:run-integration-tests-in-ubuntu-14.04
Mar 24, 2018
Merged

Run integration tests in Ubuntu 14.04#370
coryan merged 4 commits intogoogleapis:masterfrom
coryan:run-integration-tests-in-ubuntu-14.04

Conversation

@coryan
Copy link
Copy Markdown
Contributor

@coryan coryan commented Mar 23, 2018

Enable the integration tests in Ubuntu 14.04. They were previously disabled because
we could not compile the Cloud Bigtable Emulator from source on this platform, but
now we install the pre-compiled binaries.
Also cleaned up the code coverage to ignore test support code and tests. That is a
more realistic measure of how good is the code that application developers will
actually use. The new numbers are visible here:

https://codecov.io/gh/coryan/google-cloud-cpp/tree/run-integration-tests-in-ubuntu-14.04/bigtable/client

coryan and others added 4 commits March 21, 2018 22:22
The tests were disabled because we used to build the Cloud
Bigtable Emulator from source, and Ubuntu 14.04 native golang
tools could not do it.  Now that we install the emulator via the
Cloud SDK, this is no longer an issue.  This fixes googleapis#361.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 23, 2018
Copy link
Copy Markdown

@deepankarsharma deepankarsharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@coryan coryan merged commit 2e1836c into googleapis:master Mar 24, 2018
@coryan coryan deleted the run-integration-tests-in-ubuntu-14.04 branch March 24, 2018 12:16
roopak-qlogic pushed a commit to roopak-qlogic/google-cloud-cpp that referenced this pull request Apr 1, 2018
The tests were disabled because we used to build the Cloud
Bigtable Emulator from source, and Ubuntu 14.04 native golang
tools could not do it.  Now that we install the emulator via the
Cloud SDK, this is no longer an issue.  This fixes googleapis#361.

Ignore testing components in code coverage reports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants