-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add failed_test test cases to OSD section
Signed-off-by: Peter Zhu <[email protected]>
- Loading branch information
1 parent
86b9d43
commit d79bf98
Showing
52 changed files
with
3,458 additions
and
35 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...ementDashboards/with-security/cypress-report/results-5062ecef7f6a298367e7af1cd583a3b0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 'Configure source index' 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> |
17 changes: 17 additions & 0 deletions
17
...ementDashboards/with-security/cypress-report/results-5441c23bc7904f2e3ae807b3892d1826.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "before each" hook for "successfully"" time="0.0000" classname=""before each" hook for "successfully""> | ||
<failure message="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`" 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> |
17 changes: 17 additions & 0 deletions
17
...ementDashboards/with-security/cypress-report/results-5ee10bd8f2a5675fa6c52bb7c8a72851.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "before each" hook for "successfully"" time="0.0000" classname=""before each" hook for "successfully""> | ||
<failure message="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`" 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> |
Oops, something went wrong.