File tree 1 file changed +3
-0
lines changed
server/src/test/java/org/elasticsearch/gateway
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 51
51
import org .elasticsearch .test .ESIntegTestCase .ClusterScope ;
52
52
import org .elasticsearch .test .ESIntegTestCase .Scope ;
53
53
import org .elasticsearch .test .InternalTestCluster .RestartCallback ;
54
+ import org .elasticsearch .test .junit .annotations .TestLogging ;
54
55
55
56
import java .io .IOException ;
56
57
import java .util .List ;
@@ -340,6 +341,8 @@ public Settings onNodeStopped(final String nodeName) throws Exception {
340
341
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
341
342
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
342
343
*/
344
+ // temporarily enabling TRACE to aid debugging https://github.com/elastic/elasticsearch/issues/43034
345
+ @ TestLogging ("_root:TRACE" )
343
346
public void testRecoverBrokenIndexMetadata () throws Exception {
344
347
logger .info ("--> starting one node" );
345
348
internalCluster ().startNode ();
You can’t perform that action at this time.
0 commit comments