Skip to content

Commit de1ef96

Browse files
authored
Fix file process test and update deps (#64)
1 parent 5f8b574 commit de1ef96

2 files changed

Lines changed: 80 additions & 49 deletions

File tree

Gemfile.lock

Lines changed: 79 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -11,86 +11,106 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
ast (2.4.2)
15-
base64 (0.2.0)
16-
bigdecimal (3.2.3)
17-
google-protobuf (4.32.1)
14+
ast (2.4.3)
15+
base64 (0.3.0)
16+
bigdecimal (3.3.1)
17+
google-protobuf (4.33.0)
1818
bigdecimal
1919
rake (>= 13)
20-
google-protobuf (4.32.1-aarch64-linux-gnu)
20+
google-protobuf (4.33.0-aarch64-linux-gnu)
2121
bigdecimal
2222
rake (>= 13)
23-
google-protobuf (4.32.1-arm64-darwin)
23+
google-protobuf (4.33.0-aarch64-linux-musl)
2424
bigdecimal
2525
rake (>= 13)
26-
google-protobuf (4.32.1-x86-linux-gnu)
26+
google-protobuf (4.33.0-arm64-darwin)
2727
bigdecimal
2828
rake (>= 13)
29-
google-protobuf (4.32.1-x86_64-darwin)
29+
google-protobuf (4.33.0-x86-linux-gnu)
3030
bigdecimal
3131
rake (>= 13)
32-
google-protobuf (4.32.1-x86_64-linux-gnu)
32+
google-protobuf (4.33.0-x86-linux-musl)
3333
bigdecimal
3434
rake (>= 13)
35-
googleapis-common-protos-types (1.19.0)
36-
google-protobuf (>= 3.18, < 5.a)
37-
grpc (1.71.0)
35+
google-protobuf (4.33.0-x86_64-darwin)
36+
bigdecimal
37+
rake (>= 13)
38+
google-protobuf (4.33.0-x86_64-linux-gnu)
39+
bigdecimal
40+
rake (>= 13)
41+
google-protobuf (4.33.0-x86_64-linux-musl)
42+
bigdecimal
43+
rake (>= 13)
44+
googleapis-common-protos-types (1.22.0)
45+
google-protobuf (~> 4.26)
46+
grpc (1.76.0)
47+
google-protobuf (>= 3.25, < 5.0)
48+
googleapis-common-protos-types (~> 1.0)
49+
grpc (1.76.0-aarch64-linux-gnu)
3850
google-protobuf (>= 3.25, < 5.0)
3951
googleapis-common-protos-types (~> 1.0)
40-
grpc (1.71.0-aarch64-linux)
52+
grpc (1.76.0-aarch64-linux-musl)
4153
google-protobuf (>= 3.25, < 5.0)
4254
googleapis-common-protos-types (~> 1.0)
43-
grpc (1.71.0-arm64-darwin)
55+
grpc (1.76.0-arm64-darwin)
4456
google-protobuf (>= 3.25, < 5.0)
4557
googleapis-common-protos-types (~> 1.0)
46-
grpc (1.71.0-x86-linux)
58+
grpc (1.76.0-x86-linux-gnu)
4759
google-protobuf (>= 3.25, < 5.0)
4860
googleapis-common-protos-types (~> 1.0)
49-
grpc (1.71.0-x86_64-darwin)
61+
grpc (1.76.0-x86-linux-musl)
5062
google-protobuf (>= 3.25, < 5.0)
5163
googleapis-common-protos-types (~> 1.0)
52-
grpc (1.71.0-x86_64-linux)
64+
grpc (1.76.0-x86_64-darwin)
5365
google-protobuf (>= 3.25, < 5.0)
5466
googleapis-common-protos-types (~> 1.0)
55-
json (2.9.1)
56-
language_server-protocol (3.17.0.3)
67+
grpc (1.76.0-x86_64-linux-gnu)
68+
google-protobuf (>= 3.25, < 5.0)
69+
googleapis-common-protos-types (~> 1.0)
70+
grpc (1.76.0-x86_64-linux-musl)
71+
google-protobuf (>= 3.25, < 5.0)
72+
googleapis-common-protos-types (~> 1.0)
73+
json (2.16.0)
74+
language_server-protocol (3.17.0.5)
75+
lint_roller (1.1.0)
5776
logger (1.7.0)
58-
minitest (5.25.4)
77+
minitest (5.26.1)
5978
mustermann (3.0.4)
6079
ruby2_keywords (~> 0.0.1)
61-
nio4r (2.7.4)
62-
oj (3.16.10)
80+
nio4r (2.7.5)
81+
oj (3.16.12)
6382
bigdecimal (>= 3.0)
6483
ostruct (>= 0.2)
6584
opentelemetry-api (1.7.0)
66-
opentelemetry-common (0.22.0)
85+
opentelemetry-common (0.23.0)
6786
opentelemetry-api (~> 1.0)
68-
opentelemetry-exporter-otlp (0.30.0)
87+
opentelemetry-exporter-otlp (0.31.1)
6988
google-protobuf (>= 3.18)
7089
googleapis-common-protos-types (~> 1.3)
7190
opentelemetry-api (~> 1.1)
7291
opentelemetry-common (~> 0.20)
73-
opentelemetry-sdk (~> 1.2)
92+
opentelemetry-sdk (~> 1.10)
7493
opentelemetry-semantic_conventions
7594
opentelemetry-registry (0.4.0)
7695
opentelemetry-api (~> 1.1)
77-
opentelemetry-sdk (1.9.0)
96+
opentelemetry-sdk (1.10.0)
7897
opentelemetry-api (~> 1.1)
7998
opentelemetry-common (~> 0.20)
8099
opentelemetry-registry (~> 0.2)
81100
opentelemetry-semantic_conventions
82101
opentelemetry-semantic_conventions (1.36.0)
83102
opentelemetry-api (~> 1.0)
84-
ostruct (0.6.1)
85-
parallel (1.26.3)
86-
parser (3.3.6.0)
103+
ostruct (0.6.3)
104+
parallel (1.27.0)
105+
parser (3.3.10.0)
87106
ast (~> 2.4.1)
88107
racc
89-
puma (7.0.0)
108+
prism (1.6.0)
109+
puma (7.1.0)
90110
nio4r (~> 2.0)
91111
racc (1.8.1)
92-
rack (3.2.1)
93-
rack-protection (4.1.1)
112+
rack (3.2.4)
113+
rack-protection (4.2.1)
94114
base64 (>= 0.1.0)
95115
logger (>= 1.6.0)
96116
rack (>= 3.0.0, < 4)
@@ -100,27 +120,29 @@ GEM
100120
rackup (2.2.1)
101121
rack (>= 3)
102122
rainbow (3.1.1)
103-
rake (13.3.0)
104-
regexp_parser (2.10.0)
105-
rubocop (1.70.0)
123+
rake (13.3.1)
124+
regexp_parser (2.11.3)
125+
rubocop (1.81.7)
106126
json (~> 2.3)
107-
language_server-protocol (>= 3.17.0)
127+
language_server-protocol (~> 3.17.0.2)
128+
lint_roller (~> 1.1.0)
108129
parallel (~> 1.10)
109130
parser (>= 3.3.0.2)
110131
rainbow (>= 2.2.2, < 4.0)
111132
regexp_parser (>= 2.9.3, < 3.0)
112-
rubocop-ast (>= 1.36.2, < 2.0)
133+
rubocop-ast (>= 1.47.1, < 2.0)
113134
ruby-progressbar (~> 1.7)
114135
unicode-display_width (>= 2.4.0, < 4.0)
115-
rubocop-ast (1.37.0)
116-
parser (>= 3.3.1.0)
136+
rubocop-ast (1.48.0)
137+
parser (>= 3.3.7.2)
138+
prism (~> 1.4)
117139
ruby-progressbar (1.13.0)
118140
ruby2_keywords (0.0.5)
119-
sinatra (4.1.1)
141+
sinatra (4.2.1)
120142
logger (>= 1.6.0)
121143
mustermann (~> 3.0)
122144
rack (>= 3.0.0, < 4)
123-
rack-protection (= 4.1.1)
145+
rack-protection (= 4.2.1)
124146
rack-session (>= 2.0.0, < 3)
125147
tilt (~> 2.0)
126148
temporalio (1.0.0)
@@ -129,6 +151,9 @@ GEM
129151
temporalio (1.0.0-aarch64-linux)
130152
google-protobuf (>= 3.25.0)
131153
logger
154+
temporalio (1.0.0-aarch64-linux-musl)
155+
google-protobuf (>= 3.25.0)
156+
logger
132157
temporalio (1.0.0-arm64-darwin)
133158
google-protobuf (>= 3.25.0)
134159
logger
@@ -138,18 +163,25 @@ GEM
138163
temporalio (1.0.0-x86_64-linux)
139164
google-protobuf (>= 3.25.0)
140165
logger
166+
temporalio (1.0.0-x86_64-linux-musl)
167+
google-protobuf (>= 3.25.0)
168+
logger
141169
tilt (2.6.1)
142-
unicode-display_width (3.1.4)
143-
unicode-emoji (~> 4.0, >= 4.0.4)
144-
unicode-emoji (4.0.4)
170+
unicode-display_width (3.2.0)
171+
unicode-emoji (~> 4.1)
172+
unicode-emoji (4.1.0)
145173

146174
PLATFORMS
147175
aarch64-linux
176+
aarch64-linux-gnu
177+
aarch64-linux-musl
148178
arm64-darwin
149179
ruby
150-
x86-linux
180+
x86-linux-gnu
181+
x86-linux-musl
151182
x86_64-darwin
152-
x86_64-linux
183+
x86_64-linux-gnu
184+
x86_64-linux-musl
153185

154186
DEPENDENCIES
155187
minitest
@@ -165,4 +197,4 @@ DEPENDENCIES
165197
temporalio
166198

167199
BUNDLED WITH
168-
2.5.17
200+
2.6.9

test/worker_specific_task_queues/file_processing_workflow_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ def test_workflow
4646
unique_worker = Temporalio::Worker.new(
4747
client: env.client,
4848
task_queue: unique_task_queue,
49-
activities: [WorkerSpecificActivities::DownloadFileActivity, WorkerSpecificActivities::WorkOnFileActivity,
50-
WorkerSpecificActivities::CleanupFileActivity]
49+
activities: [DownloadFileActivity, WorkOnFileActivity, CleanupFileActivity]
5150
)
5251

5352
# Run worker until completion of the block

0 commit comments

Comments
 (0)