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

Disable more flaky tests #6648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

bergundy
Copy link
Member

@bergundy bergundy commented Oct 11, 2024

Follow up to #6634, the following tests are still flaky:

TestVersioningFunctionalSuite/TestDispatchRetry
TestUpdateWorkflowSdkSuite/TestUpdateWorkflow_TimeoutWorkflowAfterUpdateAccepted

Also increased XDC timeout to 40 minutes since those tests occasionally time out.

@bergundy bergundy requested a review from a team as a code owner October 11, 2024 00:36
@@ -119,7 +119,7 @@ jobs:
- uses: actions/setup-go@v5
if: ${{ !inputs.run_single_functional_test && !inputs.run_single_unit_test }}
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"
Copy link
Member Author

Choose a reason for hiding this comment

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

VS code's fault. I can revert if this bugs anyone.

@@ -139,6 +139,8 @@ func TestReadLevelForAllExpiredTasksInBatch(t *testing.T) {
}

func TestTaskWriterShutdown(t *testing.T) {
t.Skip("flaky test")
Copy link
Member

Choose a reason for hiding this comment

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

this one is fixed here: #6627
please leave this out

Makefile Outdated
TEST_TIMEOUT ?= 30m
# 40 minutes is the upper bound defined for all tests, the longer running ones at the time of writing are XDC tests. The
# 40 minute timeout is also defined in run-tests.yml
TEST_TIMEOUT ?= 40m
Copy link
Member

Choose a reason for hiding this comment

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

there are two spots that need to be updated now, and the values need to be > this value. see 2ccbe18 (#6595)

Copy link
Member

Choose a reason for hiding this comment

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

(btw 6595 makes xdc tests run in < 10 minutes. I'll reduce this after that goes in.)

Copy link
Member Author

Choose a reason for hiding this comment

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

oh wow!

@@ -139,6 +139,8 @@ func TestReadLevelForAllExpiredTasksInBatch(t *testing.T) {
}

func TestTaskWriterShutdown(t *testing.T) {
t.Skip("flaky test")
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll remove this, just saw it was fixed: 2fd735d

Follow up to temporalio#6634, the following tests are still flaky:

```
TestTaskWriterShutdown
TestVersioningFunctionalSuite/TestDispatchRetry
TestUpdateWorkflowSdkSuite/TestUpdateWorkflow_TimeoutWorkflowAfterUpdateAccepted
```

Also increased XDC timeout to 40 minutes since those tests occasionally
time out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants