Alex Shtin

Results 14 issues of Alex Shtin

**Is your feature request related to a problem? Please describe.** Due to various reasons visibility records might get in-sync with main database. It is possible to reconstruct entire visibility database...

enhancement
visibility

#69 added downcast and panic to `NewWorker` in `internal/worker.go`. This needs to be refactored and removed.

refactoring
tech debt

All details are here: https://github.com/temporalio/temporal/issues/524.

potential-bug

Currently it bypassed by workaround: https://github.com/temporalio/temporal-go-sdk/blob/master/internal/internal_workflow_testsuite_test.go#L1751 but it must be properly fixed.

tech debt

`mocks` package uses `mockery` and we are using `gomocks` everywhere else. Mocks can be easily generated by customers using `mockgen` tool from `gomocks` framework.

tech debt

Separate directory like `test` should contains integration tests for every sample and #15 should run them.

## What was changed Don't use data converter if search attribute value is of `Payload` type. ## Why? `WorkflowInfo` contains search attributes with values encoded in `Payload`. To start child...

We are using tally and our security scanner open this issue: https://github.com/temporalio/temporal/issues/3370. I understand that it was vendored in #104 for a reason, but I believe it is time to...

Not all CLI commands are covered with unit tests and some sort of integration tests need to be added.

## What changed? ## Why? ## How did you test it? ## Potential risks ## Documentation ## Is hotfix candidate?