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

Refactor experiment raw data retrieval functions #2068

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

RidhamShah
Copy link
Collaborator

@RidhamShah RidhamShah commented Oct 17, 2024

In this PR, I have resolved an issue where some test cases, when retrieving data from the raw-data file, unintentionally modified the original data, which affected subsequent test cases. To address this, I updated the data retrieval function to return a clone of the data, rather than a reference to the original data.

@RidhamShah RidhamShah self-assigned this Oct 17, 2024
@RidhamShah RidhamShah linked an issue Oct 17, 2024 that may be closed by this pull request
Copy link
Collaborator

@VivekFitkariwala VivekFitkariwala left a comment

Choose a reason for hiding this comment

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

One small change

@ppratikcr7 ppratikcr7 merged commit 46bc382 into dev Oct 24, 2024
14 checks passed
@ppratikcr7 ppratikcr7 deleted the bugfix/2064-testcases-raw-data branch October 24, 2024 14:06
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.

Integration Testcases are updating raw data
5 participants