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

[Unified Recorder] Allow saving the randomly generated variable in record mode and give it back in playback. #18580

Closed
Tracked by #15829
HarshaNalluru opened this issue Nov 8, 2021 · 1 comment
Assignees
Labels
test-utils-recorder Label for the issues related to the common recorder

Comments

@HarshaNalluru
Copy link
Member

HarshaNalluru commented Nov 8, 2021

Tests can have a random string or uuid created in them.
This means in record mode, the recordings generated will have such random strings.
If they are created again in playback, the requests would fail because the strings would not be the same.
Figure out a way to randomly generate in record mode and save the string in recording, return that string in playback mode when asked for.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 8, 2021
@HarshaNalluru HarshaNalluru added the test-utils-recorder Label for the issues related to the common recorder label Nov 8, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Nov 8, 2021
@HarshaNalluru HarshaNalluru added this to the [2021] December milestone Nov 8, 2021
@HarshaNalluru HarshaNalluru self-assigned this Nov 8, 2021
@HarshaNalluru HarshaNalluru changed the title Allow saving the randomly generated variable in record mode and give it back in playback. [Unified Recorder] Allow saving the randomly generated variable in record mode and give it back in playback. Nov 8, 2021
@HarshaNalluru
Copy link
Member Author

#18585

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
test-utils-recorder Label for the issues related to the common recorder
Projects
None yet
Development

No branches or pull requests

1 participant