MaterializeInc / demos

Demos of Materialize, the operational data warehouse.
https://materialize.com
Apache License 2.0
50 stars 8 forks source link

CI: debug failures and lo(ooooo)ng cycles #23

Closed morsapaes closed 2 years ago

morsapaes commented 2 years ago

CI has been failing consistently in the past few days, and went from finishing in under 4 minutes to taking around 6 hours to complete. This seems to be tied to the dbt-get-started and billing tests.

On top of that, ecommerce and ecommerce-redpanda started failing with:

psql: error: could not translate host name "materialized" to address: Temporary failure in name resolution

Need to have a deeper look into what's causing these issues to avoid spending unnecessary cycles and stabilize CI (ugh).

morsapaes commented 2 years ago

Turns out that I missed this in the logs:

[36;1mmaterialized_1     | error: Found argument '-w' which wasn't expected, or isn't valid in this context
[36;1mmaterialized_1     | 
[36;1mmaterialized_1     |  If you tried to supply `-w` as a value rather than a flag, use `-- -w`

Things should be solved by removing the -w flag from all materialized invocations (done here).