-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CI is broken for convert_to_parquet: Invalid rev id: refs/pr/1 404 error causes RevisionNotFoundError #7073
Comments
Any recent change in the API backend rejecting parameter
@Wauplin @huggingface/datasets @huggingface/moon-landing @huggingface/moon-landing-back |
I have temporarily fixed the CI with: However, the underlying issue must be fixed and #7074 must be reverted. |
Hmm does it do the preupload call before creating the ref cc @Wauplin ? (in that case it should do a preupload call on the base branch with |
@coyotte508, the CI test was implemented 2 months ago and it was working OK until yesterday. See the CI status of the commits in the main branch of |
Yes i get that We changed the preupload response to return the commit id in https://github.com/huggingface-internal/moon-landing/pull/10756 This line is probably causing the error: https://github.com/huggingface-internal/moon-landing/pull/10756/files#diff-558f6f9865e30bfa091b94d6a4a900138103ddb4eb0bec96b6deec5bf5626fa0R2322 It's weird the error is returned, it means that maybe a ref with 0 history (not even the first commit) was created Does this change have any impact in production, or just the CI test? If it's just the CI test it should be fixed on your side, if it impacts production we can look at a solution |
@coyotte508 it impacts production:
|
I tried removing the And the tests seem to work. So it's probably because the commit is not actually called, it doesn't actually create the pull request on the remote (and the associated Anyway it shouldn't impact production, since production isn't mocked |
@coyotte508 thanks a lot for the investigation and sorry for the noise. We need indeed to mock |
I fixed the test in: Thanks again, @coyotte508. |
See: https://github.com/huggingface/datasets/actions/runs/10095313567/job/27915185756
The text was updated successfully, but these errors were encountered: