-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dmp 4065 unstructured to arm data store stuck in arm ingestion #2319
base: master
Are you sure you want to change the base?
Dmp 4065 unstructured to arm data store stuck in arm ingestion #2319
Conversation
74467b6
to
48138fe
Compare
48138fe
to
984f208
Compare
984f208
to
34a8dd3
Compare
28375cb
to
6abe4e0
Compare
10b8ed0
to
556fb58
Compare
556fb58
to
cf17a5a
Compare
3b11d2d
to
d61f4ea
Compare
d61f4ea
to
194f1d4
Compare
...ionTest/java/uk/gov/hmcts/darts/common/repository/ExternalObjectDirectoryRepositoryTest.java
Outdated
Show resolved
Hide resolved
194f1d4
to
4f0d8f5
Compare
src/main/java/uk/gov/hmcts/darts/arm/exception/UnableToReadArmFileException.java
Show resolved
Hide resolved
@@ -44,21 +44,19 @@ void testGetDirectoryIfMediaDate24Hours() throws Exception { | |||
|
|||
int setupHoursBeforeCurrentTime = 24; | |||
|
|||
// setup the test data | |||
// given |
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.
Since we're touching/improving the tests, consider updating the test names to align with the new standard.
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.
done
|
||
|
||
@Test | ||
void updateEodByIdAndStatusForArmPush() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException { |
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.
Align with new naming standard.
@@ -465,4 +457,27 @@ void findAllByStatusAndDataIngestionTsBetweenAndLimit() throws InvocationTargetE | |||
}); | |||
|
|||
} | |||
|
|||
@Test | |||
void updateEodByIdAndStatus() throws InvocationTargetException, NoSuchMethodException, IllegalAccessException { |
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.
Align with new naming standard.
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.
done
60f62df
to
4a0d695
Compare
…tion' Merged in master
…tion' Added a shutdown hook to reset states before closing down
…tion' Merged in master
…tion' Added a shutdown hook to reset states before closing down
…tion' Added a shutdown hook to reset states before closing down
…tion' Test tidy up
…tion' Merged in master
…tion' Merged in master
…tion' Fixed issue with mis merge
…tion' Fixed issue with mis merge
…tion' Fixed issue with mis merge
8633727
to
8ccba0e
Compare
…tion' Merged in master
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/DMP-4065
Change description
Added a shutdown hook to change any In progress ARM Push EOD's to raw data failed. Includes some fixes to PMD complaints.
Does this PR introduce a breaking change? (check one with "x")