blob: 755b1c76cde0c4ff79aa4cfbf441f388e3aadf27 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TestDrillbitResilience (Drill : 1.20.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TestDrillbitResilience (Drill : 1.20.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":9,"i21":10,"i22":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TestDrillbitResilience.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/server/StartupOptions.html" title="class in org.apache.drill.exec.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/drill/exec/server/TestDurationFormat.html" title="class in org.apache.drill.exec.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/server/TestDrillbitResilience.html" target="_top">Frames</a></li>
<li><a href="TestDrillbitResilience.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.apache.drill.test.DrillTest">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.drill.exec.server</div>
<h2 title="Class TestDrillbitResilience" class="title">Class TestDrillbitResilience</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/drill/test/BaseTest.html" title="class in org.apache.drill.test">org.apache.drill.test.BaseTest</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/drill/test/DrillTest.html" title="class in org.apache.drill.test">org.apache.drill.test.DrillTest</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/drill/test/ClusterTest.html" title="class in org.apache.drill.test">org.apache.drill.test.ClusterTest</a></li>
<li>
<ul class="inheritance">
<li>org.apache.drill.exec.server.TestDrillbitResilience</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">TestDrillbitResilience</span>
extends <a href="../../../../../org/apache/drill/test/ClusterTest.html" title="class in org.apache.drill.test">ClusterTest</a></pre>
<div class="block"><p>Test how resilient drillbits are to throwing exceptions during various phases of query
execution by injecting exceptions at various points, and to cancellations in various phases.</p>
Note: to debug this test case:<br>
<li>use 1000 value for PROBLEMATIC_TEST_NUM_RUNS and possibly NUM_RUNS for RepeatedTest</li>
<li>specify Level.DEBUG for CURRENT_LOG_LEVEL</li>
<li>compare trace output for successful test case and failed</li></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.drill.test.DrillTest">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.drill.test.<a href="../../../../../org/apache/drill/test/DrillTest.html" title="class in org.apache.drill.test">DrillTest</a></h3>
<code><a href="../../../../../org/apache/drill/test/DrillTest.MemWatcher.html" title="class in org.apache.drill.test">DrillTest.MemWatcher</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../org/apache/drill/test/LogFixture.html" title="class in org.apache.drill.test">LogFixture</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#logFixture">logFixture</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.drill.test.ClusterTest">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.drill.test.<a href="../../../../../org/apache/drill/test/ClusterTest.html" title="class in org.apache.drill.test">ClusterTest</a></h3>
<code><a href="../../../../../org/apache/drill/test/ClusterTest.html#client">client</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#cluster">cluster</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#dirTestWatcher">dirTestWatcher</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.drill.test.DrillTest">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.drill.test.<a href="../../../../../org/apache/drill/test/DrillTest.html" title="class in org.apache.drill.test">DrillTest</a></h3>
<code><a href="../../../../../org/apache/drill/test/DrillTest.html#logOutcome">logOutcome</a>, <a href="../../../../../org/apache/drill/test/DrillTest.html#objectMapper">objectMapper</a>, <a href="../../../../../org/apache/drill/test/DrillTest.html#REPEAT_RULE">REPEAT_RULE</a>, <a href="../../../../../org/apache/drill/test/DrillTest.html#thrownException">thrownException</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#TestDrillbitResilience--">TestDrillbitResilience</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#cancelAfterAllResultsProduced--">cancelAfterAllResultsProduced</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#cancelAfterEverythingIsCompleted--">cancelAfterEverythingIsCompleted</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#cancelInMiddleOfFetchingResults--">cancelInMiddleOfFetchingResults</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#cancelWhenQueryIdArrives--">cancelWhenQueryIdArrives</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#checkDrillbits-TestInfo-">checkDrillbits</a></span>(TestInfo&nbsp;testInfo)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#failsAfterMSorterSetup--">failsAfterMSorterSetup</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#failsAfterMSorterSorting--">failsAfterMSorterSorting</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#failsDuringExecution--">failsDuringExecution</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#failsWhenParsing--">failsWhenParsing</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#failsWhenSendingFragments--">failsWhenSendingFragments</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#foreman_runTryBeginning--">foreman_runTryBeginning</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#foreman_runTryEnd--">foreman_runTryEnd</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#interruptingBlockedMergingRecordBatch--">interruptingBlockedMergingRecordBatch</a></span>()</code>
<div class="block">Test canceling query interrupts currently blocked FragmentExecutor threads waiting for some event to happen.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#interruptingBlockedUnorderedReceiverBatch--">interruptingBlockedUnorderedReceiverBatch</a></span>()</code>
<div class="block">Test canceling query interrupts currently blocked FragmentExecutor threads waiting for some event to happen.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#interruptingPartitionerThreadFragment--">interruptingPartitionerThreadFragment</a></span>()</code>
<div class="block">Tests interrupting the fragment thread that is running <a href="../../../../../org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.html" title="class in org.apache.drill.exec.physical.impl.partitionsender"><code>PartitionSenderRootExec</code></a>.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#interruptingWhileFragmentIsBlockedInAcquiringSendingTicket--">interruptingWhileFragmentIsBlockedInAcquiringSendingTicket</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#memoryLeaksWhenCancelled--">memoryLeaksWhenCancelled</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#memoryLeaksWhenFailed--">memoryLeaksWhenFailed</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#passThrough--">passThrough</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#settingNoOpInjectionsAndQuery--">settingNoOpInjectionsAndQuery</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#startSomeDrillbits--">startSomeDrillbits</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#successfullyCompletes--">successfullyCompletes</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/drill/exec/server/TestDrillbitResilience.html#tearDownAfterClass--">tearDownAfterClass</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.drill.test.ClusterTest">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.drill.test.<a href="../../../../../org/apache/drill/test/ClusterTest.html" title="class in org.apache.drill.test">ClusterTest</a></h3>
<code><a href="../../../../../org/apache/drill/test/ClusterTest.html#getFile-java.lang.String-">getFile</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#queryBuilder--">queryBuilder</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#run-java.lang.String-java.lang.Object...-">run</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#runAndLog-java.lang.String-">runAndLog</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#runAndPrint-java.lang.String-">runAndPrint</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#runAndPrint-java.lang.String-java.lang.Object...-">runAndPrint</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#shutdown--">shutdown</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#startCluster-org.apache.drill.test.ClusterFixtureBuilder-">startCluster</a>, <a href="../../../../../org/apache/drill/test/ClusterTest.html#testBuilder--">testBuilder</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.drill.test.DrillTest">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.drill.test.<a href="../../../../../org/apache/drill/test/DrillTest.html" title="class in org.apache.drill.test">DrillTest</a></h3>
<code><a href="../../../../../org/apache/drill/test/DrillTest.html#escapeJsonString-java.lang.String-">escapeJsonString</a>, <a href="../../../../../org/apache/drill/test/DrillTest.html#finishDrillTest--">finishDrillTest</a>, <a href="../../../../../org/apache/drill/test/DrillTest.html#initDrillTest--">initDrillTest</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="logFixture">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>logFixture</h4>
<pre>protected static&nbsp;<a href="../../../../../org/apache/drill/test/LogFixture.html" title="class in org.apache.drill.test">LogFixture</a> logFixture</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TestDrillbitResilience--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TestDrillbitResilience</h4>
<pre>public&nbsp;TestDrillbitResilience()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="startSomeDrillbits--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startSomeDrillbits</h4>
<pre>public static&nbsp;void&nbsp;startSomeDrillbits()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
</dl>
</li>
</ul>
<a name="tearDownAfterClass--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tearDownAfterClass</h4>
<pre>public static&nbsp;void&nbsp;tearDownAfterClass()
throws <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
</dl>
</li>
</ul>
<a name="checkDrillbits-TestInfo-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkDrillbits</h4>
<pre>public&nbsp;void&nbsp;checkDrillbits(TestInfo&nbsp;testInfo)</pre>
</li>
</ul>
<a name="settingNoOpInjectionsAndQuery--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>settingNoOpInjectionsAndQuery</h4>
<pre>public&nbsp;void&nbsp;settingNoOpInjectionsAndQuery()</pre>
</li>
</ul>
<a name="foreman_runTryBeginning--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foreman_runTryBeginning</h4>
<pre>public&nbsp;void&nbsp;foreman_runTryBeginning()</pre>
</li>
</ul>
<a name="foreman_runTryEnd--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>foreman_runTryEnd</h4>
<pre>public&nbsp;void&nbsp;foreman_runTryEnd()</pre>
</li>
</ul>
<a name="passThrough--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>passThrough</h4>
<pre>public&nbsp;void&nbsp;passThrough()</pre>
</li>
</ul>
<a name="cancelWhenQueryIdArrives--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancelWhenQueryIdArrives</h4>
<pre>public&nbsp;void&nbsp;cancelWhenQueryIdArrives()</pre>
</li>
</ul>
<a name="cancelInMiddleOfFetchingResults--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancelInMiddleOfFetchingResults</h4>
<pre>public&nbsp;void&nbsp;cancelInMiddleOfFetchingResults()</pre>
</li>
</ul>
<a name="cancelAfterAllResultsProduced--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancelAfterAllResultsProduced</h4>
<pre>public&nbsp;void&nbsp;cancelAfterAllResultsProduced()</pre>
</li>
</ul>
<a name="cancelAfterEverythingIsCompleted--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cancelAfterEverythingIsCompleted</h4>
<pre>public&nbsp;void&nbsp;cancelAfterEverythingIsCompleted()</pre>
</li>
</ul>
<a name="successfullyCompletes--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>successfullyCompletes</h4>
<pre>public&nbsp;void&nbsp;successfullyCompletes()</pre>
</li>
</ul>
<a name="failsWhenParsing--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>failsWhenParsing</h4>
<pre>public&nbsp;void&nbsp;failsWhenParsing()</pre>
</li>
</ul>
<a name="failsWhenSendingFragments--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>failsWhenSendingFragments</h4>
<pre>public&nbsp;void&nbsp;failsWhenSendingFragments()</pre>
</li>
</ul>
<a name="failsDuringExecution--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>failsDuringExecution</h4>
<pre>public&nbsp;void&nbsp;failsDuringExecution()</pre>
</li>
</ul>
<a name="interruptingBlockedMergingRecordBatch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>interruptingBlockedMergingRecordBatch</h4>
<pre>public&nbsp;void&nbsp;interruptingBlockedMergingRecordBatch()</pre>
<div class="block">Test canceling query interrupts currently blocked FragmentExecutor threads waiting for some event to happen.
Specifically tests canceling fragment which has <a href="../../../../../org/apache/drill/exec/physical/impl/mergereceiver/MergingRecordBatch.html" title="class in org.apache.drill.exec.physical.impl.mergereceiver"><code>MergingRecordBatch</code></a> blocked waiting for data.</div>
</li>
</ul>
<a name="interruptingBlockedUnorderedReceiverBatch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>interruptingBlockedUnorderedReceiverBatch</h4>
<pre>public&nbsp;void&nbsp;interruptingBlockedUnorderedReceiverBatch()</pre>
<div class="block">Test canceling query interrupts currently blocked FragmentExecutor threads waiting for some event to happen.
Specifically tests canceling fragment which has <a href="../../../../../org/apache/drill/exec/physical/impl/unorderedreceiver/UnorderedReceiverBatch.html" title="class in org.apache.drill.exec.physical.impl.unorderedreceiver"><code>UnorderedReceiverBatch</code></a> blocked waiting for data.</div>
</li>
</ul>
<a name="interruptingPartitionerThreadFragment--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>interruptingPartitionerThreadFragment</h4>
<pre>public&nbsp;void&nbsp;interruptingPartitionerThreadFragment()</pre>
<div class="block">Tests interrupting the fragment thread that is running <a href="../../../../../org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.html" title="class in org.apache.drill.exec.physical.impl.partitionsender"><code>PartitionSenderRootExec</code></a>.
<a href="../../../../../org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.html" title="class in org.apache.drill.exec.physical.impl.partitionsender"><code>PartitionSenderRootExec</code></a> spawns threads for partitioner. Interrupting fragment thread should also interrupt
the partitioner threads.</div>
</li>
</ul>
<a name="interruptingWhileFragmentIsBlockedInAcquiringSendingTicket--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>interruptingWhileFragmentIsBlockedInAcquiringSendingTicket</h4>
<pre>public&nbsp;void&nbsp;interruptingWhileFragmentIsBlockedInAcquiringSendingTicket()</pre>
</li>
</ul>
<a name="memoryLeaksWhenCancelled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>memoryLeaksWhenCancelled</h4>
<pre>public&nbsp;void&nbsp;memoryLeaksWhenCancelled()</pre>
</li>
</ul>
<a name="memoryLeaksWhenFailed--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>memoryLeaksWhenFailed</h4>
<pre>public&nbsp;void&nbsp;memoryLeaksWhenFailed()</pre>
</li>
</ul>
<a name="failsAfterMSorterSorting--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>failsAfterMSorterSorting</h4>
<pre>public&nbsp;void&nbsp;failsAfterMSorterSorting()</pre>
</li>
</ul>
<a name="failsAfterMSorterSetup--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>failsAfterMSorterSetup</h4>
<pre>public&nbsp;void&nbsp;failsAfterMSorterSetup()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TestDrillbitResilience.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/drill/exec/server/StartupOptions.html" title="class in org.apache.drill.exec.server"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/drill/exec/server/TestDurationFormat.html" title="class in org.apache.drill.exec.server"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/drill/exec/server/TestDrillbitResilience.html" target="_top">Frames</a></li>
<li><a href="TestDrillbitResilience.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.classes.inherited.from.class.org.apache.drill.test.DrillTest">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>