mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-12-24 02:45:49 +08:00
Feat/net6.0 upgrade (#1558)
* +semver: major upgrading from net5.0 to net6.0 * packages upgraded * removed global.json for ocelot sf sample * update build image * test new build * remove make * fix tests * make test fail like in CI * tests passing locally * updated docs Co-authored-by: TGP <thomasgardham-pallister@Thomass-MacBook-Pro-2.local>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Ocelot.AcceptanceTests
|
||||
this.Given(x => _steps.GivenThereIsAConfiguration(_initialConfig))
|
||||
.And(x => _steps.GivenOcelotIsRunningReloadingConfig(true))
|
||||
.And(x => _steps.GivenThereIsAConfiguration(_anotherConfig))
|
||||
.And(x => _steps.GivenIWait(2500))
|
||||
.And(x => _steps.GivenIWait(5000))
|
||||
.And(x => _steps.ThenConfigShouldBe(_anotherConfig))
|
||||
.BDDfy();
|
||||
}
|
||||
@@ -50,7 +50,7 @@ namespace Ocelot.AcceptanceTests
|
||||
this.Given(x => _steps.GivenThereIsAConfiguration(_initialConfig))
|
||||
.And(x => _steps.GivenOcelotIsRunningReloadingConfig(false))
|
||||
.And(x => _steps.GivenThereIsAConfiguration(_anotherConfig))
|
||||
.And(x => _steps.GivenIWait(2500))
|
||||
.And(x => _steps.GivenIWait(MillisecondsToWaitForChangeToken))
|
||||
.And(x => _steps.ThenConfigShouldBe(_initialConfig))
|
||||
.BDDfy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user