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

Fix Cloud Slack Dev E2E test after recent changes #1277

Merged
merged 7 commits into from
Sep 29, 2023
Merged

Conversation

pkosiec
Copy link
Member

@pkosiec pkosiec commented Sep 28, 2023

Description

Changes proposed in this pull request:

  • Fix Cloud Slack Dev E2E tests after recent changes
  • Fix integration tests on main
    • I've added missing envs and steps but they still fail 🤔 Something to follow up.

Testing

CI proves it:

@pkosiec pkosiec added the bug Something isn't working label Sep 28, 2023
@pkosiec pkosiec requested review from PrasadG193 and a team as code owners September 28, 2023 12:01
@pkosiec pkosiec marked this pull request as draft September 28, 2023 12:01
@pkosiec pkosiec marked this pull request as ready for review September 28, 2023 13:57
@pkosiec pkosiec added this to the v1.5.0 milestone Sep 28, 2023
@pkosiec pkosiec changed the title Fix Cloud Slack Dev E2E tests after recent changes Fix Cloud Slack Dev E2E and integration tests after recent changes Sep 28, 2023
@pkosiec pkosiec changed the title Fix Cloud Slack Dev E2E and integration tests after recent changes Fix Cloud Slack Dev E2E and branch integration tests after recent changes Sep 28, 2023
@pkosiec pkosiec added the ci Related to CI pipelines label Sep 28, 2023
@pkosiec pkosiec changed the title Fix Cloud Slack Dev E2E and branch integration tests after recent changes Fix Cloud Slack Dev E2E test after recent changes Sep 29, 2023
Copy link
Contributor

@mszostok mszostok left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -88,6 +88,8 @@ func TestCloudSlackE2E(t *testing.T) {
err := envconfig.Init(&cfg)
require.NoError(t, err)

cfg.Slack.Tester.CloudBasedTestEnabled = false // override property used only in the Cloud Slack E2E tests
Copy link
Contributor

Choose a reason for hiding this comment

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

it would be good to differentiate a bit more it as we now have two things named cloud slack e2e tests, maybe sth like:

  • cloud Slack enablement tests
  • cloud Slack conversation tests

but let's follow up on this in a separate PR once you will be back @pkosiec

Co-authored-by: Pawel Kosiec <[email protected]>
@mszostok mszostok enabled auto-merge (squash) September 29, 2023 12:42
@mszostok mszostok merged commit 7c230f7 into main Sep 29, 2023
19 checks passed
@mszostok mszostok deleted the fix-cloud-slack-tests branch September 29, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Related to CI pipelines
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants