-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…3248) There is a valid use case to run `rosetta extract` after `rosetta infuse`. However, we run into problems because we `fixturize` snippets before we check the cache, and sometimes `fixturizing` will fail for infused snippets (specifically, literate sources like `integ.blah.lit.ts` will fail). We do not actually need to successfully `fixturize` infused examples. We rely on these examples to be in the cached tablet file and thus do not need to be compiled and translated again. So we introduce a new metadata tag, `infuse=true` for all infused examples. This tag, when consumed by `extract`, will skip any errors associated with that snippet. ALSO: increased test timeout from `30000` to `50000` to allow enough time for mac PR test to succeed. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
- Loading branch information
Showing
5 changed files
with
69 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters