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

build: use tf.test.main for mesh:demo_utils_test #2319

Merged
merged 1 commit into from
Jun 6, 2019

Conversation

wchargin
Copy link
Contributor

@wchargin wchargin commented Jun 6, 2019

Summary:
This test case already contains actual TensorFlow code, via the GFile
use in the code under test. Within Google, such tests must be run via
tf.test.main() or absltest.main(), and the TensorFlow-specific code
should be in a tf.test.TestCase as well (though this is not strictly
required).

Test Plan:
Verified that this patch fixes a test that’s broken when syncing into
Google3.

wchargin-branch: tf-test-mesh-test

Summary:
This test case already contains actual TensorFlow code, via the `GFile`
use in the code under test. Within Google, such tests must be run via
`tf.test.main()` or `absltest.main()`, and the TensorFlow-specific code
should be in a `tf.test.TestCase` as well (though this is not strictly
required).

Test Plan:
Verified that this patch fixes a test that’s broken when syncing into
Google3.

wchargin-branch: tf-test-mesh-test
@wchargin
Copy link
Contributor Author

wchargin commented Jun 6, 2019

WANT_LGTM=any

@wchargin wchargin merged commit 1bb320d into master Jun 6, 2019
@wchargin wchargin deleted the wchargin-tf-test-mesh-test branch June 6, 2019 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants