-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Tests] Update snapshots #222
Conversation
✅ DCO Check Passed |
Updated snapshots using yarn test:jest -u. Unit tests do not pass fully in this commit. But this will setup the work for fixing unit tests. Signed-off-by: Kawika Avilla <[email protected]>
bc3c94b
to
5f85d87
Compare
✅ DCO Check Passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
packages/osd-config/src/raw/__snapshots__/read_config.test.ts.snap
Outdated
Show resolved
Hide resolved
Elasticsearch reference was missed while updating a config. Updated the config and re-ran the snapshot update command. Signed-off-by: Kawika Avilla <[email protected]>
✅ DCO Check Passed b70caf9 |
src/core/server/opensearch/legacy/opensearch_client_config.test.ts
Outdated
Show resolved
Hide resolved
src/core/server/opensearch/legacy/opensearch_client_config.test.ts
Outdated
Show resolved
Hide resolved
While generating more snapshots more Kibana and Elastic references were caught. Updated the source code and re-ran yarn test:jest -u. Signed-off-by: Kawika Avilla <[email protected]>
✅ DCO Check Passed b16b428 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
* [Tests] Update snapshots Updated snapshots using yarn test:jest -u. Unit tests do not pass fully in this commit. But this will setup the work for fixing unit tests. Signed-off-by: Kawika Avilla <[email protected]> * [Test] Update config fixture in OSD config Elasticsearch reference was missed while updating a config. Updated the config and re-ran the snapshot update command. Signed-off-by: Kawika Avilla <[email protected]> * [Tests] Update missing kibana and elastic references While generating more snapshots more Kibana and Elastic references were caught. Updated the source code and re-ran yarn test:jest -u. Signed-off-by: Kawika Avilla <[email protected]>
Description
Updates the snapshots for jest tests. Unit tests shouldn't be passing yet and were not passing prior to this PR. This is to setup work prior to fixing the unit tests.
Snapshots were updated with the following command:
yarn test:jest -u
.Issues Resolved
#207
Check List
Signed-off-by: Kawika Avilla [email protected]