Skip to content

Commit

Permalink
release resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisonchao committed Mar 5, 2025
1 parent 76dbf88 commit 3541d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oxia/async_client_impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -924,10 +924,12 @@ func TestGetValueWithSessionId(t *testing.T) {
func TestGetWithoutValue(t *testing.T) {
standaloneServer, err := server.NewStandalone(server.NewTestConfig(t.TempDir()))
assert.NoError(t, err)
defer standaloneServer.Close()

serviceAddress := fmt.Sprintf("localhost:%d", standaloneServer.RpcPort())
client, err := NewAsyncClient(serviceAddress)
assert.NoError(t, err)
defer client.Close()

key := "stream"

Expand Down

0 comments on commit 3541d67

Please sign in to comment.