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

The fuzz regression tests seem to have stopped working. #1573

Closed
thomasvl opened this issue Mar 14, 2024 · 2 comments
Closed

The fuzz regression tests seem to have stopped working. #1573

thomasvl opened this issue Mar 14, 2024 · 2 comments
Assignees

Comments

@thomasvl
Copy link
Collaborator

As seen on #1570 -

fuzzing_regressions release passed on the first attempt of #1570: https://github.com/apple/swift-protobuf/actions/runs/8282282853, but on the second push it failed.

Repeating a test on main show the same failure for fuzz release: https://github.com/apple/swift-protobuf/actions/runs/8283116214

thomasvl added a commit to thomasvl/swift-protobuf that referenced this issue Mar 14, 2024
With the 5.10 release, we're seeing some test fail (apple#1573 and apple#1571), try
pinning to 5.9.2 since CI from last week where `swift:latest` was that still
worked.
@thomasvl
Copy link
Collaborator Author

From #1574, this might actually be something in the base image and not specific to the Swift bits.

thomasvl added a commit to thomasvl/swift-protobuf that referenced this issue Mar 18, 2024
The latest ubuntu seems to break sanitizers/fuzz testing, so use an older
version for the time being to get the tests back online.

Make sure the Swift image matches also just for safety sake.

Fixes apple#1571 & apple#1573
thomasvl added a commit to thomasvl/swift-protobuf that referenced this issue Mar 18, 2024
The latest ubuntu seems to break sanitizers/fuzz testing, so use an older
version for the time being to get the tests back online.

Make sure the Swift image matches also just for safety sake.

Fixes apple#1571 & apple#1573
thomasvl added a commit that referenced this issue Mar 18, 2024
The latest ubuntu seems to break sanitizers/fuzz testing, so use an older
version for the time being to get the tests back online.

Make sure the Swift image matches also just for safety sake.

Fixes #1571 & #1573
@thomasvl
Copy link
Collaborator Author

#1579 changes the runs-on image to address the issue.

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

4 participants