Elastic Jasper
7c610b134f
Backport PR #6736
...
---------
**Commit 1:**
[internal] Remove all variable redeclarations
Redeclaring variables causes ambiguity and serves no purpose. It
actually causes a runtime error when you do it with `let`, and we can
enforce not doing it via a linter rule.
* Original sha: de20762889
* Authored by Court Ewing <court@epixa.com> on 2016-04-01T18:21:55Z
2016-04-01 16:21:04 -04:00
spalger
ca8d72cb77
when bulk fails, report errors
...
Fixes #6154
2016-03-17 19:39:33 +00:00
LeeDr
98b15dbefa
backport a4088bba
2016-01-29 09:41:07 -06:00
LeeDr
7f7ff2b447
Merge pull request #5492 from LeeDr/testVisualize
...
Test visualize automated tests
2016-01-14 18:08:59 -06:00
Eric Herot
f6c611ba85
Don't bother setting the number of index replicas when creating kibana-int (relates to #3877 )
...
Fixes #5729
2015-12-21 23:31:20 +00:00
LeeDr
8e72b3ff09
Increase ElasticSearch client timeout from 30s to 5m (probably a bit overkill).
...
Fixes #5546
2015-12-01 21:35:33 +00:00
LeeDr
db95e52886
Merge remote-tracking branch 'jbudz/lint-ignore' into testDiscover
2015-11-13 10:46:33 -06:00
LeeDr
7a2a4d9498
Add /*eslint-disable*/ to one data load file which was missing it.
2015-11-13 10:02:09 -06:00
Jonathan Budzenski
6e48ccc443
Prevent linting fixtures
2015-11-12 17:09:46 -06:00
LeeDr
ff44fd3ee5
Merge with master.
2015-11-12 15:42:05 -06:00
LeeDr
e4e1e66b52
Catch and ignore index_not_found_exception when deleting kibana index if not found.
2015-11-12 12:05:22 -06:00
Joe Fleming
e86da76d86
a sea of missing semicolons
2015-11-11 15:47:02 -07:00
LeeDr
a2a31c22a4
Adding logstashFunctional scenario data.
2015-11-11 11:26:56 -06:00
Joe Fleming
4cfe3e4c78
include missing Promise deps
2015-11-09 16:51:22 -07:00
Joe Fleming
e05e91bcd4
fix scenarioManager and getUrl tests
2015-11-05 17:36:15 -07:00
Joe Fleming
7f75f65b5d
add config to swollow index creation errors
2015-11-05 16:37:32 -07:00
Joe Fleming
32e9201ba5
propertly return promises, properly catch Promise.all failure
2015-11-05 16:15:20 -07:00
Joe Fleming
221063e62b
add indexDefinition to emptyKibana scenario
...
fixes potential issue where server doesn't recreate it in time
2015-11-05 14:44:49 -07:00
Joe Fleming
c9579d5da3
ScenarioManager load/unload always return promises
2015-11-05 14:36:45 -07:00
Joe Fleming
db5e279f5f
move scenarios config under its own property
2015-11-03 13:45:19 -07:00
Joe Fleming
33372cd7ac
cleanup, tweak URL wait time
2015-11-03 13:45:14 -07:00
LeeDr
33d053c9f5
Trying BDD testing.
2015-11-03 13:44:56 -07:00
LeeDr
e40c7fa7a5
Added 3 tests for ScenarioManager.loadIfEmpty function. Refactored loadIfEmpty function to enable testing.
2015-11-03 13:07:43 -07:00
Joe Fleming
bb05070002
remove logstash data not used in this PR
2015-11-03 11:44:52 -07:00
LeeDr
1e853f0d15
Set intern.js to run status and testSettings suites.
2015-11-03 11:42:03 -07:00
leedr
fef9468b60
Added logstashFunctional bulk load files.
...
These are not working yet.
2015-11-03 11:24:52 -07:00
Jonathan Budzenski
e30c555434
[functional testing] Return promise from tests instead of using done callback
2015-10-20 07:24:21 -05:00
Jonathan Budzenski
7cef3240d8
[functional testing] Add explicit index names to config, rename mapping to indexDefinition
2015-10-15 14:50:58 -05:00
Jonathan Budzenski
db8f7cdf22
[functional testing] Load scenarios
2015-10-14 15:33:25 -05:00
Jonathan Budzenski
32d199efce
[functional testing] Add fixture
2015-09-08 13:26:19 -05:00