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

test: run fuzzing tests from correct directory #3805

Merged

Conversation

christoph-zededa
Copy link
Contributor

DOCKER_GO (Makefile) is exporting the following directory: -v $${HOME}:/home/$(USER):z

in my case /home/christoph is mounted to /home/christoph and everything is good, but in other cases it might be not be the same

This makes running the fuzz tests fail. Therefore
use /eve directory instead.

DOCKER_GO (Makefile) is exporting the following directory:
-v $${HOME}:/home/$(USER):z

in my case /home/christoph is mounted to /home/christoph
and everything is good, but in other cases it might be
not be the same

This makes running the fuzz tests fail. Therefore
use /eve directory instead.

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.73%. Comparing base (66af833) to head (ab33c9d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3805      +/-   ##
==========================================
- Coverage   19.75%   19.73%   -0.02%     
==========================================
  Files         235      235              
  Lines       51716    51716              
==========================================
- Hits        10214    10205       -9     
- Misses      40761    40770       +9     
  Partials      741      741              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@eriknordmark eriknordmark left a comment

Choose a reason for hiding this comment

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

LGTM

@eriknordmark eriknordmark merged commit 1ff8937 into lf-edge:master Mar 12, 2024
28 of 32 checks passed
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