Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ----------------------------------------------------------------------------------------------------------------------

# This is the version of the coherence-go-client
VERSION ?=2.3.0-rc2
VERSION ?=2.3.0
CURRDIR := $(shell pwd)
USER_ID := $(shell echo "`id -u`:`id -g`")

Expand Down
6 changes: 1 addition & 5 deletions coherence/coherence_test_helpers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Oracle and/or its affiliates.
* Copyright (c) 2024, 2025 Oracle and/or its affiliates.
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
*/
Expand All @@ -15,10 +15,6 @@ import (

// test helpers

//func SubmitRequest(session *Session, req *pb1.ProxyRequest) (proxyRequestChannel, error) {
// return session.v1StreamManagerCache.submitRequest(req)
//}

func TestEnsureCache(ctx context.Context, session *Session, cache string) (*int32, error) {
return session.v1StreamManagerCache.ensureCache(ctx, cache)
}
Expand Down
Loading