-
Notifications
You must be signed in to change notification settings - Fork 165
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(tests): new e2e tests [6/N] #1776
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b82ca29
new(libsinsp_e2e): add suppress events tests
therealbobo cc8b959
new(libsinsp_e2e): add poll/ppoll timeout tests
therealbobo 0f2335d
new(libsinsp_e2e): add getsetresuid_and_gid test
therealbobo 346c202
new(libsinsp_e2e): add failing_execve tests
therealbobo 677d3c5
new(libsinsp): add api for clean suppress comms and tids
therealbobo 498d521
chore(libsinsp_e2e): improve test stability
therealbobo 2a094d1
fix(libsinsp): fix misalinged access
therealbobo 73114fa
fix(libsinsp_e2e): improve multiarch compatibility
therealbobo 95d0bd5
fix(libsinsp_e2e): print error on init failed
therealbobo ce29843
fix(e2e_ci): rebuild drivers on the test step
therealbobo a89e5a3
fix(driver/bpf): always fill exe on proc_startupdate
therealbobo 081e251
chore(libsinsp_e2e): added log on failure
therealbobo 7b3e568
fix(libsinsp_e2e): force changes to disk
therealbobo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.19.5 | ||
2.19.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to avoid building them at all in the
build
step.Also, i am not sure whether this would always cleanly rebuild the drivers (since it should already find them there, from the restored build).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll see if the cmake setup makes me do that! :)
I was also thinking that but it turns out that it could happen that the worker where the build step is performed is different from the one in which the tests are run; therefore the kernel can be slightly different and the tests will fail :/