Skip to content

Commit

Permalink
Add failed_test test cases to OSD section
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 16, 2024
1 parent 86b9d43 commit d79bf98
Show file tree
Hide file tree
Showing 52 changed files with 3,458 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.0000" tests="1" failures="1">
<testsuite name="Root Suite" timestamp="2024-09-05T20:22:44" tests="0" file="cypress/integration/plugins/index-management-dashboards-plugin/force_merge.js" time="0.0000" failures="0">
</testsuite>
<testsuite name="force_merge" timestamp="2024-09-05T20:22:44" tests="0" time="0.0000" failures="0">
</testsuite>
<testsuite name="force merge" timestamp="2024-09-05T20:22:45" tests="1" time="0.0000" failures="1">
<testcase name="force_merge force merge force merge data stream / index / alias successfully" time="0.0000" classname="force merge data stream / index / alias successfully">
<failure message="Timed out retrying after 60000ms: Expected to find content: &apos;Configure source index&apos; but never did." type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Configure source index' but never did.
at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/plugins/index-management-dashboards-plugin/force_merge.js:205:10)]]></failure>
</testcase>
</testsuite>
</testsuites>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.0000" tests="1" failures="1">
<testsuite name="Root Suite" timestamp="2024-09-05T20:18:56" tests="0" file="cypress/integration/plugins/index-management-dashboards-plugin/aliases.js" time="0.0000" failures="0">
</testsuite>
<testsuite name="Aliases" timestamp="2024-09-05T20:18:56" tests="0" time="0.0000" failures="0">
</testsuite>
<testsuite name="can be searched / sorted / paginated" timestamp="2024-09-05T20:19:02" tests="1" time="0.0000" failures="1">
<testcase name="Aliases can be searched / sorted / paginated &quot;before each&quot; hook for &quot;successfully&quot;" time="0.0000" classname="&quot;before each&quot; hook for &quot;successfully&quot;">
<failure message="Timed out retrying after 60000ms: Expected to find content: &apos;Rows per page&apos; but never did.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Aliases`" type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Rows per page' but never did.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Aliases`
at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/plugins/index-management-dashboards-plugin/aliases.js:188:8)]]></failure>
</testcase>
</testsuite>
</testsuites>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.0000" tests="1" failures="1">
<testsuite name="Root Suite" timestamp="2024-09-05T20:23:59" tests="0" file="cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js" time="0.0000" failures="0">
</testsuite>
<testsuite name="Indices" timestamp="2024-09-05T20:23:59" tests="0" time="0.0000" failures="0">
</testsuite>
<testsuite name="can be searched" timestamp="2024-09-05T20:23:59" tests="1" time="0.0000" failures="1">
<testcase name="Indices can be searched &quot;before each&quot; hook for &quot;successfully&quot;" time="0.0000" classname="&quot;before each&quot; hook for &quot;successfully&quot;">
<failure message="Timed out retrying after 60000ms: Expected to find content: &apos;Rows per page&apos; but never did.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Indices`" type="AssertionError"><![CDATA[AssertionError: Timed out retrying after 60000ms: Expected to find content: 'Rows per page' but never did.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Indices`
at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js:185:8)]]></failure>
</testcase>
</testsuite>
</testsuites>
Loading

0 comments on commit d79bf98

Please sign in to comment.