You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logic_test.go:863: /home/kena/go/src/github.com/cockroachdb/sqllogictest/test/random/expr/slt_good_2.test:6290: expected:
444077
but found:
442077
logic_test.go:863: /home/kena/go/src/github.com/cockroachdb/sqllogictest/test/random/expr/slt_good_2.test:28356:
expected:
-33
but found:
-49
logic_test.go:863: /home/kena/go/src/github.com/cockroachdb/sqllogictest/test/random/expr/slt_good_2.test:48936:
expected:
-7168
but found:
-9408
This should be investigated; the likely cause is that the division is not rounding the result. If that is confirmed, the sqllogictest input must be modified to add the necessary "skipif cockroachdb" directives.
The text was updated successfully, but these errors were encountered:
Found via #7409:
This should be investigated; the likely cause is that the division is not rounding the result. If that is confirmed, the sqllogictest input must be modified to add the necessary "skipif cockroachdb" directives.
The text was updated successfully, but these errors were encountered: