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 EL9 related unit tests #12128

Open
khurtado opened this issue Oct 3, 2024 · 2 comments
Open

Fix EL9 related unit tests #12128

khurtado opened this issue Oct 3, 2024 · 2 comments

Comments

@khurtado
Copy link
Contributor

khurtado commented Oct 3, 2024

Impact of the new feature
The following unit tests are broken in the RHEL9 jenkins nodes:

* WMComponent_t.JobArchiver_t.JobArchiver_t.JobArchiverTest.testBasicFunctionTest
* WMComponent_t.WorkflowUpdater_t.WorkflowUpdaterPoller_t.WorkflowUpdaterPollerTest.testWritePileupJson
* WMCore_t.MicroService_t.MSManager_t.MSManagerTest.test_services
* WMCore_t.ReqMgr_t.Service_t.Auxiliary_t.AuxiliaryTest.testCMSSWVersions
* WMCore_t.Services_t.ReqMgr_t.ReqMgr_t.ReqMgrTest.testRequestClone
* WMCore_t.Services_t.ReqMgr_t.ReqMgr_t.ReqMgrTest.testRequestSimpleCycle
* WMCore_t.Services_t.Requests_t.testRequestExceptions.test404Error
* WMCore_t.Services_t.Requests_t.testRequestExceptions.test404Error_with_pycurl
* WMCore_t.Services_t.Rucio_t.RucioUtils_t.RucioUtilsTest.testWeightedChoice
* WMCore_t.WMInit_t.WMInit_t.testMySQLDatabase
* WMCore_t.WMSpec_t.Steps_t.Executors_t.CMSSW_t.CMSSW_t.testD_ExecuteNoOutput
* WMCore_t.WMSpec_t.Steps_t.Executors_t.CMSSW_t.CMSSW_t.testSubprocessTime
* WMCore_t.WMSpec_t.Steps_t.Fetchers_t.URLFetcher_t.URLFetcherTest.testA_BasicFunction
* nose.failure.Failure.runTest

Is your feature request related to a problem? Please describe.
Some unit tests in RHEL9 are broken due to changes in the environment (OS, python version, etc).

Describe the solution you'd like
We should revisit each of these tests (which are excluding unit tests that fail in the RHEL7 jenkins environment) and fix them.

Describe alternatives you've considered
Do nothing

Additional context
This is related to issue #11978

@d-ylee
Copy link
Contributor

d-ylee commented Dec 16, 2024

Looking through old GitHub issues, this could also be included: #11778

@amaltaro
Copy link
Contributor

@d-ylee we could, be #11778 is not really related to the Alma9 migration, AFAICT. So IMO we can keep that one separated not to inflate too much the Alma9 unit tests meta-issue.

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

No branches or pull requests

3 participants