-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error adding sample data to dashboard #20807
Comments
… of the tests pass
There are 2 factors highlighted by this failure
I have opened #20811 to address 2. 1 will need further investigation. |
@nreese - do you know how to repro the range control issue? I added one to a dashboard with no data and set the time range very old, but no crash |
Looks like the range control has a range set in that screen shot. Try opening the dashboard in a fresh browser tab with the global state pointing to the time period with no data. It works if the range control is first loaded with data but then moves to a period with no data. #20002 re-introduced this issue. |
* Improve tests for histogram, tag cloud, input controls and enable lab mode. * enable skipped tests * Update shakespeare test navigation to visualize * Add sleep to shakespeare test * Skip shakespeare test for now, it is not clear why it is failing and does not fail locally, need the other tests to run in CI * Revert selector for selectAggregation, re-enable shakespeare test * skip vega spec text test, was not fixed with changes * Enable only visualize tests to run, need to see results and it's being blocked by other test failures * Enable all tests again, visualization tests all passed * Skipping sample data test due to bug #20807, let's see if rest of the tests pass
* Improve tests for histogram, tag cloud, input controls and enable lab mode. * enable skipped tests * Update shakespeare test navigation to visualize * Add sleep to shakespeare test * Skip shakespeare test for now, it is not clear why it is failing and does not fail locally, need the other tests to run in CI * Revert selector for selectAggregation, re-enable shakespeare test * skip vega spec text test, was not fixed with changes * Enable only visualize tests to run, need to see results and it's being blocked by other test failures * Enable all tests again, visualization tests all passed * Skipping sample data test due to bug elastic#20807, let's see if rest of the tests pass
* Improve tests for histogram, tag cloud, input controls and enable lab mode. * enable skipped tests * Update shakespeare test navigation to visualize * Add sleep to shakespeare test * Skip shakespeare test for now, it is not clear why it is failing and does not fail locally, need the other tests to run in CI * Revert selector for selectAggregation, re-enable shakespeare test * skip vega spec text test, was not fixed with changes * Enable only visualize tests to run, need to see results and it's being blocked by other test failures * Enable all tests again, visualization tests all passed * Skipping sample data test due to bug #20807, let's see if rest of the tests pass
Kibana version: master
Elasticsearch version: master
Server OS version: Linux
Browser version: Chrome
Browser OS version: Latest
Original install method (e.g. download page, yum, from source, etc.): Snapshots
Describe the bug:
Uncaught TypeError: Can not read property 'toFixed' of undefined, launching sample data functional test
Steps to reproduce:
Run functional test 'should launch sample data set dashboard'
The text was updated successfully, but these errors were encountered: