Comment 1 for bug 1843804

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

If I change this test to use another directory:

test/unit/index/tc_index.rb:
  def test_key_used_for_id_field
    fs_path = File.expand_path(File.join(File.dirname(__FILE__), '../../temp/fsdir'))
...

Like:
    fs_path = File.expand_path(File.join(File.dirname(__FILE__), '../../temp/fsdir2'))

Then the test passes without a segfault on arm64.