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

Feat: Add capture for windows signals #1

Closed
wants to merge 1 commit into from
Closed

Conversation

euamcg
Copy link
Owner

@euamcg euamcg commented Aug 8, 2023

Adds code to capture windows signals in the runtime. Includes tests for starting and killing the runtime, also includes a change so github actions will build a windows container.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Link to issue

Please add a link to any relevant issues/tickets.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Refactor (non-breaking change that updates existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Comments have been added/updated

Please delete options that are not relevant.

Test plan (required)

Demonstrate the code is solid. Which commands did you test with and what are the expected results?
Which tests have you added or updated? Do the tests cover all of the changes included in this PR?

Screenshots/Screencaps

Please add previews of any UI Changes.

@euamcg euamcg force-pushed the add_windows_signals branch 3 times, most recently from 8ca7469 to da250a5 Compare August 8, 2023 16:03
Adds code to capture windows signals in the runtime. Includes tests
for starting and killing the runtime, also includes a change so github actions
will build a windows container.
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/tests_and_checks.yml Show resolved Hide resolved
homestar-runtime/src/runner.rs Show resolved Hide resolved
homestar-runtime/tests/cli.rs Show resolved Hide resolved
.arg("ping")
.assert()
.failure()
.stderr(predicate::str::contains("No connection could be made"));

Choose a reason for hiding this comment

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

are the only diffs here predicates? Can't we make one test and or these?

homestar-runtime/tests/cli.rs Show resolved Hide resolved
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.

2 participants