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

Ensure name and description are set in the exporter mask #4912

Merged
merged 3 commits into from
Apr 27, 2021
Merged

Conversation

ericdnielsen
Copy link
Member

Ensure that both name and description are returned when using the tensorboard dev list command.

A recent refactoring that enforced a more consistent use of the fieldmask wasn't aware of this call site, and we had no tests.

@google-cla google-cla bot added the cla: yes label Apr 27, 2021
Copy link
Collaborator

@bileschi bileschi left a comment

Choose a reason for hiding this comment

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

LGTM. looks like you need to also run black to format.

@@ -202,6 +204,30 @@ def testUploadIntentNonDryRunNonOneShotInterrupted(self):
mock_stdout_write.call_args_list[-1][0][0],
)

def testListIntendSetsExperimentMask(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should be ListIntent not ListIntend

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@ericdnielsen ericdnielsen merged commit 74cdaef into master Apr 27, 2021
@ericdnielsen ericdnielsen deleted the fix-mask branch April 27, 2021 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants