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

Remove global dependencies from test_utils/random #17352

Merged
merged 3 commits into from
Mar 23, 2024

Conversation

dotnwat
Copy link
Member

@dotnwat dotnwat commented Mar 23, 2024

split up test_utils header for greater good

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Test utils is a global library, but had lots of bits from modules (e.g.
security, model, etc...). This resulted in a lot of implicit
dependencies.

This commit splits it and includes the specializations in each module.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
@dotnwat
Copy link
Member Author

dotnwat commented Mar 23, 2024

Force-push: missed one in release builds.

@dotnwat dotnwat changed the title split up test_utils header Remove global dependencies from test_utils/random Mar 23, 2024
@@ -11,8 +11,6 @@

#include "base/likely.h"
#include "base/vlog.h"
#include "cluster/cluster_utils.h"
#include "cluster/topic_table.h"
Copy link
Contributor

Choose a reason for hiding this comment

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

🔥

@dotnwat
Copy link
Member Author

dotnwat commented Mar 23, 2024

CI failure #14425

@dotnwat dotnwat merged commit 3e06805 into redpanda-data:dev Mar 23, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda area/wasm WASM Data Transforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants