Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-4880

Make Python tests work with statically linked extensions

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      If you supply --with-builtin=snappy,zlib,zstd,etc to the configure script, our Python tests will not pick up the compressors and any test scenarios that use them will be skipped.

      The only way to get tests to use extensions is to supply --enable-snappy and other similar flags to build each of them as shared libraries.

      Having compressors statically linked as a builtin should not prevent them from being used in Python tests.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            alex.cameron@mongodb.com Alex Cameron (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: