File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
server/src/internalClusterTest/java/org/elasticsearch/action/search Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 25
25
import org .elasticsearch .search .sort .SortOrder ;
26
26
import org .elasticsearch .tasks .TaskId ;
27
27
import org .elasticsearch .test .ESSingleNodeTestCase ;
28
- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
29
28
30
29
import java .util .ArrayList ;
31
30
import java .util .Arrays ;
41
40
import static org .hamcrest .Matchers .equalTo ;
42
41
import static org .hamcrest .Matchers .lessThan ;
43
42
44
- @ TestIssueLogging (
45
- issueUrl = "https://github.com/elastic/elasticsearch/issues/109830" ,
46
- value = "org.elasticsearch.action.search:TRACE," + "org.elasticsearch.search.SearchService:TRACE"
47
- )
48
43
public class SearchProgressActionListenerIT extends ESSingleNodeTestCase {
49
44
private List <SearchShard > shards ;
50
45
You can’t perform that action at this time.
0 commit comments