Won't Do
Details
Assignee
Yaroslav KiriakYaroslav KiriakReporter
Yauhen VavilkinYauhen VavilkinLabels
Priority
P2Development Team
EurekaRelease
Ramsons (R2 2024) Bug FixTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Yaroslav Kiriak
Yaroslav KiriakReporter
Yauhen Vavilkin
Yauhen VavilkinLabels
Priority
Development Team
Eureka
Release
Ramsons (R2 2024) Bug Fix
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created December 2, 2024 at 1:19 PM
Updated January 28, 2025 at 1:52 PM
Resolved January 3, 2025 at 10:29 PM
Based on we have to adjust system-user creation while _tenant API is called.
This is not a module system user. The current system user is created during _tenant, and the user Is used by the mod-scheduler to run jobs.
Scope:
Ensure that user creation is an idempotent operation. If the system user already exists, skip the creation steps and continue the module installation without interruption.
Add tests if needed.