We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36be18d commit bc59e38Copy full SHA for bc59e38
test/output-consistency/README.md
@@ -49,6 +49,15 @@ division by zero)
49
* Generate expressions with aggregation functions
50
* Generate nested expressions
51
52
+## Handle test failures
53
+If there are any failures, validate them and create a ticket if appropriate.
54
+
55
+Then, until the ticket is resolved, you can
56
+* add ignores for inconsistencies in `misc/python/materialize/output_consistency/ignore_filter/inconsistency_ignore_filter.py`
57
+* normalize error messages in `misc/python/materialize/output_consistency/validation/error_message_normalizer.py`
58
59
+Mention ignored entries or normalizations in the ticket so that they can be reverted when the ticket is resolved.
60
61
## Implementation
62
63
### UML Overview
0 commit comments