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

Tests | Addressing string.Format parametes issue in test lab #876

Merged

Conversation

JRahnama
Copy link
Contributor

While working in .net5 test lab, I noticed .net5 runtime has captured some unobserved issues in our test labs.

DataTestUtility class at line 357 uses string.Format with 3 variables placeholder, but we are passing 4 items to it.
Also in SqlRandmizer at line 663 same issue happens. This PR is to address that urgently other fixes come after in separate PR.

@cheenamalhotra cheenamalhotra added this to the 3.0.0-preview1 milestone Jan 13, 2021
@cheenamalhotra cheenamalhotra added the Area\Tests Issues that are targeted to tests or test projects label Jan 13, 2021
@cheenamalhotra cheenamalhotra changed the title FIX | Addressing string.Format parametes issue in test lab Tests | Addressing string.Format parametes issue in test lab Jan 13, 2021
@JRahnama JRahnama merged commit 748a9bd into dotnet:master Jan 14, 2021
@JRahnama JRahnama deleted the Address-stringformat-errors-in-testlabs branch July 6, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area\Tests Issues that are targeted to tests or test projects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants