Skip to content

Conversation

@glandium
Copy link
Collaborator

The test fails when SCCACHE_CACHE_MULTIARCH is set, which can either happen externally, or when another tests sets it via with_var.

with_var_unset prevents both (temp_env has a global lock specifically to avoid the problem with concurrent tests).

Fixes #1982

The test fails when SCCACHE_CACHE_MULTIARCH is set, which can either
happen externally, or when another tests sets it via with_var.

with_var_unset prevents both (temp_env has a global lock specifically
to avoid the problem with concurrent tests).

Fixes mozilla#1982
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (68d0409) 30.69% compared to head (0ddbb91) 30.64%.

Files Patch % Lines
src/compiler/gcc.rs 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1984      +/-   ##
==========================================
- Coverage   30.69%   30.64%   -0.06%     
==========================================
  Files          51       51              
  Lines       19192    19194       +2     
  Branches     9230     9230              
==========================================
- Hits         5891     5882       -9     
+ Misses       7760     7759       -1     
- Partials     5541     5553      +12     

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

Copy link
Collaborator

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@glandium glandium merged commit e5fde16 into mozilla:main Nov 23, 2023
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.

compiler::gcc::test::test_parse_arguments_multiarch_cache_disabled fails intermittently

3 participants