nvazquez commented on a change in pull request #6056:
URL: https://github.com/apache/cloudstack/pull/6056#discussion_r819519340
##########
File path:
plugins/hypervisors/kvm/src/test/java/org/apache/cloudstack/utils/linux/MemStatTest.java
##########
@@ -46,6 +46,7 @@ public void setup() throws Exception {
@Test
public void getMemInfoParseTest() {
MemStat memStat = new MemStat();
+ memStat.refresh();
Review comment:
I see this is causing issues on linux packaging (also line 60):
````
[ERROR] getMemInfoParseTest(org.apache.cloudstack.utils.linux.MemStatTest)
Time elapsed: 0.005 s <<< ERROR!
java.lang.IllegalStateException: Scanner closed
at
org.apache.cloudstack.utils.linux.MemStatTest.getMemInfoParseTest(MemStatTest.java:49)
````
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]