Skip to content

Commit 3c9f7c5

Browse files
authored
dep:upgrade polarismesh/specification to v1.3.0 (#1125)
1 parent f8bb4a5 commit 3c9f7c5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

common/batchjob/batch_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func TestNewBatchControllerDoneTimeout(t *testing.T) {
134134
}(i)
135135
}
136136

137+
t.Log("BatchController already stop")
137138
wg.Wait()
138139
ctrl.Stop()
139140
}

common/batchjob/future.go

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func (f *future) DoneTimeout(timeout time.Duration) (interface{}, error) {
9696
case <-f.ctx.Done():
9797
return nil, f.ctx.Err()
9898
case <-f.setsignal:
99+
f.cancel()
99100
return f.result, f.err
100101
}
101102
}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484

8585
require (
8686
github.com/DATA-DOG/go-sqlmock v1.5.0
87-
github.com/polarismesh/specification v1.3.0-alpha.7
87+
github.com/polarismesh/specification v1.3.0
8888
)
8989

9090
replace gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
321321
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
322322
github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219 h1:XnFyNUWnciM6zgXaz6tm+Egs35rhoD0KGMmKh4gCdi0=
323323
github.com/polarismesh/go-restful-openapi/v2 v2.0.0-20220928152401-083908d10219/go.mod h1:4WhwBysTom9Eoy0hQ4W69I0FmO+T0EpjEW9/5sgHoUk=
324-
github.com/polarismesh/specification v1.3.0-alpha.7 h1:OyG6+xusZVxuUWZ7r3ndC+ROsEzYgAOCcVZZRX1L034=
325-
github.com/polarismesh/specification v1.3.0-alpha.7/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
324+
github.com/polarismesh/specification v1.3.0 h1:O8Lo39Tz6QxhGFX1lLoAG+z1Rthp/+LMTUWBilcXONM=
325+
github.com/polarismesh/specification v1.3.0/go.mod h1:rDvMMtl5qebPmqiBLNa5Ps0XtwkP31ZLirbH4kXA0YU=
326326
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
327327
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
328328
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=

0 commit comments

Comments
 (0)