Gaurav Aradhye created CLOUDSTACK-7255: ------------------------------------------
Summary: Account username which is already greater than 99 chars don't get appended with random string, this results in "Entity already exists" error while creating account through same test case if previous account is not cleaned up Key: CLOUDSTACK-7255 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7255 Project: CloudStack Issue Type: Test Security Level: Public (Anyone can view this level - this is the default.) Components: Automation Affects Versions: 4.5.0 Reporter: Gaurav Aradhye Assignee: Gaurav Aradhye Fix For: 4.5.0 The account username should be trimmed to 92 characters before appending the 7 char random string, because in case the random string is appended and then it is trimmed, then the strings will be same if original string was greater than 99 chars. -- This message was sent by Atlassian JIRA (v6.2#6252)