nrainer-materialize

Results 120 comments of nrainer-materialize

@jkosh44, I haven't bisected it (yet), but could this be caused by changes in https://github.com/MaterializeInc/materialize/pull/25202?

There is apparently a panic in `test/sqllogictest/explain/broken_statements.slt` and a comparison failure in`test/sqllogictest/dates-times.slt`. I managed to bisect failing `test/sqllogictest/explain/broken_statements.slt` to the merge commit https://github.com/MaterializeInc/materialize/commit/f6082b7ebba55115cd7647220d8980f8437437b3 of https://github.com/MaterializeInc/materialize/pull/25216. I have not been able...

`test/sqllogictest/dates-times.slt` also fails since https://github.com/MaterializeInc/materialize/commit/f6082b7ebba55115cd7647220d8980f8437437b3 but might not fail in isolation ([build before](https://buildkite.com/materialize/sql-logic-tests/builds/5835), [build at merge commit](https://buildkite.com/materialize/sql-logic-tests/builds/5836#018dae86-7d86-499e-895e-b38007121450)). To run the tests like in the failing build step: ``` export BUILDKITE_PARALLEL_JOB="1"...

> forced optimizer panic is something that should just be ignored, and is already. The inconsistent-view-outcome is the interesting part. I changed the PR description accordingly. Only `dates-times.slt` needs to...

Further occurrences: * https://buildkite.com/materialize/tests/builds/75970#018db23a-3ec1-48ba-89fb-b8adc0af64a2 * https://buildkite.com/materialize/tests/builds/76054#018db35d-36b9-4937-b61c-8a753600a220

Seen again in https://buildkite.com/materialize/nightlies/builds/6603#018de042-0791-4d1e-8b29-e7a3a942d71d.

> Have we had trouble with this since #25553 landed? That change landed on Feb 26. Since then, it has failed three times (twice due to this error in [builds/6761](https://buildkite.com/materialize/nightlies/builds/6761#018e0d94-0a88-42b1-a1ac-da70f1444f84)...

Some observations: * As of now, this will only work for mzcomposed jobs because it is called from `ci/plugins/mzcompose/hooks/pre-exit` (that is, it won't work for jobs like "Unused dependencies") *...

If this creates too many requests, I will need to check if I can get the list of all failing build steps in "Analyze tests" at the end (instead of...

Another one. @ggevay, please make sure it is included in the issue description. `string_agg(NULL, chr(-32768))` fails with dataflow-rendering and shortcuts to `NULL` with constant_folding. Reproduction: ``` DROP TABLE IF EXISTS...