Skip to content
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

bug: one case of routes.t failed on arm64 (centos7.6) #3355

Closed
idbeta opened this issue Jan 20, 2021 · 0 comments · Fixed by #3436
Closed

bug: one case of routes.t failed on arm64 (centos7.6) #3355

idbeta opened this issue Jan 20, 2021 · 0 comments · Fixed by #3436
Labels
bug Something isn't working

Comments

@idbeta
Copy link
Contributor

idbeta commented Jan 20, 2021

Issue description

#   Failed test 'TEST 56: set route with size 36k (temporary file to store request body) - pattern "a client request body is buffered to a temporary file" should match a line in error.log (req 0)'
#   at /path/to/apisix/test-nginx/lib/Test/Nginx/Socket.pm line 1213.

Environment

  • apisix version: master
  • OS: Linux ecs-d69b 4.18.0-80.7.2.el7.aarch64 #1 SMP Thu Sep 12 16:13:20 UTC 2019 aarch64 aarch64 aarch64 GNU/Linu
  • OpenResty / Nginx version: openresty/1.19.3.1
@spacewander spacewander added the bug Something isn't working label Jan 20, 2021
spacewander added a commit to spacewander/incubator-apisix that referenced this issue Jan 27, 2021
The buffer size in x86 is 8k while the one in arm64 is 16k.
Fix apache#3355

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
membphis pushed a commit that referenced this issue Jan 27, 2021
The buffer size in x86 is 8k while the one in arm64 is 16k.

Fix #3355
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants