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

Add Central Connectivity Validator fast integration tests #11676

Merged

Conversation

rafalpotempa
Copy link
Contributor

Description

Changes proposed in this pull request:

  • ...

Related issue(s)

#11654

@rafalpotempa rafalpotempa added area/application-connector Issues or PRs related to application connectivity area/quality Related to all activites around quality labels Jul 13, 2021
@rafalpotempa rafalpotempa self-assigned this Jul 13, 2021
@kyma-bot kyma-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 13, 2021
@kyma-bot kyma-bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 13, 2021
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 15, 2021
@netlify
Copy link

netlify bot commented Jul 20, 2021

✔️ 🥰 Documentation preview ready! 🥰

🔨 Explore the source changes: af93699

🔍 Inspect the deploy log: https://app.netlify.com/sites/kyma-project-docs-preview/deploys/61027c745a1c6e0007e3df23

😎 Browse the preview: https://deploy-preview-11676--kyma-project-docs-preview.netlify.app

tests/fast-integration/installer/index.js Outdated Show resolved Hide resolved
tests/fast-integration/test/1-install.js Outdated Show resolved Hide resolved
tests/fast-integration/test/2-commerce-mock.js Outdated Show resolved Hide resolved
@rafalpotempa rafalpotempa force-pushed the central-connectivity-validator branch from c2096a6 to 6203ac2 Compare August 2, 2021 07:16
@rafalpotempa
Copy link
Contributor Author

/test pre-main-kyma-integration-k3s-compass-dev

1 similar comment
@rafalpotempa
Copy link
Contributor Author

/test pre-main-kyma-integration-k3s-compass-dev

franpog859
franpog859 previously approved these changes Aug 2, 2021
Copy link
Contributor

@franpog859 franpog859 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Only one minor thing

tests/fast-integration/kyma.js Outdated Show resolved Hide resolved
@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 2, 2021
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Aug 2, 2021
franpog859
franpog859 previously approved these changes Aug 2, 2021
@@ -44,15 +42,15 @@ describe("Kyma with Compass test", async function() {
return;
}

await installer.installKyma({withCompass: true, skipComponents, withCentralApplicationGateway});
await installer.installKyma({skipComponents: componentsToSkip, withCompass: true, withCentralAppConnectivity: withCentralAppConnectivity});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now it's like this:

await installer.installKyma({withCompass: true, withCentralAppConnectivity: withCentralAppConnectivity, componentsToSkip});

@kyma-bot kyma-bot removed the lgtm Looks good to me! label Aug 3, 2021
@@ -42,7 +42,7 @@ describe("Kyma with Compass test", async function() {
return;
}

await installer.installKyma({skipComponents: componentsToSkip, withCompass: true, withCentralAppConnectivity: withCentralAppConnectivity});
await installer.installKyma({withCompass: true, withCentralAppConnectivity: withCentralAppConnectivity, componentsToSkip});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shorthand for object initialization works when key and value match (you can skip value). In case of skipComponents it is not a case. Rename componentsToSkip variable or keep the long syntax.

@kyma-bot kyma-bot added the lgtm Looks good to me! label Aug 3, 2021
@kyma-bot kyma-bot merged commit 3b6b3b6 into kyma-project:main Aug 3, 2021
@rafalpotempa rafalpotempa deleted the central-connectivity-validator branch August 3, 2021 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/application-connector Issues or PRs related to application connectivity area/quality Related to all activites around quality lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants