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 5
5
# tracked by git).
6
6
7
7
# mode either u (unit test), i (integration test) or m (mixed mode)
8
- mode : m
8
+ mode : i
9
9
# the elasticsearch version that should be started
10
10
# 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
12
12
# cluster filter allows you to only run the integration tests of a particular cluster (cluster suffix not needed)
13
13
# cluster_filter:
14
14
# 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 11
11
</ItemGroup >
12
12
<ItemGroup >
13
13
<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 " />
15
15
<PackageReference Include =" xunit" Version =" 2.3.1" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.5.0" />
17
17
<PackageReference Include =" FluentAssertions" Version =" 4.19.2" />
Original file line number Diff line number Diff line change 12
12
</ItemGroup >
13
13
<ItemGroup >
14
14
<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 " />
16
16
<ProjectReference Include =" ..\Tests.Configuration\Tests.Configuration.csproj" />
17
17
</ItemGroup >
18
18
</Project >
You can’t perform that action at this time.
0 commit comments