8196028: JMX: Not enough JDP packets received before timeout
Reviewed-by: dholmes, egahlin
This commit is contained in:
parent
9d036d6dd2
commit
7cbffcf023
@ -54,6 +54,14 @@ public class JdpOffTestCase extends JdpTestCase {
|
||||
testPassed = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* The socket did not timeout and no valid JDP packets were received.
|
||||
*/
|
||||
@Override
|
||||
protected void shutdown() throws Exception {
|
||||
log.fine("Test timed out. Test passed!");
|
||||
testPassed = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is executed after a correct Jdp packet, coming from this VM has been received.
|
||||
|
Loading…
x
Reference in New Issue
Block a user