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

[py2py3] Check unittests from Slice 6 in py3 #10537

Closed
1 task
mapellidario opened this issue May 29, 2021 · 0 comments · Fixed by #10578
Closed
1 task

[py2py3] Check unittests from Slice 6 in py3 #10537

mapellidario opened this issue May 29, 2021 · 0 comments · Fixed by #10578
Assignees
Labels
py2py3 slice Issue related to slicing the modernization to py2py3 Python3 Testing Unittest

Comments

@mapellidario
Copy link
Member

mapellidario commented May 29, 2021

Intro

We need to make sure that the work done in the migration slices
is py3 compatible. In particular, we should make sure that the
unittests that are involved in each slice do not fail.

The schedule for this validation / bug-fixing campaign is kept at #10422

Details

This issue is about checking that the unittests from Slice 6,
issue #10127 and PR #10277, do not fail.
A non-exhaustive list of the ut that need to pass is

test/python/WMComponent_t/DBS3Buffer_t/DBSBufferUtil_t.py
test/python/WMCore_t/ACDC_t/CouchFileset_t.py
test/python/WMCore_t/ACDC_t/CouchService_t.py
test/python/WMCore_t/ACDC_t/CouchCollection_t.py
test/python/WMCore_t/Database_t/MySQLCore_t.py
test/python/WMCore_t/JobSplitting_t/FixedDelay_t.py
test/python/WMCore_t/JobSplitting_t/JobFactory_t.py
test/python/WMCore_t/JobSplitting_t/RunBased_t.py
test/python/WMCore_t/JobSplitting_t/SizeBased_t.py
test/python/WMCore_t/WMBS_t/Job_t.py
test/python/WMCore_t/WMBS_t/Subscription_t.py

We should mae sure that the PR that will close this issue, also solves the problems presented at

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
py2py3 slice Issue related to slicing the modernization to py2py3 Python3 Testing Unittest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants