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

[BUG] Flaky tests for dashboards reporting, queryWorkbench and ganttCharts #1113

Open
ps48 opened this issue Feb 19, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@ps48
Copy link
Member

ps48 commented Feb 19, 2024

What is the bug?

ReportsDashboards - failure Details

  1) Cypress
       Download pdf from in-context menu:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `tr.euiTableRow:nth-child(1) > td:nth-child(2) > div:nth-child(2) > a:nth-child(1)`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/plugins/reports-dashboards/04-download.spec.js:179:8)

  2) Cypress
       Download png from in-context menu:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `tr.euiTableRow:nth-child(1) > td:nth-child(2) > div:nth-child(2) > a:nth-child(1)`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/plugins/reports-dashboards/04-download.spec.js:196:8)

Integ Test Build URL: https://build.ci.opensearch.org//blue/organizations/jenkins/integ-test-opensearch-dashboards/detail/integ-test-opensearch-dashboards/5619/pipeline
Distribution Type: osd-2.12.0-7307 rpm
Failed Components: reportsDashboards

GanttChartDashboards - failure Details

  1) Configure panel settings
       Changes y-axis label:
     AssertionError: Timed out retrying after 60000ms: Expected to find element: `text.ytitle`, but never found it.
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\gantt-chart-dashboards\gantt_ui.spec.js:312:8)

QueryWorkbenchDashboards - failure Details



  1) Test and verify SQL downloads
       Download and verify CSV:
     AssertionError: expected 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\r\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\r\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\r\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\r\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England\r\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\r\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\r\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry' to contain 'account_number,firstname,address,balance,gender,city,employer,state,age,email,lastname\n97,Karen,512 Cumberland Walk,49671,F,Fredericktown,Tsunamia,MO,40,[email protected],Trujillo\n168,Carissa,975 Flatbush Avenue,49568,M,Neibert,Zillacom,IL,20,[email protected],Simon\n240,Oconnor,659 Highland Boulevard,49741,F,Kilbourne,Franscene,NH,35,[email protected],Clay\n248,West,717 Hendrickson Place,49989,M,Maury,Obliq,WA,36,[email protected],England\n803,Marissa,963 Highland Avenue,49567,M,Bloomington,Centregy,MS,25,[email protected],Spears\n842,Meagan,833 Bushwick Court,49587,F,Craig,Biospan,TX,23,[email protected],Buckner\n854,Jimenez,603 Cooper Street,49795,F,Moscow,Verton,AL,25,[email protected],Barry'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:354:49)

  2) Test and verify SQL downloads
       Download and verify Text:
     AssertionError: expected 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\r\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\r\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\r\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\r\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England\r\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\r\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\r\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry' to contain 'account_number|firstname|address|balance|gender|city|employer|state|age|email|lastname\n97|Karen|512 Cumberland Walk|49671|F|Fredericktown|Tsunamia|MO|40|[email protected]|Trujillo\n168|Carissa|975 Flatbush Avenue|49568|M|Neibert|Zillacom|IL|20|[email protected]|Simon\n240|Oconnor|659 Highland Boulevard|49741|F|Kilbourne|Franscene|NH|35|[email protected]|Clay\n248|West|717 Hendrickson Place|49989|M|Maury|Obliq|WA|36|[email protected]|England\n803|Marissa|963 Highland Avenue|49567|M|Bloomington|Centregy|MS|25|[email protected]|Spears\n842|Meagan|833 Bushwick Court|49587|F|Craig|Biospan|TX|23|[email protected]|Buckner\n854|Jimenez|603 Cooper Street|49795|F|Moscow|Verton|AL|25|[email protected]|Barry'
      at Context.eval (http://localhost:5601/__cypress/tests?p=cypress\integration\plugins\query-workbench-dashboards\ui.spec.js:354:49)

Integ Test Build URL: https://build.ci.opensearch.org//blue/organizations/jenkins/integ-test-opensearch-dashboards/detail/integ-test-opensearch-dashboards/5621/pipeline
Distribution Type: osd-2.12.0-7307 zip
Failed Components: ganttChartDashboards, queryWorkbenchDashboards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants