Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Unit Testing
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
Integration tests fail periodically for the KSB in continuous integration because of table locking issues. It appears that under certain scenarios the process that clears out database tables gets hung up when executing: DELETE FROM KRSB_BAM_T
I'm not sure exactly what is holding the lock on this table, but my guess is some errant thread (maybe even a backlog of ksb_msg_que_t processing?) from previous test runs that is not getting shutdown/cleaned up in between tests.
Attachments
Issue Links
- discovered by
-
KULRICE-4816 Implement interaction with the service registry so that it goes over remote connection instead of direct database access
-
- Closed
-
double-tagging with 2.0.0-b3 for review.