Fix DTD prototype dataset on Windows#5227
Merged
pmeier merged 10 commits intopytorch:mainfrom Jan 31, 2022
Merged
Conversation
Contributor
💊 CI failures summary and remediationsAs of commit 3159f66 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| curl -o conda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh | ||
| sh conda.sh -b | ||
| source $HOME/miniconda3/bin/activate | ||
| conda install -yq conda-build cmake | ||
| packaging/build_cmake.sh | ||
| 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
This reverts commit f53cf60.
Contributor
Author
|
Turns out, this is actually an issue in |
Contributor
Author
|
With my fix in meta-pytorch/data#174, we do not need to care about the line endings while generating or reading the files. Thus, this PR only fixes the mock data generation of DTD. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Feb 3, 2022
Summary: * [DEBUG] run prototype tests on Windows * disable duplicate resource class * fix newlines in mock data generation * fix path matching for DTD * revert CI changes * Revert "fix newlines in mock data generation" This reverts commit f53cf60. * rerun tests with fix in torchdata * revert CI changes * add explanation Reviewed By: kazhang Differential Revision: D33927486 fbshipit-source-id: 6242128b812f2c797b9c8b69d3d7b5c9bf34fd0e
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the second time we are alerted by the torchdata folks that something broke, but without our CI is picking up on it. Both times it was related to Windows and we didn't notice, because we only run the prototype tests on a Linux machine.
I'm wondering if we should switch to a Windows machine for prototype tests in CI given that AFAIK no one of us is developing on Windows. Thoughts @datumbox @NicolasHug ?
cc @pmeier @bjuncek