Skip to content

Integration test cleanup (#1841 #1841

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

Merged
merged 4 commits into from
Apr 13, 2023
Merged

Integration test cleanup (#1841 #1841

merged 4 commits into from
Apr 13, 2023

Conversation

JoshMock
Copy link
Member

Updates integration test runner and related docs to clean up issues, drop unnecessarily skipped tests, and enable testing of an individual suite or test using --suite and --test args (which will remain undocumented for the time being, in case they need more polish).

So we can run a single suite or a single test without having to edit
any code.
Many of these skips are no longer necessary. Didn't do an exhaustive
check of all skipped tests, so this is just a start.
@JoshMock JoshMock changed the title Integration test cleanup Integration test cleanup (#1841 Apr 13, 2023
@JoshMock JoshMock merged commit c820058 into main Apr 13, 2023
@JoshMock JoshMock deleted the integration-test-cleanup branch April 13, 2023 16:26
github-actions bot pushed a commit that referenced this pull request Apr 13, 2023
* Fix bad sysctl command in README

* Add --suite and --test flags to integration tests

So we can run a single suite or a single test without having to edit
any code.

* Drop several skipped integration tests

Many of these skips are no longer necessary. Didn't do an exhaustive
check of all skipped tests, so this is just a start.

* Simplify cleanup make target
JoshMock added a commit that referenced this pull request Apr 13, 2023
… Josh Mock <[email protected]>

* Fix bad sysctl command in README

* Add --suite and --test flags to integration tests

So we can run a single suite or a single test without having to edit
any code.

* Drop several skipped integration tests

Many of these skips are no longer necessary. Didn't do an exhaustive
check of all skipped tests, so this is just a start.

* Simplify cleanup make target

Co-authored-by: Josh Mock <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant