Skip to content

Commit

Permalink
Add NDC integration test for multiple branches (cadence-workflow#2541)
Browse files Browse the repository at this point in the history
* Add a handcrafted NDC integration test case
* Add handling of panic cleanup for NDC
  • Loading branch information
wxing1292 authored Sep 13, 2019
1 parent a0b17ed commit 7336d27
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 17 deletions.
6 changes: 3 additions & 3 deletions common/persistence/serializer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ import (
"testing"
"time"

"github.com/uber/cadence/common/log"
"github.com/uber/cadence/common/log/loggerimpl"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

workflow "github.com/uber/cadence/.gen/go/shared"
"github.com/uber/cadence/common"
"github.com/uber/cadence/common/log"
"github.com/uber/cadence/common/log/loggerimpl"
)

type (
Expand Down
Loading

0 comments on commit 7336d27

Please sign in to comment.