Skip to content

NET 6318 - Go/Terraform Version Upgrade + E2E passing#1071

Merged
asheshvidyut merged 33 commits intomainfrom
NET-6318
Oct 30, 2023
Merged

NET 6318 - Go/Terraform Version Upgrade + E2E passing#1071
asheshvidyut merged 33 commits intomainfrom
NET-6318

Conversation

@asheshvidyut
Copy link
Contributor

@asheshvidyut asheshvidyut commented Oct 27, 2023

Bump Go Version - 1.20.10
Updated Terraform Version - 1.6.2
Make E2E tests passing

@asheshvidyut asheshvidyut changed the title Work In Progress - Net 6318 NET 6318 - Go Version Upgrade + E2E passing Oct 27, 2023
@asheshvidyut asheshvidyut changed the title NET 6318 - Go Version Upgrade + E2E passing NET 6318 - Go/Terraform Version Upgrade + E2E passing Oct 27, 2023
// check scheduled task did not trigger immediately and ran only on schedule
api.WaitForEvent(t, cts, taskName, registerTime, scheduledWait)
checkScheduledRun(t, taskName, registerTime, taskSchedule, port)
time.Sleep(defaultWaitForTestReadiness)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Had to add this and the same one below this to make the E2E test pass.
Will this be because of #1067 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Most likely! This is fine in the short term to get the release back on track, but could you follow up later and add a more dynamic wait? Like in validateService, keep checking for the expected state with more of a polling mechanism.

Copy link
Contributor

@mkam mkam Oct 27, 2023

Choose a reason for hiding this comment

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

Also might be better to have a shorter wait that's closer to the delay you added. So maybe 15 seconds instead of 30 seconds. But not a big deal right now since you're trying to release.

@asheshvidyut asheshvidyut requested a review from a team October 27, 2023 09:51
@asheshvidyut asheshvidyut requested a review from a team as a code owner October 27, 2023 09:51
@asheshvidyut asheshvidyut removed the request for review from a team October 27, 2023 09:51
@asheshvidyut asheshvidyut requested a review from mkam October 27, 2023 10:33
Copy link
Contributor

@mkam mkam left a comment

Choose a reason for hiding this comment

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

LGTM. You'll also need to add entries in the changelog for the go version upgrade and the Terraform support either in this PR or in a follow up PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants