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

Improve serialization speeds #2802

Merged

fixed SecuritySSLRequestHandlerTests

1904949
Select commit
Loading
Failed to load commit list.
Merged

Improve serialization speeds #2802

fixed SecuritySSLRequestHandlerTests
1904949
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 29, 2023 in 1s

80.00% of diff hit (target 64.24%)

View this Pull Request on Codecov

80.00% of diff hit (target 64.24%)

Annotations

Check warning on line 512 in src/main/java/org/opensearch/security/configuration/DlsFlsValveImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/configuration/DlsFlsValveImpl.java#L510-L512

Added lines #L510 - L512 were not covered by tests

Check warning on line 561 in src/main/java/org/opensearch/security/configuration/DlsFlsValveImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/configuration/DlsFlsValveImpl.java#L560-L561

Added lines #L560 - L561 were not covered by tests

Check warning on line 38 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L38

Added line #L38 was not covered by tests

Check warning on line 98 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 102 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 129 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L129

Added line #L129 was not covered by tests

Check warning on line 149 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L149

Added line #L149 was not covered by tests

Check warning on line 152 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L152

Added line #L152 was not covered by tests

Check warning on line 168 in src/main/java/org/opensearch/security/support/Base64CustomHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64CustomHelper.java#L168

Added line #L168 was not covered by tests

Check warning on line 55 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L55

Added line #L55 was not covered by tests

Check warning on line 66 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L66

Added line #L66 was not covered by tests

Check warning on line 70 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 74 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 82 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L82

Added line #L82 was not covered by tests

Check warning on line 86 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 96 in src/main/java/org/opensearch/security/support/Base64JDKHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/Base64JDKHelper.java#L96

Added line #L96 was not covered by tests

Check warning on line 41 in src/main/java/org/opensearch/security/support/SafeSerializationUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/SafeSerializationUtils.java#L41

Added line #L41 was not covered by tests

Check warning on line 77 in src/main/java/org/opensearch/security/support/SafeSerializationUtils.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/SafeSerializationUtils.java#L77

Added line #L77 was not covered by tests

Check warning on line 57 in src/main/java/org/opensearch/security/support/StreamableRegistry.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/StreamableRegistry.java#L57

Added line #L57 was not covered by tests

Check warning on line 64 in src/main/java/org/opensearch/security/support/StreamableRegistry.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/StreamableRegistry.java#L64

Added line #L64 was not covered by tests

Check warning on line 71 in src/main/java/org/opensearch/security/support/StreamableRegistry.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/StreamableRegistry.java#L71

Added line #L71 was not covered by tests

Check warning on line 97 in src/main/java/org/opensearch/security/support/StreamableRegistry.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/security/support/StreamableRegistry.java#L96-L97

Added lines #L96 - L97 were not covered by tests