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

[Test] unit test telemetry_management_section.test.tsx is skipped now #521

Closed
ananzh opened this issue Jun 21, 2021 · 0 comments
Closed
Assignees

Comments

@ananzh
Copy link
Member

ananzh commented Jun 21, 2021

Describe the issue

Currently, telemetry_management_section.test.tsx test suite is skipped. To make a clean unit test, we want to explore and decide whether we still need to keep it as skipped.

/src/plugins/telemetry_management_section/public/components/telemetry_management_section.test.tsx
Test Suites: 1 skipped, 0 of 1 total
Tests:       9 skipped, 9 total

To Reproduce
Run:yarn test:jest {path to telemetry_management_section.test.tsx}

Expected behavior
explore the skipped unit tests, check:

  • can we enable all? if yes, create a PR and close the issue

  • can we remove all? if yes, create a PR and close the issue

  • should we keep all? if yes, describe the reasons in the issue.

The final output is expected to be a cleaned unit test with all the skipped ones being checked.

OpenSearch Version
OpenSearch 1.0.0

Dashboards Version
Dashboards 1.0.0

@ananzh ananzh self-assigned this Jun 21, 2021
ananzh added a commit to ananzh/OpenSearch-Dashboards that referenced this issue Jun 23, 2021
All the unit tests related to unused telemetry are temporarily
skipped after the fork. Unit tests of the disabled telemetry
functions should also be modified correspondingly. To build
a clean unit test, we decide to modify and enable all the
working unit tests. This PR checks and enables three test
suites in src/plugins/telemetry_management_section including
opt_in_example_flyout.test.tsx,
opt_in_security_example_flyout.test.tsx,
and telemetry_management_section.test.tsx.

Issues resolved:
opensearch-project#519
opensearch-project#520
opensearch-project#521

Signed-off-by: Anan Zhuang <[email protected]>
ananzh added a commit that referenced this issue Jun 26, 2021
All the unit tests related to unused telemetry are temporarily
skipped after the fork. Unit tests of the disabled telemetry
functions should also be modified correspondingly. To build
a clean unit test, we decide to modify and enable all the
working unit tests. This PR checks and enables three test
suites in src/plugins/telemetry_management_section including
opt_in_example_flyout.test.tsx,
opt_in_security_example_flyout.test.tsx,
and telemetry_management_section.test.tsx.

Issues resolved:
#519
#520
#521

Signed-off-by: Anan Zhuang <[email protected]>
@ananzh ananzh closed this as completed Jun 26, 2021
kavilla pushed a commit that referenced this issue Jun 26, 2021
All the unit tests related to unused telemetry are temporarily
skipped after the fork. Unit tests of the disabled telemetry
functions should also be modified correspondingly. To build
a clean unit test, we decide to modify and enable all the
working unit tests. This PR checks and enables three test
suites in src/plugins/telemetry_management_section including
opt_in_example_flyout.test.tsx,
opt_in_security_example_flyout.test.tsx,
and telemetry_management_section.test.tsx.

Issues resolved:
#519
#520
#521

Signed-off-by: Anan Zhuang <[email protected]>
kavilla pushed a commit that referenced this issue Jun 26, 2021
All the unit tests related to unused telemetry are temporarily
skipped after the fork. Unit tests of the disabled telemetry
functions should also be modified correspondingly. To build
a clean unit test, we decide to modify and enable all the
working unit tests. This PR checks and enables three test
suites in src/plugins/telemetry_management_section including
opt_in_example_flyout.test.tsx,
opt_in_security_example_flyout.test.tsx,
and telemetry_management_section.test.tsx.

Issues resolved:
#519
#520
#521

Signed-off-by: Anan Zhuang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant