Skip to content
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

Bugs and Observations tracker #977

Closed
pratibhapandey16 opened this issue Aug 30, 2022 · 0 comments
Closed

Bugs and Observations tracker #977

pratibhapandey16 opened this issue Aug 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0'

Comments

@pratibhapandey16
Copy link
Contributor

pratibhapandey16 commented Aug 30, 2022

No. Bug Steps to reproduce Expected behavior Sprint UI/Functional Comments Reporter
1 Range Slider for Line Width only allows range from 0 to 10 but if we manually enter a value greater than 10 it still updates the chart according to the entered value. 1.Launch OpenSearch Dashboard UI
Go to Observability->Event Analytics->Explorer
2. Enter PPL Query and select "Year to date" option from calendar
3. Click Refresh
4. Click on Visualizations tab
5. Select the Vertical bar chart option from chart selector dropdown
6. Try to enter a value greater than 10 for Line Width
The chart should not get updated if user enteres any value apart from 0 to 10 Sprint 3 Functional Pratibha
2 Field dropdown in Color Theme section only takes numeric fields 1.Launch OpenSearch Dashboard UI
Go to Observability->Event Analytics->Explorer
2. Enter PPL Query and select "Year to date" option from calendar
3. Click Refresh
4. Click on Visualizations tab
5. Select the Vertical bar chart option from chart selector dropdown
6. Click on '+ Add color theme' link
7. Select field from the field dropdown
The Field dropdown should have all the other fields apart from numeric ones Sprint 3 Functional Bug is already raised in git #959 Pratibha
3 The resizable icon for fields section gets changed along with Data Config panel resizable icon when we collapse Data Config panel. 1.Launch OpenSearch Dashboard UI
Go to Observability->Event Analytics->Explorer
2. Enter PPL Query and select "Year to date" option from calendar
3. Click Refresh
4. Click on Visualizations tab
5. Select the Vertical bar chart option from chart selector dropdown
6. Click on Data Config resizable icon
The resizable icon for fields section should not change if the user clicks on Data Config panel resizable icon Sprint 3 Functional Pratibha
4 1. Legends are getting distorted after dragging resizable button.
2. Data Config panel combo box icons are getting distorted after dragging resizable button.
1. Go to Observability/Event Analytics/Explorer page
2. Select any chart from the chart selector
3. Drag the resizable buttons that are on both the sides of the chart and observe the issue.
The legends and combo box icons should be properly aligned even after dragging the resizable buttons. Sprint 2 UI Bug is already raised in Git #865 Pratibha
5 Add update chart button for data configuration panel 1.Launch OpenSearch Dashboard UI
Go to Observability->Event Analytics->Explorer
2. Enter PPL Query and select "Year to date" option from calendar
3. Click Refresh
4. Click on Visualizations tab
5. Select any chart from the dropdown options
Update chart button to be visible for data configurations and changes should be applied only when the user clicks on update chart. Sprint 2 UI Bug is already raised in Git #887 Ruchika
6 On click of Reset button on visualization the input field value does not gets reset 1. Go to Observability/Event Analytics/Explorer page
2. Select any chart from the chart selector which has Input field
e.g. bar chart has input field of 'Label Size'
( In Time Series 'Legend Size' and 'Label Size', Gauge has 'Title Size' and 'Value Size' like this etc.)
3. Give value as 20 for Label Size
4. Click Reset
 The Label Size should set to auto Sprint 2 Functional Bug is already raised in git #890 Nidhi
7 If there are Multiple Dimension in a search query then 'Data Configuration' panel only takes last dimension 1. Go to Observability/Event Analytics/Explorer page
2. Put a search query 
3. Select timestamp as 'Year to date', click Refresh
4. In 'Data Configuration' Panel, click on field of Dimension
Here we should see all the dimension as there in query, in our case timestamp, clientip and host Sprint 2 Functional Bug is already raised in git #891 Nidhi
8 The default value for input field and slider are not constant for different chart 1. Go to Observability/Event Analytics/Explorer page
2. Go to Visualizations
3. Here the default value for input field and slider are not constant for different chart
e.g. For bar chart the default line width value is 1 and the default Fill opacity value is 80
while for time series the default line width value is 2 and the default Fill opacity value is 40
The value for these slider should be constant among the charts so that it can help also while creating a cypress test case we need not to take different value for different charts Sprint 2 Functional Bug is already raised in git #896 Nidhi
9 Add Columns in Data Configuration for Logs View 1. Go to Observability/Event Analytics/Explorer page
2. Navigate to Visualizations page
3. Select Logs view from chart dropdown selector
4. Look at the issue in Data Configuration panel
Columns field should be available in Data Configuration panel Sprint 3 Functional Bug is already raised in git #926 Pratibha
10 Mode option for Bar and Pie chart 1. Go to Observability/Event Analytics/Explorer page
2. Navigate to Visualizations page
3. Select 'Stack' option in Mode for Bar chart
4. Select Pie chart from chart dropdown
5. Observe the issue
Proper details should load for Pie chart Sprint 3 Functional Bug is already raised in git #934 Pratibha
11 Table view toggle button gets enabled for Heatmap chart 
(After removing stats from the PPL query when we select Heatmap chart from the chart selector the table view gets enabled and when we click on table view toggle button the page turns blank)
1. Go to Observability/Event Analytics/Explorer page
2. Navigate to Visualizations page
3. Remove stats section from the PPL query and click on Refresh button
4. Select the Heatmap chart option from chart selector dropdown
5. Click on table view toggle button
6. Observe the issue
If we don't have stats in the PPL query then the table view toggle button should be disabled Sprint 3 Functional Bug is already raised in git #936 Pratibha
12 When we delete any saved Visualization from Event analytics a placeholder is left in Operational panel for the same Visualization with an error message 1. Go to Observability/Event Analytics/Explorer page
2. Navigate to Visualizations page
3. Select any chart option from chart selector dropdown
4. Save the chart with proper name and details
5. Go the Operational panel and select the saved visualization
6. Look the saved chart details on Operational panel
7. Delete the saved chart from Event Analytics and repeat steps 5 and 6
8.Observe the issue where in place of chart details error message is visible
Chart should not be visible on Operational panel once deleted. Sprint 3 Functional Bug is already raised in git #953 Pratibha
No. Observations/Suggestions Steps to reproduce Sprint UI/Functional Expected result Reporter
1 Orientation option does not make any sense if we have separate Vertical and Horizontal bar charts Sprint 3 UI Orientation section can be removed for Vertical and Horizontal charts Pratibha
2 Significance of custom label in Data Configuration panel when there are no changes in the chart for Vertical bar chart Sprint 3 Functional Pratibha
3 Values on x-axis are overlapping Sprint 3 UI Pratibha
4 Need to changes Logs View to Logs view to maintain consistency between all other chart names Sprint 3 UI Pratibha
5 Once the event details page is scrolled till the end the visualizations page starts to scroll even when the cursor is on the event details page. Sprint 3 Functional The Visualizations page should not be scrollable Pratibha
6 Need space between heat and map in heatmap chart name Sprint 3 UI Pratibha
7 Significance of 'Pie' option in Mode section after rendering Pie chart. Sprint 3 UI Pratibha
8 Can we make Mode option same for Pie and Bar chart as we have buttons for Bar chart and dropdown for Pie chart? Sprint 3 UI Pratibha
9 Significance of fields name as options for Pie chart Mode section dropdown? Sprint 3 UI Pratibha
10 User is able to create multiple Operational panels with the same name. Can this be restricted? Sprint 3 Functional Pratibha
11 For treemap chart the sapce is not same on both the sides of the chart Render Treemap chart Sprint 3 UI Pratibha
12 Need warning message for tooltip when adding negative numbers for Legend Size for Pie chart 1. Render Pie chart
2. Try to give negative value to Legend size
Sprint 3 UI Pratibha
13 Need horizontal scrollbar for color theme section when user has more than 2 parents for Treemap chart on selecting multicolored option 1. Render Treemap chart with PPL query
2. Select Parent 1, Parent 2 and Parent 3 in the Data Config panel
3. Click on Update chart button
4. Select multicolored option from Color theme and Chart styles section
Sprint 3 UI Pratibha
14 Title functionality is not working for Logs view 1. Render Logs view with PPL query
2. Type "Logs view" in title textbox
Sprint 3 Functional
15 For Time Series if legend is hidden the postion and legend size should not be visible 1. Go to Observability->Event Analytics->Explorer
2. Put a ppl query which has timestamp, select time year to date
3. click Refresh
4. select the Timeseries/scatter chart- >
here we see the option of Position  and Legend Size under 'Legend', these option should be Disable when we select the Legend for Hidden
Main UI Nidhi
16 For Gauge the show threshold label and show threshold marker should be under threshold button 1. Go to Observability->Event Analytics->Explorer
2. Put a ppl query which has timestamp, select time year to date
3. click Refresh
4. select the Gauge chart- >here we see the option of 'show legend label' and 'show legend marker' but these option should be under Threshold button only
Main UI Nidhi
17 For Vertical bar and histogram chart if we make the legend position as bottom and we rotate the labels also , they overlap 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Select the respective charts and make the legend position as bottom , also rotate the label to say 60 degree
4. Observe the issue -> both of them get overrlapped

NOTE - For the same query and for some others as well even after not changing the default settings some of the x-axis values are overrlapping
Main UI

The values should not overrlap and must be visible
clearly









Naman
18 For Vertical bars and histograms ,on entering the ppl query , the data being fetched in case of main branch and EC2 are differing , hence slight change in visualization 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Observe the visualization for both main branch and EC2 instance + also observe the data section and the change in the values being fetched.
Main Functional Same data must be fetched in both the cases , hence
visualization must also appear same.
Naman
19 For vertical bar chart the label size is accepting negative value and initially processing it as well 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query and go to visualization .
3. Select  vertical bar chart and enter label size as -20 , observe the change in the label size in visualization .
Main Functional On providing negative values to label size , nothing must happen to the
visualization.
Naman
20 For vertical bar chart , changing the orientation to horizontal results in overlapping of the x-axis values for some queries . 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Select vertical bar chart and change orientation to horizontal and observe the issue .
Main UI No overrlapping must happen Naman
21 For the Histogram the bucket size and bucket offset in accepting  negative input and processing it .
1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Select histogram chart and enter some negative value to the bucket size and bucket offset (say -100 , -50) , observe the change in the visualization .
Main Functional No change must happen on negative values provided . Naman
22 For Histogram, In the data panel section the legend option is seen at the end , while for other charts it happens to be between the panel options
and the chart styles

1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query and go to visualization .
3. Check the position of the legend option which is at the end .
Main UI The position of the legend option panel must be same for all charts
Naman
23 In the Heatmap, on saving the visualization it throws an error saying :-
(  Invalid value options configuration selected. ) and does not save it .
1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Click on save and give a name say heatmap 1 .
Main Functional The chart should get saved in the operational panel
section
Naman
24 In Stats chart for metrics unit the input should be a string and no number must be accepted + On resizing the window and entering the Metric Unit say (cm) the Title size gets overlapped 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3. Adjust the right side panel a little bit and Try entering any unit say (cm) input in the metric unit section . Observe the overrlapping of metric units
4. Enter a numeric input in metric unit section and check the visualization.
Main Functional No overrlapping must happen for the metric values +
numeric values should not be accepted for the metric unit
Naman
25 In Stats chart on providing negative value to metric precision , the UI gets crashed 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query and  go to visualization
3. Enter a negative value to the metric precision and observe the issue .
Main Functional Negative value must not affect the visualization . Naman
26 In Stats chart on giving negative value to Title size and value size , they get processed 1. Go to Observability/Event analytics/Explorer.
2. Enter ppl query
3.Give negative values to title size and value size
Main Functional No change must happen on negative values provided . Naman
@pratibhapandey16 pratibhapandey16 added enhancement New feature or request untriaged labels Aug 30, 2022
@mengweieric mengweieric added the v2.4.0 'Issues and PRs related to version v2.4.0' label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

No branches or pull requests

3 participants