Skip to content

Test: revert signal approach for cancel test#1328

Closed
rkannan82 wants to merge 5 commits into
mainfrom
kannan/revert-signal-test
Closed

Test: revert signal approach for cancel test#1328
rkannan82 wants to merge 5 commits into
mainfrom
kannan/revert-signal-test

Conversation

@rkannan82

Copy link
Copy Markdown
Contributor

Revert signal-based synchronization back to 5s timer to test if cloud test passes.

rkannan82 and others added 3 commits June 9, 2026 22:38
- Move validate() into CoreWfStarter::worker() so all integration tests
  get namespace capabilities populated. Without this, tests checking
  capabilities like worker_commands were silently skipped.
- Disable eager activity dispatch to work around a server bug where
  StartedClock is not set for eager activities, causing the worker
  command cancel path to be skipped.
- Propagate activity errors so the test fails if cancel is not delivered.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rkannan82 rkannan82 force-pushed the kannan/revert-signal-test branch from 206f138 to 2387a56 Compare June 12, 2026 18:58
@rkannan82 rkannan82 marked this pull request as ready for review June 12, 2026 18:58
@rkannan82 rkannan82 requested a review from a team as a code owner June 12, 2026 18:58
@rkannan82 rkannan82 closed this Jun 12, 2026
@rkannan82 rkannan82 reopened this Jun 12, 2026
@rkannan82

Copy link
Copy Markdown
Contributor Author

Test passed after fixing dynamic config. Root cause: enableCancelActivityWorkerCommand was set per-namespace in cloud UI but the deployed server (v1.32.0-156.5) has it as a global bool, so the namespace-scoped value was silently ignored. Fixed by setting it at cell level.

@rkannan82 rkannan82 closed this Jun 12, 2026
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