-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Added CCS test for data view functionality. #124586
Conversation
…cise the CCS functionality.
c52ee60
to
9a34f1a
Compare
@LeeDr @spalger @stacey-gammon We got this first CCS test passing. @LeeDr and I were talking about next steps regarding whether we would migrate our current discover tests (and any tests that could also use CCS) to use CCS instead of local search. Would we consider local search sufficiently tested if a CCS test passes? Should we duplicate the tests? If so, which benefit most from using CCS in automation? |
I would, yes.
I wouldn't.
I would see if you could integrate CCS into the existing dashboard load tests. They cover a lot of searching, visualization types, embeddable, and filtering. |
💔 All backports failed
How to fixRe-run the backport manually:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* Added CCS test for data view functionality. * Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality. * Adjusted test to use correct port for remote cluster. * Added and corrected config for the tests to be able to run. * Changed test title. * Added functional ccs suite to functional test runner script. * Changed config.ts to config.js * Moved es to before clause. * Added await for an async call. * Added await for an async call. * Updated saved queries test to use CCS. One test is failing, all others are passing. * Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC * Fixed a reference. * Removed the OSS tests since we created CCS versions of them. * Removed tests from index file. * Restored test files per comment with matthias. * Did some cleanup of comments. Co-authored-by: Kibana Machine <[email protected]>
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* Added CCS test for data view functionality. * Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality. * Adjusted test to use correct port for remote cluster. * Added and corrected config for the tests to be able to run. * Changed test title. * Added functional ccs suite to functional test runner script. * Changed config.ts to config.js * Moved es to before clause. * Added await for an async call. * Added await for an async call. * Updated saved queries test to use CCS. One test is failing, all others are passing. * Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC * Fixed a reference. * Removed the OSS tests since we created CCS versions of them. * Removed tests from index file. * Restored test files per comment with matthias. * Did some cleanup of comments. Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 1e16db4)
* Added CCS test for data view functionality. * Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality. * Adjusted test to use correct port for remote cluster. * Added and corrected config for the tests to be able to run. * Changed test title. * Added functional ccs suite to functional test runner script. * Changed config.ts to config.js * Moved es to before clause. * Added await for an async call. * Added await for an async call. * Updated saved queries test to use CCS. One test is failing, all others are passing. * Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC * Fixed a reference. * Removed the OSS tests since we created CCS versions of them. * Removed tests from index file. * Restored test files per comment with matthias. * Did some cleanup of comments. Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 1e16db4) # Conflicts: # scripts/functional_tests.js
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
1 similar comment
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
@cuff-links can you either backport or add a backport-skip label? I'm getting these reminder emails every day. :) |
Will do. I will manually backport these once the PR that it depends on is backported. |
* Added CCS test for data view functionality. (#124586) * Added CCS test for data view functionality. * Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality. * Adjusted test to use correct port for remote cluster. * Added and corrected config for the tests to be able to run. * Changed test title. * Added functional ccs suite to functional test runner script. * Changed config.ts to config.js * Moved es to before clause. * Added await for an async call. * Added await for an async call. * Updated saved queries test to use CCS. One test is failing, all others are passing. * Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC * Fixed a reference. * Removed the OSS tests since we created CCS versions of them. * Removed tests from index file. * Restored test files per comment with matthias. * Did some cleanup of comments. Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 1e16db4) * Fixed the core-migration version on the date_nested_ccs.json Co-authored-by: Kibana Machine <[email protected]>
Closes #124189