JuliaWeb / HTTP.jl

HTTP for Julia
https://juliaweb.github.io/HTTP.jl/stable/
Other
626 stars 177 forks source link

Fixes EACCESS while running package tests #1087

Closed tanmaykm closed 11 months ago

tanmaykm commented 11 months ago

Some of the tests make use of docker containers with mounted volumes fromhost filesystem. That causes files to be created as root and attempt to delete them results in EACCESS.

This changes the test code in a couple of places to use the same docker containers to delete the files that they create.

fixes #1086

codecov-commenter commented 11 months ago

Codecov Report

Merging #1087 (585704d) into master (10182c0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1087   +/-   ##
=======================================
  Coverage   82.33%   82.33%           
=======================================
  Files          32       32           
  Lines        3040     3040           
=======================================
  Hits         2503     2503           
  Misses        537      537           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more