185 lines
6.4 KiB
HTML
185 lines
6.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta http-equiv="x-ua-compatible" content="IE=edge"/>
|
|
<title>Test results - Class dslab.transfer.TransferServerProtocolTest</title>
|
|
<link href="../css/base-style.css" rel="stylesheet" type="text/css"/>
|
|
<link href="../css/style.css" rel="stylesheet" type="text/css"/>
|
|
<script src="../js/report.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
<h1>Class dslab.transfer.TransferServerProtocolTest</h1>
|
|
<div class="breadcrumbs">
|
|
<a href="../index.html">all</a> >
|
|
<a href="../packages/dslab.transfer.html">dslab.transfer</a> > TransferServerProtocolTest</div>
|
|
<div id="summary">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="summaryGroup">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<div class="infoBox" id="tests">
|
|
<div class="counter">2</div>
|
|
<p>tests</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="failures">
|
|
<div class="counter">0</div>
|
|
<p>failures</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="ignored">
|
|
<div class="counter">0</div>
|
|
<p>ignored</p>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox" id="duration">
|
|
<div class="counter">6.037s</div>
|
|
<p>duration</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<div class="infoBox success" id="successRate">
|
|
<div class="percent">100%</div>
|
|
<p>successful</p>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="tabs">
|
|
<ul class="tabLinks">
|
|
<li>
|
|
<a href="#tab0">Tests</a>
|
|
</li>
|
|
<li>
|
|
<a href="#tab1">Standard error</a>
|
|
</li>
|
|
</ul>
|
|
<div id="tab0" class="tab">
|
|
<h2>Tests</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Test</th>
|
|
<th>Duration</th>
|
|
<th>Result</th>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<td class="success">defaultDmtpInteractionTest</td>
|
|
<td class="success">3.015s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="success">sendWithoutRecipient_returnsErrorOnSend</td>
|
|
<td class="success">3.022s</td>
|
|
<td class="success">passed</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div id="tab1" class="tab">
|
|
<h2>Standard error</h2>
|
|
<span class="code">
|
|
<pre>Dec 23, 2020 11:53:28 AM dslab.transfer.TransferServer run
|
|
INFO: Creating serverSocket for dslab.transfer.TransferServer@4f2780a4
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.TransferServerProtocolTest setUp
|
|
INFO: Waiting for server socket to appear
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Queue currently empty. Waiting for messages to appear...
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@230cb815
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection run
|
|
INFO: Setting subject to: hello
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection run
|
|
INFO: Setting data to: hello from junit
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@13137acb
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@230cb815
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@13137acb
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.TransferServer$Producer produce
|
|
INFO: Added message from trillian@earth.planet
|
|
to arthur@earth.planet
|
|
subject hello
|
|
data hello from junit
|
|
to queue
|
|
Dec 23, 2020 11:53:28 AM dslab.transfer.TransferServer$Consumer run
|
|
INFO: Consumer thread has been interrupted. Exiting...Thread[Thread-12,5,FailOnTimeoutGroup]
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServerProtocolTest setUp
|
|
INFO: Waiting for server socket to appear
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer run
|
|
INFO: Creating serverSocket for dslab.transfer.TransferServer@7f9374ad
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Queue not empty. Processing message...
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Took message from trillian@earth.planet
|
|
to arthur@earth.planet
|
|
subject hello
|
|
data hello from junit
|
|
from queue
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: msg.getTo() contains: [arthur@earth.planet]
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Trying to send message to arthur@earth.planet
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer domainLookup
|
|
INFO: Performing domain lookup for address arthur@earth.planet
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Domain lookup successful. Port is: 11622
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer replayMessage
|
|
INFO: Replaying message for message: from trillian@earth.planet
|
|
to arthur@earth.planet
|
|
subject hello
|
|
data hello from junit
|
|
on port 11622
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer sendErrorMail
|
|
INFO: Trying to send error mail to address trillian@earth.planet
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer domainLookup
|
|
INFO: Performing domain lookup for address trillian@earth.planet
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer sendErrorMail
|
|
SEVERE: Sending error mail failed because socket communication failed
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer consume
|
|
INFO: Queue currently empty. Waiting for messages to appear...
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@395b40fd
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection run
|
|
INFO: Setting subject to: hello
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection run
|
|
INFO: Setting data to: hello from junit
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@69536688
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.TransferServer$Consumer run
|
|
INFO: Consumer thread has been interrupted. Exiting...Thread[Thread-18,5,FailOnTimeoutGroup]
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@395b40fd
|
|
Dec 23, 2020 11:53:31 AM dslab.transfer.ClientConnection shutdown
|
|
INFO: Shutting down client connection dslab.transfer.ClientConnection@69536688
|
|
</pre>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<p>
|
|
<div>
|
|
<label class="hidden" id="label-for-line-wrapping-toggle" for="line-wrapping-toggle">Wrap lines
|
|
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
|
|
</label>
|
|
</div>Generated by
|
|
<a href="http://www.gradle.org">Gradle 6.6.1</a> at Dec 23, 2020, 11:55:51 AM</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|