Commit 18502c3
authored
Enable diff overflows in CI (#32068)
Follow up to #32028 to enable panics on overflow in CI.
### Checklist
- [ ] This PR has adequate test coverage / QA involvement has been duly
considered. ([trigger-ci for additional test/nightly
runs](https://trigger-ci.dev.materialize.com/))
- [ ] This PR has an associated up-to-date [design
doc](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/README.md),
is a design doc
([template](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/design/00000000_template.md)),
or is sufficiently small to not require a design.
<!-- Reference the design in the description. -->
- [ ] If this PR evolves [an existing `$T ⇔ Proto$T`
mapping](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/command-and-response-binary-encoding.md)
(possibly in a backwards-incompatible way), then it is tagged with a
`T-proto` label.
- [ ] If this PR will require changes to cloud orchestration or tests,
there is a companion cloud PR to account for those changes that is
tagged with the release-blocker label
([example](MaterializeInc/cloud#5021)).
<!-- Ask in #team-cloud on Slack if you need help preparing the cloud
PR. -->
- [ ] If this PR includes major [user-facing behavior
changes](https://github.com/MaterializeInc/materialize/blob/main/doc/developer/guide-changes.md#what-changes-require-a-release-note),
I have pinged the relevant PM to schedule a changelog post.
---------
Signed-off-by: Moritz Hoffmann <mh@materialize.com>1 parent c86cb3a commit 18502c3
File tree
2 files changed
+5
-20
lines changed- misc/python/materialize/mzcompose
- test/cluster
2 files changed
+5
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
863 | 863 | | |
864 | 864 | | |
865 | 865 | | |
866 | | - | |
867 | | - | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | 866 | | |
878 | 867 | | |
879 | 868 | | |
| |||
931 | 920 | | |
932 | 921 | | |
933 | 922 | | |
934 | | - | |
| 923 | + | |
935 | 924 | | |
936 | | - | |
| 925 | + | |
937 | 926 | | |
938 | 927 | | |
939 | | - | |
| 928 | + | |
940 | 929 | | |
941 | 930 | | |
942 | | - | |
| 931 | + | |
943 | 932 | | |
944 | 933 | | |
945 | 934 | | |
946 | 935 | | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | | - | |
952 | 936 | | |
953 | 937 | | |
954 | 938 | | |
| |||
0 commit comments