-
-
Notifications
You must be signed in to change notification settings - Fork 337
Identify which tests seem unstable in docker containers #2138
Copy link
Copy link
Open
Labels
Description
This is partially for my own notes, but need to be looked at, and may also be covered elsewhere. Looks like the DDR stuff (not too surprising) will need some work
- In OpenJ9 extended.functional:
testDDR*cmdLineTesterandjit_hw_2fail - Similar in sanity.functional with
cmdLineTestertests - Intermittent failures in JDK8/J9 sanity.openjdk
- JDK11/J9 extended.system possibly fails on packet host
-2and not-1- unrelated to docker? - JDK11/J9 sanity.system TestIBMJlmFRemoteMemoryAuth_0 fails
- JDK15/J9 extended.system HCRLateAttachWorkload_previewEnabled_0 fails
Other's (on initial look - not too deep!) seem ok
Memo to self - how to check for RAM/CPU limits in a container:
- CPU:
wc -l /sys/fs/cgroup/cpu,cpuacct/cgroup.procs(Not accurate) - RAM: expr
cat /sys/fs/cgroup/memory/memory.limit_in_bytes / 1024 / 1024 / 1024(Or divide by1073741824) - Show stats:
while true; do clear && uptime && docker stats --no-stream; sleep 60; done
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo