We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0f6d3 commit fc618c8Copy full SHA for fc618c8
tests/test_atomic_cursor.py
@@ -470,7 +470,7 @@ def test_atomic_cursor_python_cpp_work_stealing_cursor_created_by_py():
470
cursor.store(0)
471
472
actual_name = q.get_shm_name()
473
- actual_cursor_name = cursor_shm.name
+ actual_cursor_name = cursor_shm._name
474
475
# Start C++ consumer process
476
cpp_consumer = find_cpp_executable("cpp_work_stealing_consumer")
@@ -558,7 +558,7 @@ def test_atomic_cursor_python_cpp_work_stealing_cursor_created_by_py():
558
559
560
561
562
563
564
0 commit comments