Merge remote-tracking branch 'upstream/develop' into feature/AddStyleCopAnalyzers

# Conflicts:
#	test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj
#	test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj
This commit is contained in:
Philip Wood
2018-03-03 12:33:04 +00:00
161 changed files with 4612 additions and 2073 deletions

View File

@ -59,7 +59,7 @@ namespace Ocelot.IntegrationTests
}
}
[Fact]
[Fact(Skip = "This tests is flakey at the moment so ignoring will be fixed long term see https://github.com/TomPallister/Ocelot/issues/245")]
public void should_persist_command_to_five_servers()
{
var configuration = new FileConfiguration
@ -118,7 +118,7 @@ namespace Ocelot.IntegrationTests
ThenTheCommandIsReplicatedToAllStateMachines(command);
}
[Fact]
[Fact(Skip = "This tests is flakey at the moment so ignoring will be fixed long term see https://github.com/TomPallister/Ocelot/issues/245")]
public void should_persist_command_to_five_servers_when_using_administration_api()
{
var configuration = new FileConfiguration