Skip to content
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

fix benchmark test namespace name (AUTO-11113) #13729

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

anirudhwarrier
Copy link
Contributor

Requires Dependencies

Resolves Dependencies

@anirudhwarrier anirudhwarrier changed the title fix benchmark test namespace name fix benchmark test namespace name (AUTO) Jul 1, 2024
@anirudhwarrier anirudhwarrier changed the title fix benchmark test namespace name (AUTO) fix benchmark test namespace name (AUTO-11113) Jul 1, 2024
@anirudhwarrier anirudhwarrier marked this pull request as ready for review July 1, 2024 18:05
@anirudhwarrier anirudhwarrier requested a review from a team as a code owner July 1, 2024 18:05
@@ -308,7 +308,7 @@ func SetupAutomationBenchmarkEnv(t *testing.T, keeperTestConfig types.KeeperBenc
TTL: time.Hour * 720, // 30 days,
NamespacePrefix: fmt.Sprintf(
"automation-%s-%s-%s",
strings.ToLower(strings.Join(keeperTestConfig.GetConfigurationNames(), "_")),
strings.ToLower(strings.Join(keeperTestConfig.GetConfigurationNames(), "")),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test does not use multiple named configs. To keep the namespace naming consistent to as it was before, joining is being done without any separators.

@Tofel Tofel self-requested a review July 2, 2024 08:26
@anirudhwarrier anirudhwarrier added this pull request to the merge queue Jul 2, 2024
Merged via the queue into develop with commit e71ea7b Jul 2, 2024
117 checks passed
@anirudhwarrier anirudhwarrier deleted the fix/automation-benchmark-test branch July 2, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants