After PR #1512 changed the CLP package layout (removing the bin directory and moving lib to build/python-libs), the integration tests continued to check for the existence of these directories in the CLP package. This caused the tests to fail because they expected bin and lib to exist in the package, but these directories are no longer part of the package structure.
Resolution: The integration tests needed to be updated to reflect the new package layout by removing the existence checks for bin and lib directories.
Backlinks:
Requested by: @kirkrodrigues
After PR #1512 changed the CLP package layout (removing the
bindirectory and movinglibtobuild/python-libs), the integration tests continued to check for the existence of these directories in the CLP package. This caused the tests to fail because they expectedbinandlibto exist in the package, but these directories are no longer part of the package structure.Resolution: The integration tests needed to be updated to reflect the new package layout by removing the existence checks for
binandlibdirectories.Backlinks:
binandlibexistence checks in the CLP package layout (fixes #1643). #1642: fix(integration-tests): Drop obsoletebinandlibexistence checks in the CLP package layout (fixes #1643). #1642sbinvia Docker Compose; Remove redundant assets from the package (resolves #1358). #1512: feat(clp-package)!: Containerize the scripts insbinvia Docker Compose; Remove redundant assets from the package (resolves #1358). #1512Requested by: @kirkrodrigues