-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Test fails on i586 #417
Comments
Hi @sebix, that's my fault, I believe it is caused by the memory sizes are different on i586 machines. I will fix them by updating the test case to assert on regex instead of const memory number. however, I am not sure why the (btw do you know where can I get an i586 server for testing?) |
Thanks!
Hope it helps:
qemu? 😇 |
I think those tests are ok to fail, the issue happens in test cases itself, not in code. Sorry, we are celebrating Chinese New Year, I may need more time to fix this. happy new year to you :) |
Thanks for the response. I'll skip these tests for now.
Thanks, you too! |
hi i have checked the qume https://manpages.debian.org/stretch/qemu-user/index.html @sebix seems it doesn't support i586? cloud you please give me some hints for where can i find some i586 servers for testing? or vms |
Your link shows that is supports all kind of architectures. The machine type in use was Various hypervisors support 32 bit, like VirtualBox (select 32bit in the interface), docker (https://hub.docker.com/search?architecture=386&q=&operating_system=linux), kvm, libvirt etc. However: |
OK got it. I will fix it. BTW, if the tests passed on i686 then it will pass on i586, right? and what's your test env? you got a old machine or what :D |
I'm packaging iredis on openSUSE and I see test failures on i586 while x64_86, aarch64 and ppc64 work fine:
Do you know what might cause this?
The text was updated successfully, but these errors were encountered: