Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Raw output prefix #169

Merged
merged 16 commits into from
Aug 12, 2020
Prev Previous commit
Next Next commit
make goimports
Yee Hing Tong committed Aug 7, 2020
commit 86338109f61decf4013c795dcba1171011985e7e
3 changes: 2 additions & 1 deletion pkg/controller/nodes/executor_test.go
Original file line number Diff line number Diff line change
@@ -4,11 +4,12 @@ import (
"context"
"errors"
"fmt"
"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"
"reflect"
"testing"
"time"

"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"

"github.com/lyft/flyteidl/gen/pb-go/flyteidl/event"
"github.com/lyft/flytestdlib/promutils/labeled"
"github.com/lyft/flytestdlib/storage"
3 changes: 2 additions & 1 deletion pkg/controller/nodes/node_exec_context_test.go
Original file line number Diff line number Diff line change
@@ -2,9 +2,10 @@ package nodes

import (
"context"
"testing"

"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"
mocks2 "github.com/lyft/flytepropeller/pkg/controller/executors/mocks"
"testing"

"github.com/lyft/flyteidl/gen/pb-go/flyteidl/core"
"github.com/lyft/flyteplugins/go/tasks/pluginmachinery/ioutils"
3 changes: 2 additions & 1 deletion pkg/controller/workflow/executor_test.go
Original file line number Diff line number Diff line change
@@ -5,11 +5,12 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"
"strconv"
"testing"
"time"

"github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin"

"github.com/lyft/flytestdlib/contextutils"
"github.com/lyft/flytestdlib/promutils/labeled"
"github.com/stretchr/testify/mock"