Avoid skipping python tests for 3rd party ext libraries in CMake builds

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • WT10.0.1, 4.4.8, 5.0.2, 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2021-07-12
    • 2

      Currently the python unit test framework expects to find extension modules under the libtool build path '.libs'. CMake doesn't export its built libraries under a '.libs' sub-directory.

      e.g.

      CMake

      ext/compressors/snappy/libwiredtiger_snappy.so

      Libtool:

      ext/compressors/snappy/.libs/libwiredtiger_snappy.so

       

      Update the python unit test framework to also detect the library outside of the '.libs' sub-directory.

              Assignee:
              Alison Felizzi (Inactive)
              Reporter:
              Alison Felizzi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: