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

Windows, test-wrapper: write undecl. out annot. #6658

Closed

Conversation

laszlocsomor
Copy link
Contributor

In this commit:

  • Implement logic to write the undeclared outputs
    annotations file. This file is just a
    concatenation of all *.part files directly under
    $TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR.

  • Implement depth limit support for the method
    that retrieves the contents of a directory and
    all of its subdirectories
    (GetFileListRelativeTo). We need this feature to
    limit the *.part file search to just the
    $TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR,
    excluding its subdirectories.

See: #5508

Change-Id: I566bc7e713bce2fe9950707295a85878e8cf49f8

In this commit:

- Implement logic to write the undeclared outputs
  annotations file. This file is just a
  concatenation of all *.part files directly under
  $TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR.

- Implement depth limit support for the method
  that retrieves the contents of a directory and
  all of its subdirectories
  (GetFileListRelativeTo). We need this feature to
  limit the *.part file search to just the
  $TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR,
  excluding its subdirectories.

See: bazelbuild#5508

Change-Id: I566bc7e713bce2fe9950707295a85878e8cf49f8
Change-Id: I1e54eb9bf0476b36693b422771663adeb03bdcd3
@meteorcloudy
Copy link
Member

Thanks!

@bazel-io bazel-io closed this in 0b3ce9d Nov 12, 2018
@laszlocsomor laszlocsomor deleted the test-wrapper-wip-4 branch November 12, 2018 12:55
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.

3 participants