Skip to content

Conversation

@roji
Copy link
Member

@roji roji commented Aug 4, 2021

No description provided.

@roji roji requested review from maumar and smitpatel August 4, 2021 13:33
var contents = testInfo + newBaseLine + FileNewLine + "--------------------" + FileNewLine;

File.AppendAllText(logFile, contents);
lock (_queryBaselineFileLock)
Copy link
Member Author

Choose a reason for hiding this comment

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

Windows locks files by default, but other platforms don't, so concurrent tests could step over each other here

@roji roji merged commit 85ac269 into main Aug 4, 2021
@roji roji deleted the BaselineStuff branch August 4, 2021 23:50
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.

3 participants