Description
Description
In 2 tests that are testing modulo operation in approx. 1 out of 200 runs may division by zero SqlException be thrown. The reason is a value generator that assumes that zero-value is included SqlTestUtils#generateValueByType(org.apache.ignite.sql.ColumnType, int, int). There may be several solutions like changing the bottom value in generator by 1.
Motivation
Tests shouldn't be fallen because of randomly generated zero value.
Definition of Done
- NumericBinaryOperationsExecutionTest#moduloOp doesn't fail with division by zero.
Attachments
Issue Links
- links to