-
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
PPC64LE - pkg/geo/geomfn - TestSegmentize/GEOMETRYCOLLECTION_ - Test failures due to floating point differences #81745
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 |
cc: @otan to route correctly since I'm not sure where we track geospatial bugs. |
hey @prashantkhoje, we don't really support PPC64LE officially, but i'll accept patches to fix this if you are willing to make them. we probably have to make these accept a tolerable bound. you can choose to revive #66621 if you'd like :) |
marking as dupe of #72225 |
Yes. I'd be contributing patches. |
You don't have to - patches directly are fine. Or you can create a big issue rather than one per test failure if that helps you. |
Fixed by #81894 |
Describe the problem
I built the latest (Latest commit 48e48db) cockroachdb from master branch.
When tests are run, test TestSegmentize/GEOMETRYCOLLECTION_ fails due to floating point precision differences.
To Reproduce
Build script used:
Expected behavior
Tests should pass on ppc64le considering floating point differences on platforms.
Additional data / screenshots
Environment:
Server OS: RHEL UBI 8.5
Go
[[email protected] cockroach]# go version
go version go1.17.8 linux/ppc64le
Node
[[email protected] cockroach]# node --version
v12.20.2
Additional context
We support running cockroachdb on ppc64le. We'd like to fix the failures we encounter in order to automate builds for ppc64le.
Jira issue: CRDB-16054
The text was updated successfully, but these errors were encountered: