Skip to content
Open
6 changes: 5 additions & 1 deletion packages/orchestrator/pkg/nfsproxy/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/exec"
"github.com/testcontainers/testcontainers-go/log"
"github.com/willscott/go-nfs"
"go.uber.org/zap"

"github.com/e2b-dev/infra/packages/orchestrator/pkg/cfg"
Expand Down Expand Up @@ -140,7 +141,10 @@ func TestIntegrationTest(t *testing.T) {

createVolumeDir(t, builder, volumeType, teamID, volumeID)

s, err := NewProxy(t.Context(), builder, sandboxes, nfscfg.Config{})
s, err := NewProxy(t.Context(), builder, sandboxes, nfscfg.Config{
Logging: true,
NFSLogLevel: nfs.DebugLevel,
})
require.NoError(t, err)
go func() {
err := s.Serve(nfsListener)
Expand Down
48 changes: 0 additions & 48 deletions packages/orchestrator/pkg/nfsproxy/logged/change.go

This file was deleted.

78 changes: 0 additions & 78 deletions packages/orchestrator/pkg/nfsproxy/logged/file.go

This file was deleted.

153 changes: 0 additions & 153 deletions packages/orchestrator/pkg/nfsproxy/logged/fs.go

This file was deleted.

Loading
Loading