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

Add failing example from graalpy CI #4649

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LilyFoote
Copy link
Contributor

@LilyFoote LilyFoote commented Oct 25, 2024

I saw this failure on #4648 for the pythongraalpy24.0-x64 ubuntu-latest rust-stable build.

  FAILED tests/test_datetime.py::test_datetime_from_timestamp - hypothesis.errors.FlakyFailure: Hypothesis test_datetime_from_timestamp(dt=datetime.datetime(4011, 7, 28, 23, 53, 28, 538099, fold=1)) produces unreliable results: Falsified on the first call but did not on a subsequent one (1 sub-exception)
  Falsifying example: test_datetime_from_timestamp(
      dt=datetime.datetime(4011, 7, 28, 23, 53, 28, 538099, fold=1),
  )

@LilyFoote LilyFoote added CI-skip-changelog Skip checking changelog entry CI-build-full and removed CI-skip-changelog Skip checking changelog entry labels Oct 25, 2024
@LilyFoote
Copy link
Contributor Author

@davidhewitt Is there a way to run the graalpy tests? I tried setting CI-build-full, but that doesn't seem to have done it.

@LilyFoote LilyFoote self-assigned this Oct 25, 2024
@davidhewitt
Copy link
Member

git commit --amend and force push again, the CI doesn't rerun if you just change the label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-build-full CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants