-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
util/log: tests fail on non-amd64 platforms #72227
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 |
There are two separate (unrelated) issues here:
We need to split them into two different issues. |
@amitsadaphule why do you need these particular tests to pass? Generally, 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. Does this block your work in any way? |
moved the SQL issue to #72284 |
Hi @knz thanks for your response, responding on behalf of @amitsadaphule as he is on vacation. To answer your query
I understand that alternative build platforms are not officially supported but the one way for us to ensure that cockroachdb won't run into any functional issues on ppc64le which is where we are currently trying to get it to work is to rely on its test suite and that is the reason why we are trying to get all the tests to work correctly including those mentioned in #72225 and #72226. It won't block us if it does not for example impact any functionality/feature but I am not sure we know enough at this point to be sure about that atleast on our side. Any thoughts? In the meantime, we are trying to debug and root cause the failures but any pointers from you / anyone else who is familiar with these areas of the code would be of great help, thank you! |
cc: @cockroachdb/dev-inf for triage |
I fixed a similar case of these platform-specific stack traces in the SQL codebase with a quick trivial string replacement. Can we we just do the same thing in logcrash tests? d7efe41 |
We have marked this issue as stale because it has been inactive for |
(edited 2021-11-01 by knz)
Describe the problem
The tests under
util/log
andutil/log/logcrash
assert the rendering of stack traces, which inclues the presence of a fileasm_amd64.s
inside the stack trace.On non-amd64 platforms this file is not present in stack traces and the tests fail.
To Reproduce
run tests on non-amd64 platform, eg ARM or PPC.
Jira issue: CRDB-11049
The text was updated successfully, but these errors were encountered: