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

[LibOS] test/regression: reenable sigaltstack test #1819

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

dimakuv
Copy link

@dimakuv dimakuv commented Mar 14, 2024

Description of the changes

As in title. I don't know/remember why the test was disabled, but everything works on current Gramine master. So looks like we just forgot to re-enable this test when refactoring signaling code.

Extracted from #1812 (completely unrelated, just noticed while working on that PR).

How to test this PR?

CI.


This change is Reviewable

Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Contributor

@kailun-qin kailun-qin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

There was a small bug in the test itself, which is fixed (sigaltstack
size must be sufficiently large to hold the Gramine-generated frame).

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
@mkow mkow force-pushed the dimakuv/reenable-sigaltstack-test branch from a631ea3 to 0ee48ee Compare March 20, 2024 12:56
Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Contributor

@kailun-qin kailun-qin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@mkow mkow merged commit 0ee48ee into master Mar 20, 2024
18 checks passed
@mkow mkow deleted the dimakuv/reenable-sigaltstack-test branch March 20, 2024 17:06
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

Successfully merging this pull request may close these issues.

3 participants