stable

Clone or download

Read-only

Limit the chances of a race condition when an artifact pending mirroring is deleted

Artifacts that are deleted before being used for mirroring should not generate a crash as it is an expected normal action. The topic of the event has also been changed so it does not conflict with the namespace of the tracker plugin. Part of story #17879: add Teams to Programs Change-Id: I3b0ef84610f366c0821e2411ad78c49e3f94f0db

Modified Files

Name
M plugins/scaled_agile/db/install.sql +2 −1 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/AsynchronousCreation/PendingArtifactCreationDao.php +19 −5 Go to diff View file
M plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapter.php +3 −3 Go to diff View file
M plugins/scaled_agile/include/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunner.php +6 −2 Go to diff View file
M plugins/scaled_agile/tests/unit/Adapter/Program/Backlog/ProgramIncrement/ReplicationDataAdapterTest.php +2 −4 Go to diff View file
M plugins/scaled_agile/tests/unit/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsRunnerTest.php +24 −5 Go to diff View file