You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_reload test recompiled the LVM plugin and verified that
reinit picked up the new code. This no longer works because plugins
are loaded with RTLD_NODELETE, which prevents the shared library
from being unmapped on dlclose -- dlopen of the same path returns
the already-loaded library. The test_force_plugin test already
covers reloading with a different .so name.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments