Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix subroutine redefined errors for sle-micro product #18388

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

waynechen55
Copy link
Contributor

@waynechen55 waynechen55 commented Jan 3, 2024

  • There are many "subroutine redefined" errors for sle-micro product in autoinst-log.txt. Please refer to this example.

  • And these errors are caused by the "require" directive on lib/susedistribution.pm which is not used anywhere in products/sle-micro/main.pm. Removing references to this file fixes these errors.

  • This change will not affect SLE Micro test run.

  • Verification Runs:

There are many "subroutine redefined" errors for sle-micro product
in autoinst-log.txt. And these errors are caused by the "require"
directive on lib/susedistribution.pm which is not used anywhere
in products/sle-micro/main.pm. Removing references to this file
fixes these errors.
@waynechen55 waynechen55 force-pushed the wayne/fix_subroutine_redefined_slem branch from 752ab67 to 4af08bf Compare January 3, 2024 10:58
@mloviska
Copy link
Contributor

mloviska commented Jan 4, 2024

Seems to be a valid thing to remove, but it would be suitable to use a working test suite with more modules. Please use some of the jobs from aggregates group

@waynechen55
Copy link
Contributor Author

waynechen55 commented Jan 22, 2024

Seems to be a valid thing to remove, but it would be suitable to use a working test suite with more modules. Please use some of the jobs from aggregates group

More verification runs:

sle-micro-6.0-Default-x86_64-Build8.48-slem_virtualization
sle-micro-6.0-Default-qcow-aarch64-Build8.48-slem_virtualization
sle-micro-6.0-Default-x86_64-Build8.48-ltp_aio_stress
sle-micro-6.0-Base-x86_64-Build8.48-slem_combustion
sle-micro-6.0-Default-aarch64-Build8.48-ltp_containers

@mloviska

@ricardobranco777
Copy link
Contributor

@mloviska shall we merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants