-
Notifications
You must be signed in to change notification settings - Fork 894
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
[Documentation][Data Explorer] Legacy discover plugin functional tests #4758
Comments
After a quick manual run of testing the functionality using Discover 2.0, here are the functionalities that are currently not working in Discover 2.0: @ashwin-pc
Modified functionality:
|
Thanks for the deep dive @abbyhu2000. Some of these issues have already been fixed while others are being worked on. Here is a summary of the current status of these issues:
For the modified functionality, yes we need to write new tests but they should not be functionally different. Based on the ones you mentioned it does not look like it is. Let me know if my assumption is wrong though. |
Screen.Recording.2023-08-18.at.5.25.47.PM.mov
Screen.Recording.2023-08-18.at.5.20.13.PM.mov
Screen.Recording.2023-08-18.at.5.28.33.PM.mov |
Thanks Abby! Can you create an issue for all that aren't working. We can start addressing them next week |
Close as the documentation for legacy discover is finished. |
This issue documents the existing functional tests for the legacy discover plugin in order to help migrate the old tests to new tests for the data explorer.
_date_nanos_mixed.js
_date_nanos.js
_discover_histogram.ts --> display data in histogram for different time interval based on different time range
_discover.js
setDefaultAbsoluteRange()
, time picker should have the correct time range stringloadSavedSearch()
, the name should be correctly loadedauto
by defaultno result
if loaded with index patternno results
setQuery('nestedField:{ child: nestedValue }')
dataFormat
, bars should be shown in the correct time zone_doc_navigation.js
filter for value
&filter out value
filters from documentScreen.Recording.2023-08-16.at.3.52.25.PM.mov
_doc_table
View surrounding document
andView single document
_errors.ts
_field_data.js (is skipped due to flakiness)
Time
and_source
_field_visualize.js
geo.coordinated
should not havevisualize
option_filter_editor.js --> Test the filter functionality in discover page
'extension.raw', 'is one of', 'jpg'
'nestedField.child', 'is', 'nestedValue'
_indexpattern_with_encoded_id.ts --> load index pattern test/functional/fixtures/opensearch_archiver/index_pattern_with_encoded_id
View single document
andView surrounding document
_indexpattern_without_timefield.ts --> load index pattern test/functional/fixtures/opensearch_archiver/index_pattern_without_timefield
_inspector.js
_large_string.js
_saved_queries.js --> test saved query management functionality in discover page
_shared_links.js
_sidebar.js
Filter by type
_source_filters.js --> load test/functional/fixtures/opensearch_archiver/visualize_source-filters
The text was updated successfully, but these errors were encountered: