Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verbose pipeline parameter to output each processor's execution details #16843

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

fix unit test

42e50d0
Select commit
Loading
Failed to load commit list.
Open

Add verbose pipeline parameter to output each processor's execution details #16843

fix unit test
42e50d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 22, 2025 in 0s

77.81% of diff hit (target 72.29%)

View this Pull Request on Codecov

77.81% of diff hit (target 72.29%)

Annotations

Check warning on line 527 in server/src/main/java/org/opensearch/action/search/SearchResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/search/SearchResponse.java#L525-L527

Added lines #L525 - L527 were not covered by tests

Check warning on line 260 in server/src/main/java/org/opensearch/rest/action/search/RestSearchAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/rest/action/search/RestSearchAction.java#L260

Added line #L260 was not covered by tests

Check warning on line 187 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 204 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 214 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L214

Added line #L214 was not covered by tests

Check warning on line 216 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L216

Added line #L216 was not covered by tests

Check warning on line 220 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L218-L220

Added lines #L218 - L220 were not covered by tests

Check warning on line 225 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L225

Added line #L225 was not covered by tests

Check warning on line 227 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L227

Added line #L227 was not covered by tests

Check warning on line 233 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L233

Added line #L233 was not covered by tests

Check warning on line 258 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L258

Added line #L258 was not covered by tests

Check warning on line 270 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L270

Added line #L270 was not covered by tests

Check warning on line 275 in server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/ProcessorExecutionDetail.java#L275

Added line #L275 was not covered by tests

Check warning on line 42 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java#L42

Added line #L42 was not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java#L47

Added line #L47 was not covered by tests

Check warning on line 52 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java#L52

Added line #L52 was not covered by tests

Check warning on line 100 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchRequestProcessorWrapper.java#L93-L100

Added lines #L93 - L100 were not covered by tests

Check warning on line 34 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L34

Added line #L34 was not covered by tests

Check warning on line 51 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L51

Added line #L51 was not covered by tests

Check warning on line 56 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L56

Added line #L56 was not covered by tests

Check warning on line 61 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L61

Added line #L61 was not covered by tests

Check warning on line 81 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L78-L81

Added lines #L78 - L81 were not covered by tests

Check warning on line 111 in server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/search/pipeline/TrackingSearchResponseProcessorWrapper.java#L104-L111

Added lines #L104 - L111 were not covered by tests