Skip to content

Commit

Permalink
fix shutdown hang when enable socket (dapr#835)
Browse files Browse the repository at this point in the history
* fix shutdown hang when enable socket

Signed-off-by: Loong <loong.dai@intel.com>

* feedback

Signed-off-by: Loong <loong.dai@intel.com>

Co-authored-by: Loong <loong.dai@intel.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Signed-off-by: Andy Le <anhldbk@gmail.com>
  • Loading branch information
3 people authored and anhldbk committed Dec 22, 2021
1 parent d9e3ad1 commit d2fe1e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/standalone/standalone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ const (
daprDashboardVersion = "0.9.0"
)

// Removing unix domain socket tests till shutdown API with unix domain sockets is fixed.
// https://github.com/dapr/dapr/issues/3894
var socketCases = []string{""}
var socketCases = []string{"", "/tmp"}

func TestStandaloneInstall(t *testing.T) {
// Ensure a clean environment.
Expand Down

0 comments on commit d2fe1e0

Please sign in to comment.