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

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

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

      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@mongodb.com Alison Felizzi (Inactive)
            Reporter:
            alison.felizzi@mongodb.com Alison Felizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: