Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flyteorg/flyte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 306bc12309ff479bcc63eb445c4ed18e01ea9634
Choose a base ref
..
head repository: flyteorg/flyte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d7e21cb6092c8ec5ad3feeb5381a6bd91b38c621
Choose a head ref
3 changes: 2 additions & 1 deletion flytepropeller/pkg/apis/flyteworkflow/v1alpha1/gate_test.go
Original file line number Diff line number Diff line change
@@ -2,12 +2,13 @@ package v1alpha1

import (
"bytes"
"testing"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"github.com/golang/protobuf/jsonpb"
"github.com/golang/protobuf/proto"
"github.com/stretchr/testify/assert"
"google.golang.org/protobuf/types/known/durationpb"
"testing"
)

func mockMarshalPbToBytes(msg proto.Message) ([]byte, error) {
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package v1alpha1

import (
"testing"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"github.com/stretchr/testify/assert"
"testing"
)

func TestIdentifierJSONMarshalling(t *testing.T) {
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package v1alpha1

import (
"testing"

"github.com/stretchr/testify/assert"
"k8s.io/apimachinery/pkg/runtime"
"testing"
)

func TestKind(t *testing.T) {
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package v1alpha1

import (
"testing"

"github.com/flyteorg/flyte/flyteidl/gen/pb-go/flyteidl/core"
"github.com/stretchr/testify/assert"
"testing"
)

func TestWorkflowNodeSpec_GetLaunchPlanRefID(t *testing.T) {