File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CodeGeneration/CodeGeneration.YamlTestsRunner
Tests/Nest.Tests.Integration/Reproduce Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ namespace CodeGeneration.YamlTestsRunner
24
24
using YamlTestSuite = Dictionary < string , object > ;
25
25
public static class YamlTestsGenerator
26
26
{
27
- private readonly static string _listingUrl = "https://github.com/elasticsearch/elasticsearch/tree/v1.0 .0/rest-api-spec/test" ;
28
- private readonly static string _rawUrlPrefix = "https://raw.github.com/elasticsearch/elasticsearch/v1.0 .0/rest-api-spec/test/" ;
27
+ private readonly static string _listingUrl = "https://github.com/elasticsearch/elasticsearch/tree/v1.1 .0/rest-api-spec/test" ;
28
+ private readonly static string _rawUrlPrefix = "https://raw.github.com/elasticsearch/elasticsearch/v1.1 .0/rest-api-spec/test/" ;
29
29
private readonly static string _testProjectFolder = @"..\..\..\..\..\src\Tests\Elasticsearch.Net.Integration.Yaml\" ;
30
30
private readonly static string _rawClientInterface = @"..\..\..\..\..\src\Elasticsearch.Net\IElasticsearchClient.generated.cs" ;
31
31
private readonly static string _viewFolder = @"..\..\Views\" ;
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public void SearchShouldNotHaveBlips()
58
58
59
59
var minElasticsearch = timings . Min ( t => t . ElasticsearchTook ) ;
60
60
var minNest = timings . Min ( t => t . NestTook ) ;
61
-
61
+
62
62
//elasticsearch is fast! min should absolutely be below 2ms
63
63
minElasticsearch . Should ( ) . BeLessThan ( 10 ) ;
64
64
You can’t perform that action at this time.
0 commit comments