Skip to content

Commit

Permalink
8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue …
Browse files Browse the repository at this point in the history
…= 137

Reviewed-by: sgehwolf, mseledtsov
  • Loading branch information
Bob Vandette committed Jun 24, 2019
1 parent 4786d88 commit 1719c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions test/jdk/ProblemList.txt
Expand Up @@ -875,6 +875,3 @@ jdk/jfr/event/io/EvilInstrument.java 8221331 gener

############################################################################

# jdk/internal/docker

jdk/internal/platform/docker/TestDockerMemoryMetrics.java 8224506 generic-all
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -63,7 +63,7 @@ public static void main(String[] args) throws Exception {
testOomKillFlag("100m", false);
testOomKillFlag("100m", true);

testMemoryFailCount("20m");
testMemoryFailCount("64m");

testMemorySoftLimit("500m","200m");

Expand Down

0 comments on commit 1719c0c

Please sign in to comment.