temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
225 stars 147 forks source link

Add support for unit testing workflow versioning #103

Open mfateev opened 4 years ago

mfateev commented 4 years ago

Is your feature request related to a problem? Please describe. Currently there is no way to test version upgrades of code through unit testing framework.

Describe the solution you'd like It should be possible to execute different upgrade scenarios through unit testing framework.

Describe alternatives you've considered Implement upgrade scenarios through integration testing only.

vitarb commented 4 years ago

We always take code path of the latest version, there is no way to force certain code path.

wayne-yu-anchorage commented 2 weeks ago

Is there still no plan to add this support, 4-year later? @vitarb CC @mfateev