-
Notifications
You must be signed in to change notification settings - Fork 353
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
Gh-2794: Make Kerberos support more configurable #3035
Gh-2794: Make Kerberos support more configurable #3035
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #3035 +/- ##
=============================================
+ Coverage 65.18% 65.20% +0.01%
- Complexity 2632 2634 +2
=============================================
Files 904 904
Lines 28901 28903 +2
Branches 3248 3248
=============================================
+ Hits 18840 18845 +5
+ Misses 8596 8595 -1
+ Partials 1465 1463 -2
☔ View full report in Codecov by Sentry. |
...entation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/utils/TableUtils.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeCov not happy with coverage, but presumably this cannot be tested in unit tests and needs testing in gaffer-docker? Has this been tested manually with gaffer-docker?
Yes, this has been confirmed as working as expected. It's not possible to test the Kerberos support with unit/integration tests unfortunately - at least not without substantial changes to Accumulo. |
Related issue