File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55# tracked by git).
66
77# mode either u (unit test), i (integration test) or m (mixed mode)
8- mode : m
8+ mode : i
99# the elasticsearch version that should be started
1010# Can be a snapshot version of sonatype or "latest" to get the latest snapshot of sonatype
11- elasticsearch_version : 6.4.1
11+ elasticsearch_version : 6.5.3
1212# cluster filter allows you to only run the integration tests of a particular cluster (cluster suffix not needed)
1313# cluster_filter:
1414# whether we want to forcefully reseed on the node, if you are starting the tests with a node already running
Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212 <ItemGroup >
1313 <ProjectReference Include =" ..\Tests.Domain\Tests.Domain.csproj" />
14- <PackageReference Include =" Elastic.Xunit" Version =" 0.1.0-ci20180925T171717 " />
14+ <PackageReference Include =" Elastic.Xunit" Version =" 0.1.0-ci20181126T225021 " />
1515 <PackageReference Include =" xunit" Version =" 2.3.1" />
1616 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
1717 <PackageReference Include =" FluentAssertions" Version =" 4.19.2" />
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313 <ItemGroup >
1414 <PackageReference Include =" Bogus" Version =" 22.1.2" />
15- <PackageReference Include =" Elastic.Managed" Version =" 0.1.0-ci20180925T171717 " />
15+ <PackageReference Include =" Elastic.Managed" Version =" 0.1.0-ci20181126T225021 " />
1616 <ProjectReference Include =" ..\Tests.Configuration\Tests.Configuration.csproj" />
1717 </ItemGroup >
1818</Project >
You can’t perform that action at this time.
0 commit comments