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

Unexpected GitHub Workflow Inconsistency #299

Open
reid-spencer opened this issue Nov 26, 2023 · 0 comments
Open

Unexpected GitHub Workflow Inconsistency #299

reid-spencer opened this issue Nov 26, 2023 · 0 comments

Comments

@reid-spencer
Copy link
Collaborator

reid-spencer commented Nov 26, 2023

When running the test-jvm test suite in .github/workflows/actions.yml there seems to be a GitHub workflow inconsistency. Consequently this is not an issue with fastparse, but the GItHub build system it uses. More details are
described in this PR.

The inconsistency is that the generated scalaparse tests The test source is generated so I can't link to it here but you can find it in out/repos/fastparse/scalaparse/jvm/src/test/scala/scalaparse/ProjectTests.scala
These tests use GitHub download URLs to compile the source code of various Scala projects with scalaparse; a valuable test of fastparse. This works correctly for many Scala projects but seems to fail for apache/kafka and JetBrains/intellij-scala, somewhat haphazardly. When they fail it is always an error from GitHub indicating downloading the source code went wrong.

Potential Solutions:

  • discover the issue and work around it in the test case
  • report the problem to GitHub and help them fix their issue

See the build statuses and output form PR #297 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant