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

Add kernel regression tests #3421

Merged
merged 11 commits into from
Apr 3, 2024

Conversation

saxena-anurag
Copy link
Contributor

@saxena-anurag saxena-anurag commented Apr 2, 2024

Fixes #2747

Description

This PR adds new kernel regression tests. The regression tests run currently on WS2022 for Debug and Release flavors.

Regression tests download artifacts from a previous release and use the following from the previous release:

  1. Native modules for all samples -- this ensures NMR interface for native modules is backward compatible.
  2. Extensions (netebpfext, samplext) -- this ensures NMR interface for extensions is backward compatible.
  3. All the test exe -- this ensures all the eBPF APIs are backward compatible.

Testing

This PR adds tests.

Documentation

No.

Installation

No.

@saxena-anurag saxena-anurag changed the title [DRAFT] add tests Add kernel regression tests Apr 3, 2024
This reverts commit 9ca282a.
@shankarseal shankarseal added this pull request to the merge queue Apr 3, 2024
Merged via the queue into microsoft:main with commit 37b7cc5 Apr 3, 2024
87 checks passed
@saxena-anurag saxena-anurag deleted the user/anusa/regression_tests branch April 15, 2024 21:49
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.

Enable backward compat tests
5 participants