Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Disable parallelization #1944

Merged
merged 3 commits into from
Aug 27, 2018
Merged

Disable parallelization #1944

merged 3 commits into from
Aug 27, 2018

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Aug 27, 2018

For #1926

Test running time go from 17s -> 29s locally

@Eilon @ajcvickers

@HaoK HaoK changed the base branch from master to release/2.2 August 27, 2018 19:13
Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

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

I begrudgingly approve this 😄 It's not ideal, but I'd rather wait a few extra seconds and get reliable test results.!

Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

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

I changed my mind. 1 small comment, then merge.

using Microsoft.AspNetCore.Testing.xunit;
using Xunit;

[assembly: CollectionBehavior(DisableTestParallelization = true)]
Copy link
Member

Choose a reason for hiding this comment

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

Actually, can we add a comment here that explains why we did it, and links to the test failure issue?

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated with link and some words

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants