Skip to content

Commit a724349

Browse files
authored
Merge pull request #33333 from def-/pr-nightly32
tests: Nightly fixes (2025-08-15 edition)
2 parents 9b1946e + 15e0de9 commit a724349

File tree

6 files changed

+26
-24
lines changed

6 files changed

+26
-24
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
steps:
2222
- id: build-x86_64
2323
label: ":rust: Build x86_64"
24-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
24+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
2525
inputs:
2626
- "*"
2727
artifact_paths: bazel-explain.log
@@ -32,7 +32,7 @@ steps:
3232

3333
- id: build-aarch64
3434
label: ":rust: Build aarch64"
35-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
35+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
3636
inputs:
3737
- "*"
3838
artifact_paths: bazel-explain.log

ci/release-qualification/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
steps:
2222
- id: build-aarch64
2323
label: ":rust: Build aarch64"
24-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
24+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
2525
inputs:
2626
- "*"
2727
artifact_paths: bazel-explain.log
@@ -38,7 +38,7 @@ steps:
3838

3939
- id: build-x86_64
4040
label: ":rust: Build x86_64"
41-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
41+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
4242
inputs:
4343
- "*"
4444
artifact_paths: bazel-explain.log

ci/test/pipeline.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ steps:
5353

5454
- id: build-x86_64-no-lto
5555
label: ":rust: Build x86_64 (no LTO)"
56-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
56+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
5757
inputs:
5858
- "*"
5959
artifact_paths: bazel-explain.log
@@ -67,7 +67,7 @@ steps:
6767

6868
- id: build-aarch64-no-lto
6969
label: ":rust: Build aarch64 (no LTO)"
70-
command: bin/ci-builder run min bin/pyactivate -m ci.test.build
70+
command: bin/ci-builder run stable bin/pyactivate -m ci.test.build
7171
inputs:
7272
- "*"
7373
artifact_paths: bazel-explain.log

misc/python/materialize/cli/ci_annotate_errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
| source-table-migration\ issue
108108
# sql logic tests
109109
| Rewrite\ SLT\ files\ locally\ with:\ [\s\S]*? ^EOF$
110+
# rdkafka assertions
111+
| Assertion\ `.*'\ failed\.
110112
)
111113
.* $
112114
""",

src/materialized/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN bash -c '\
2626
while ! curl -sf localhost:6878/api/readyz; do \
2727
sleep 0.1; \
2828
now=$(date +%s); \
29-
if (( now - start_time > 30 )); then \
29+
if (( now - start_time > 60 )); then \
3030
echo "Timed out, failing build"; \
3131
exit 1; \
3232
fi; \

test/testdrive-old-kafka-src-syntax/monotonic.td

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -200,32 +200,32 @@ Target cluster: quickstart
200200

201201
?[version>=15400] EXPLAIN PHYSICAL PLAN AS VERBOSE TEXT FOR SELECT * FROM v7;
202202
Explained Query:
203-
TopK::MonotonicTopK order_by=[#0 asc nulls_last] limit=2 must_consolidate
204-
ArrangeBy
205-
input_key=[#0{c}]
206-
raw=true
207-
Get::PassArrangements materialize.public.i6
208-
raw=false
209-
arrangements[0]={ key=[#0{c}], permutation=id, thinning=() }
203+
TopK::MonotonicTopK order_by=[#0 asc nulls_last] limit=2 must_consolidate
204+
ArrangeBy
205+
input_key=[#0{c}]
206+
raw=true
207+
Get::PassArrangements materialize.public.i6
208+
raw=false
209+
arrangements[0]={ key=[#0{c}], permutation=id, thinning=() }
210210

211211
Used Indexes:
212-
- materialize.public.i6_primary_idx (*** full scan ***)
212+
- materialize.public.i6_primary_idx (*** full scan ***)
213213

214214
Target cluster: quickstart
215215

216216
?[version<15400] EXPLAIN PHYSICAL PLAN AS VERBOSE TEXT FOR SELECT * FROM v7;
217217
Explained Query:
218-
TopK::MonotonicTopK order_by=[#0 asc nulls_last] limit=2 must_consolidate
219-
ArrangeBy
220-
input_key=[#0{c}]
221-
raw=true
222-
Get::PassArrangements materialize.public.i6
223-
raw=false
224-
arrangements[0]={ key=[#0{c}], permutation=id, thinning=() }
225-
types=[bigint]
218+
TopK::MonotonicTopK order_by=[#0 asc nulls_last] limit=2 must_consolidate
219+
ArrangeBy
220+
input_key=[#0{c}]
221+
raw=true
222+
Get::PassArrangements materialize.public.i6
223+
raw=false
224+
arrangements[0]={ key=[#0{c}], permutation=id, thinning=() }
225+
types=[bigint]
226226

227227
Used Indexes:
228-
- materialize.public.i6_primary_idx (*** full scan ***)
228+
- materialize.public.i6_primary_idx (*** full scan ***)
229229

230230
Target cluster: quickstart
231231

0 commit comments

Comments
 (0)