Commit graph

1707 commits

Author SHA1 Message Date
spalger
40ba6946a5 [ci] add scripts for new CI 2016-07-25 08:32:40 -07:00
Elastic Jasper
065cd11fc0 Backport PR #7502
---------

**Commit 1:**
Switch from Firefox to Chrome

* Original sha: 677a6c1d3f
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-17T22:32:15Z

**Commit 2:**
fix chromedriver.path

* Original sha: 589cb71cbb
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T14:25:22Z

**Commit 3:**
More selenium cleanup

* Original sha: 056294b7e9
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T15:23:29Z

**Commit 4:**
Put task intern:dev back in!

* Original sha: b85d919f68
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T15:38:18Z

**Commit 5:**
temporary screenshots fix

* Original sha: 8a9178ca0d
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:11:53Z

**Commit 6:**
Add screenshots dir

* Original sha: 929f30c8cc
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:26:07Z

**Commit 7:**
Add getSpinnerDone on clickNewSearch to fix failures

* Original sha: dfacedb27b
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T16:54:48Z

**Commit 8:**
Backport screenshots 'session' and 'failure' folders

* Original sha: fe9f34cb68
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T18:04:56Z

**Commit 9:**
gitignore *.png in failures and session

* Original sha: 06d70e6a63
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-06-20T20:53:26Z

**Commit 10:**
Update .gitignore

* Original sha: 603f5035ac
* Authored by Lee Drengenberg <lee.drengenberg@elastic.co> on 2016-06-20T21:21:55Z
* Committed by GitHub <noreply@github.com> on 2016-06-20T21:21:55Z
2016-07-21 14:41:14 -04:00
Court Ewing
47734d67e5 Revert "Merge pull request #7342 from elastic/jasper/backport/7335/4.5"
This reverts commit e178fe14f9, reversing
changes made to e19395b782.
2016-07-20 11:17:03 -04:00
Elastic Jasper
f43bf40888 Backport PR #7335
---------

**Commit 1:**
Add version to status output [4.x]

This adds a version field to all Status output, including for built-in plugins.

- It adds the version to the Status API and Status page.
- It adds the version to plugin status change logging.
- It drops the "plugin:" prefix from all status output (as it's implied), except the log output.

* Original sha: f5094b9f0a
* Authored by Chris Earle <chris.earle@elastic.co> on 2016-05-31T23:36:26Z
2016-06-01 12:58:39 -04:00
Elastic Jasper
5bc2539f47 Backport PR #6792
---------

**Commit 1:**
Update selenium from 2.48.2 to 2.53.0 to work with latest Firefox 45.0.1

* Original sha: 81821fc99d
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-04-05T20:46:06Z

**Commit 2:**
Update downloadSelenium to match version in intern.js.

* Original sha: 431fe52cec
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-04-06T12:36:06Z

**Commit 3:**
Add selenium-server-standalone jar md5.

* Original sha: 4002140a9c
* Authored by LeeDr <lee.drengenberg@elastic.co> on 2016-04-06T13:46:17Z
2016-04-06 14:35:47 -04:00
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
87be63fa89 more snakyness 2016-01-29 10:12:53 -06:00
LeeDr
b6ed9a261a Fix ./Common to ./common 2016-01-29 09:43:08 -06:00
LeeDr
e954d2eda3 snake_casing 2016-01-29 09:42:50 -06:00
LeeDr
98b15dbefa backport a4088bba 2016-01-29 09:41:07 -06:00
LeeDr
3eb1598efd New tests for expand/collapse discover tab legend and sidebar. 2016-01-28 16:21:09 -06:00
LeeDr
3d703e48e8 Improve baseUrl function. 2016-01-27 09:55:35 -06:00
LeeDr
746fb019d3 Missing a period. 2016-01-27 09:55:23 -06:00
LeeDr
fa6b59c585 Allow either old Firefox Ctrl + C or new Firefox clipboard message. 2016-01-27 09:54:59 -06:00
LeeDr
cfce1be939 Share expectedToastMessage variable between tests, and comment about Firefox version changes message. 2016-01-27 09:54:45 -06:00
LeeDr
48662fd74a Add 5 tests for Discover shared links 2016-01-25 20:48:27 -06:00
LeeDr
6d2a11cd23 8 new discover tests, _field_data 2016-01-21 17:59:13 -06:00
Court Ewing
5e9df5240e Configurable shield credentials for tests
While there are still hardcoded defaults, this change allows people to
specify custom credentials via environment variables for each shield
role in our tests.

Fixes #5967
2016-01-21 19:47:00 +00:00
LeeDr
e81585415b Minor changes from review comments. 2016-01-21 09:48:35 -06:00
LeeDr
b496b4dda3 Added tests that change the interval through most of the choices and check the data. 2016-01-21 09:48:21 -06:00
LeeDr
55c46f3570 Fix screenshots Data Table and Tile Map. Add comments.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
38578ad23a Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
f68c78b179 Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
6654e50b2f Revert "Fix screenshots Data Table and Tile Map."
This reverts commit b6f67920aa.

Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
a9d2d832c7 Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
1f7936c3f7 Fix screenshots Data Table and Tile Map.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
ff033eb8c6 Fix screenshots with minimal sleep calls. Remove a couple unnecessary promise chains in visualizePage.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
c25bc1f0e3 switch from sleeps to waiting for visualize-legend.
Fixes #5932
2016-01-19 19:07:55 +00:00
LeeDr
c9f9ad56a3 Trying 4 sec sleep before screenshots.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
bc9ffa36ee Trying 4 sec sleep before screenshots.
Fixes #5932
2016-01-19 19:07:54 +00:00
LeeDr
1b1320429c Initial test to see if screenshot timing is the prob.
Fixes #5932
2016-01-19 19:07:54 +00:00
Court Ewing
cf314f9577 Inline documentation for kbn_server test utility 2016-01-15 18:09:22 -05:00
Court Ewing
5462788eb6 Basic support for running server tests with shield
These changes will make sure the kibana server in tests is using shield
credentials, as are any requests made through the kbn_server test
helper.

The current credentials are hardcoded based on our internal best
practices, but they should be made configurable in the future.

This will pass credentials to ES regardless of whether shield is
actually enabled, but that will have no negative effect if shield
happens to be disabled.
2016-01-15 18:09:13 -05:00
Court Ewing
f0f2c631eb Abstract kbn server setup in tests
The new kbn_server test utility allows us to setup KbnServer instances
with consistent defaults and make requests through a common test-only
interface. These abstractions allow us to configure global behaviors
such as shield authorization for all of our tests rather than
re-implementing it in every test.
2016-01-15 18:09:03 -05:00
LeeDr
748b01ff44 Remove unused variable. 2016-01-15 16:16:50 -06:00
LeeDr
5fa55e209e Remove commented code. 2016-01-15 16:16:41 -06:00
LeeDr
f3047d01c5 Fix multiple problems with discover 'should show the correct bar chart'. UTC timezone, array.length, improve cssSelector. 2016-01-15 16:16:28 -06:00
LeeDr
7f7ff2b447 Merge pull request #5492 from LeeDr/testVisualize
Test visualize automated tests
2016-01-14 18:08:59 -06:00
LeeDr
42302ac682 Revert "Revert "Rename test:ui to test:browser so will run on Jenkins.""
This reverts commit b7935865dc.

Fixes #5750
2015-12-22 16:45:07 +00:00
LeeDr
0881cb87b7 Revert "Rename test:ui to test:browser so will run on Jenkins."
This reverts commit 5d9d695268.

Fixes #5750
2015-12-22 16:45:07 +00:00
LeeDr
5e3104a22d Rename test:ui to test:browser so will run on Jenkins.
Fixes #5750
2015-12-22 16:45:06 +00:00
LeeDr
1e31e1d236 Bump Selenium version from 2.47.1 to 2.48.2 to work with latest Firefox 43. Add more debug logging around get url.
Fixes #5750
2015-12-22 16:45:06 +00: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
860aef2ba2 Make getUrl.noAuth use getUrl. Fix elasticsearch and kibana ports in serverConfig.js.
Fixes #5709
2015-12-18 14:45:25 +00:00
LeeDr
9745461087 Initial changes (only the UI automation changes) to support running tests with Shield (works without Shield also).
Fixes #5709
2015-12-18 14:45:25 +00:00
LeeDr
fe82481619 Remove one used self var.
Fixes #5526
2015-12-08 21:05:32 +00:00
LeeDr
df809fcdaa Fix cases.
Fixes #5526
2015-12-08 21:05:32 +00:00
LeeDr
6f60d798f9 Fix cases.
Fixes #5526
2015-12-08 21:05:32 +00:00
LeeDr
1ca7436053 Changed 3 console.logs to common.debugs. Ran with debug: false to make sure I had clean output.
Fixes #5526
2015-12-08 21:05:32 +00:00