-
Notifications
You must be signed in to change notification settings - Fork 141
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
use target
dir for integration tests TP
#1342
use target
dir for integration tests TP
#1342
Conversation
target
dir for integration tests TP..target
dir for integration tests TP
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
using /tmp is leading to undeterministic behavior on Github CI
24a36f1
to
0abd6f2
Compare
Ha, it is happening all over the place suddenly. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1342 +/- ##
=======================================
Coverage 19.14% 19.14%
=======================================
Files 166 166
Lines 10987 10987
=======================================
Hits 2104 2104
Misses 8883 8883
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
nack. writing to the same folder cargo writes to can lead to unexpected behavior. it would also make the local size of the project much bigger.
maybe create a specific folder under tests-integration
and clean it after the TemplateProvider
is dropped.
closing in favor of #1359 |
close #1278
unfortunately #1293 didn't fix it
this PR changes the directory where TP is downloaded into, replacing
/tmp
(which was giving permission errors in an undeterministic way) to thetarget
directory crated bycargo
(which shouldn't ever have permission issues)