Skip to content
Snippets Groups Projects
  • Eelco Dolstra's avatar
    02dd6bb6
    tests/check.sh: Fix a race · 02dd6bb6
    Eelco Dolstra authored
    Fixes this random failure:
    
        error: hash mismatch in fixed-output derivation '/tmp/nix-shell.EUgAVU/nix-test/tests/check/store/sfps3l3c5n7dabpx34kigxnfhmrwk2h6-dummy.drv':
                 specified: sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
                    got:    sha256-0qhPS4tlCTfsj3PNi+LHSt1akRumTfJ0WO2CKdqASiY=
    
    which happens because multiple tests were writing to ./dummy.
    02dd6bb6
    History
    tests/check.sh: Fix a race
    Eelco Dolstra authored
    Fixes this random failure:
    
        error: hash mismatch in fixed-output derivation '/tmp/nix-shell.EUgAVU/nix-test/tests/check/store/sfps3l3c5n7dabpx34kigxnfhmrwk2h6-dummy.drv':
                 specified: sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
                    got:    sha256-0qhPS4tlCTfsj3PNi+LHSt1akRumTfJ0WO2CKdqASiY=
    
    which happens because multiple tests were writing to ./dummy.
check.sh 3.15 KiB