temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
271 stars 72 forks source link

[Bug] Fix history_length_with_fail_and_timeout::use_cache_2_false::history_responses_case_3_3 flaky test and re-enable #752

Open Sushisource opened 4 months ago

Sushisource commented 4 months ago

Fix this stupid test that consistently flakes in CI but is unreproducible locally. I've looked into this a few times already and it's incredibly hard to figure out what's going on despite it triggering like 75% of the time in CI.

Started a PR (with nothing interesting in it as of issue open time) here: https://github.com/temporalio/sdk-core/pull/749