aarch64: test fails in maxmemory.tcl #36

Open
opened 2024-03-29 18:55:00 +01:00 by yu-re-ka · 1 comment

nixos aarch64 on Apple M1
Kernel is built with CONFIG_ARM64_16K_PAGES=y

Test fails with:

       > *** [err]: replica buffer don't induce eviction in tests/unit/maxmemory.tcl
       > Expected 24624 > 2*1024*1024 (context: type eval line 78 cmd {assert {$slave_buf > 2*1024*1024} } proc ::test)

(this issue is not new, also happens with redis 7.2.4)

nixos aarch64 on Apple M1 Kernel is built with CONFIG_ARM64_16K_PAGES=y Test fails with: ``` > *** [err]: replica buffer don't induce eviction in tests/unit/maxmemory.tcl > Expected 24624 > 2*1024*1024 (context: type eval line 78 cmd {assert {$slave_buf > 2*1024*1024} } proc ::test) ``` (this issue is not new, also happens with redis 7.2.4)
yu-re-ka changed title from replica buffer don't induce eviction in tests/unit/maxmemory.tcl to aarch64: test fails in maxmemory.tcl 2024-03-29 18:55:47 +01:00
Contributor

Cannot reproduce this bug on Apple M1 with PAGESIZE of 16384. I use standard make and ./runtest.

System details:

  • Host: bananas.debian.net
  • OS: Debian GNU/Linux unstable aarch64 (arm64)
  • Kernel: 6.5.0-asahi-00780-g62806c2c6f29
  • Host: Apple MacBook Pro (13-inch, M1, 2020)
  • CPU: (8) @ 2.064GHz
  • Memory: 15627MiB
  • getconf PAGESIZE: 16384

Am I getting something wrong?

Cannot reproduce this bug on Apple M1 with PAGESIZE of 16384. I use standard `make` and `./runtest`. System details: - Host: bananas.debian.net - OS: Debian GNU/Linux unstable aarch64 (arm64) - Kernel: 6.5.0-asahi-00780-g62806c2c6f29 - Host: Apple MacBook Pro (13-inch, M1, 2020) - CPU: (8) @ 2.064GHz - Memory: 15627MiB - getconf PAGESIZE: 16384 Am I getting something wrong?
Sign in to join this conversation.
No description provided.