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

Update setup-go action #1375

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Update setup-go action #1375

merged 2 commits into from
Feb 9, 2024

Conversation

mszostok
Copy link
Collaborator

@mszostok mszostok commented Feb 8, 2024

Description

Changes proposed in this pull request:

@mszostok mszostok added ci Related to CI pipelines other Internal, no user-facing changes. labels Feb 8, 2024
@mszostok mszostok requested a review from pkosiec February 8, 2024 15:55
@mszostok mszostok requested a review from PrasadG193 as a code owner February 8, 2024 15:55
@mszostok mszostok requested a review from a team February 8, 2024 15:55
@@ -380,16 +378,13 @@ func TestCloudSlackE2E(t *testing.T) {

t.Log("Testing ping for not connected deployment #2")
command = "ping"
expectedBlockMessage := notConnectedMessage(deployment2.Name, deployment2.ID)
expectedMessage = fmt.Sprintf("The cluster %s (id: %s) is not connected.", deployment2.Name, deployment2.ID)
Copy link
Collaborator Author

@mszostok mszostok Feb 8, 2024

Choose a reason for hiding this comment

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

In my opinion, we don't need to do the exact match here. Those test checks for the overall flow. The more strict approach for checking messages is implemented in the integration tests. WDYT @pkosiec?

I proved that it is passing here: https://github.com/kubeshop/botkube/actions/runs/7836309606
and here is the one that is not passing on the main: https://github.com/kubeshop/botkube/actions/runs/7832221693/job/21380797568

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sounds good to me 👍

@mszostok mszostok enabled auto-merge (squash) February 9, 2024 07:46
@mszostok mszostok disabled auto-merge February 9, 2024 07:46
@mszostok mszostok enabled auto-merge (squash) February 9, 2024 07:47
@mszostok mszostok merged commit 865191b into kubeshop:main Feb 9, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to CI pipelines other Internal, no user-facing changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants