-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logictest, logictestccl, execbuilder tests fail for geospatial
test-data on ppc64le
#72225
Comments
Hello, I am Blathers. I am here to help you get the issue triaged. Hoot - a bug! Though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here. I have CC'd a few people who may be able to assist you:
If we have not gotten back to your issue within a few business days, you can try the following:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
cc @cockroachdb/bulk-io |
@amitsadaphule this is the result of a different floating-point behavior on PPC. As explained in #72227, CockroachDB's team does not support alternative build platforms, so we're likely not going to work actively to resolve this particular problem. However, on the other hand we have many users that report that cockroachDB works on their platform, even if not officially supported. Note that the difference in behavior wrt floating-point computations means that SQL queries are likely to return slightly differnt results than on other platforms. However, from experience the difference is often very small and depending on the application might be negligible. |
@amitsadaphule also, in the future please do not file common issues for multiple go packages. We would prefer different issues filed for different areas. Thank you. |
CC @otan |
We have marked this issue as stale because it has been inactive for |
Describe the problem
I built the cockroachdb v20.2.17 on ppc64le and when I executed the test suite, I found that there were test failures for the following packages:
When I analysed the logs geospatial-testdata-failures.zip, I found that the failing tests were related to the
geospatial
test data. A sample log of test failure forlogictest
package pasted below (Please refer full package test logs in attached zip for more details):Any pointers on how to resolve this issue will be great help.
To Reproduce
Here are the steps to reproduce the issue:
Environment:
CockroachDB [v20.2.17]
Architecture and OS: [ppc64le/RHEL/UBI 8.4]
Go: [1.13.5]
Node: [12.18.2]
Any pointers to resolve the failures would be of great help.
Jira issue: CRDB-11047
The text was updated successfully, but these errors were encountered: