Skip to content

Commit

Permalink
go: fix TestDontCacheBrokenHTTP2Conn failure
Browse files Browse the repository at this point in the history
(cherry picked from commit aae680c)
  • Loading branch information
zowoq committed Jun 18, 2020
1 parent 16a461d commit 4094b36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/compilers/go/1.14.nix
Expand Up @@ -2,6 +2,7 @@
, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
, mailcap, runtimeShell
, buildPackages, pkgsTargetTarget
, fetchpatch
}:

let
Expand Down Expand Up @@ -138,6 +139,12 @@ stdenv.mkDerivation rec {
./go-1.9-skip-flaky-20072.patch
./skip-external-network-tests.patch
./skip-nohup-tests.patch

# fix rare TestDontCacheBrokenHTTP2Conn failure
(fetchpatch {
url = "https://github.com/golang/go/commit/ea1437a8cdf6bb3c2d2447833a5d06dbd75f7ae4.patch";
sha256 = "1lyzy4nf8c34a966vw45j3j7hzpvncq2gqspfxffzkyh17xd8sgy";
})
] ++ [
# breaks under load: https://github.com/golang/go/issues/25628
(if stdenv.isAarch32
Expand Down

0 comments on commit 4094b36

Please sign in to comment.