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

Improve automated (nightly vs manual) tests #63

Merged
merged 4 commits into from
Nov 28, 2023

Conversation

marcosbento
Copy link
Collaborator

No description provided.

The test s_singletest runs a large number of tasks which typically results on a flood of requests and easily triggers error "ran out of endpoints".
These changes avoid dereferencing nullptr e.g.:
 - argv[1] when it was not provided
 - getenv("VAR") when it is known that "VAR" was not defined
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c00afce) 80.17% compared to head (d990193) 83.54%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #63      +/-   ##
===========================================
+ Coverage    80.17%   83.54%   +3.36%     
===========================================
  Files          578      542      -36     
  Lines        57911    52520    -5391     
===========================================
- Hits         46432    43878    -2554     
+ Misses       11479     8642    -2837     

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

@marcosbento marcosbento merged commit 1c75073 into develop Nov 28, 2023
47 checks passed
@marcosbento marcosbento deleted the feature/improve_automated_tests branch November 28, 2023 10:43
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