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

Provide method to consume values for a class #96

Open
baubakg opened this issue Sep 6, 2022 · 0 comments
Open

Provide method to consume values for a class #96

baubakg opened this issue Sep 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@baubakg
Copy link
Member

baubakg commented Sep 6, 2022

Given a class and a key, we should provide a map of values.

In PhaseTestManager we should create a method called consume(Class, Key).

For a scenario a.b.c.d.E with 3 steps and the key KEY1, at the end of the all the shuffle groups we should have four values for KEY1.

When calling PhasedTestManager.consume(a.b.c.d.E, "KEY1"), we should get a map with 4 entries

ShuffleGroup_0_3, Value for KEY1
ShuffleGroup_1_2, Value for KEY1
ShuffleGroup_2_1, Value for KEY1
ShuffleGroup_3_0, Value for KEY1

@baubakg baubakg added the enhancement New feature or request label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant