-
Notifications
You must be signed in to change notification settings - Fork 358
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-2478: JobTracker tracks all operations, not just jobs #3347
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3347 +/- ##
=============================================
- Coverage 68.07% 68.04% -0.03%
Complexity 2596 2596
=============================================
Files 957 957
Lines 30671 30662 -9
Branches 3398 3398
=============================================
- Hits 20878 20865 -13
- Misses 8310 8312 +2
- Partials 1483 1485 +2 ☔ View full report in Codecov by Sentry. |
rest-api/core-rest/src/test/java/uk/gov/gchq/gaffer/rest/service/v2/OperationServiceV2IT.java
Outdated
Show resolved
Hide resolved
Co-authored-by: tb06904 <[email protected]>
|
Removes the job tracker from the main execute and any returned headers.
Related issue