Skip to content

Commit

Permalink
Merge pull request #4432 from hangshao0/master
Browse files Browse the repository at this point in the history
Update testSCCMLTests6 to check for cache full message.
  • Loading branch information
pshipton authored Jan 25, 2019
2 parents fc42c03 + 4526122 commit b284f26
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!--
Copyright (c) 2012, 2018 IBM Corp. and others
Copyright (c) 2012, 2019 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -89,8 +89,8 @@
<!-- On windows, full cache has J9SHR_MIN_GAP_BEFORE_METADATA (=1024) free bytes, on other platforms free bytes should be 0 -->
<test id="Test 200-b: CMVC 197811: Make sure cache created in previous test is full" timeout="600" runPath=".">
<command>$JAVA_EXE$ $currentMode$,printStats</command>
<output type="success" caseSensitive="yes" regex="yes" javaUtilPattern="yes" showMatch="yes" platforms="$NON_WINDOWS_PLATFORMS$">free bytes[\s]*= 0</output>
<output type="success" caseSensitive="yes" regex="yes" javaUtilPattern="yes" showMatch="yes" platforms="$WINDOWS_PLATFORMS$">free bytes[\s]*= 1024</output>
<output type="success" caseSensitive="yes" showMatch="yes" platforms="$NON_WINDOWS_PLATFORMS$">Cache is 100% full</output>
<output type="success" caseSensitive="yes" showMatch="yes" platforms="$WINDOWS_PLATFORMS$">Cache is 99% full</output>
<output type="failure" caseSensitive="no" regex="no">Unhandled Exception</output>
<output type="failure" caseSensitive="yes" regex="no">Exception:</output>
<output type="failure" caseSensitive="no" regex="no">corrupt</output>
Expand Down

0 comments on commit b284f26

Please sign in to comment.