-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add channels to wait for #8116
Add channels to wait for #8116
Conversation
👋 Hello! Thanks for contributing to our project. If you are unsure the failing tests are related to your code, you can check the "reference jobs". These are jobs that run on a scheduled time with code from master. If they fail for the same reason as your build, it means the tests or the infrastructure are broken. If they do not fail, but yours do, it means it is related to your code. Reference tests: KNOWN ISSUES Sometimes the build can fail when pulling new jar files from download.opensuse.org . This is a known limitation. Given this happens rarely, when it does, all you need to do is rerun the test. Sorry for the inconvenience. For more tips on troubleshooting, see the troubleshooting guide. Happy hacking! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
aba1ca0
to
981f881
Compare
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
@@ -226,11 +233,13 @@ Feature: Synchronize products in the products page of the Setup Wizard | |||
When I click the Add Product button | |||
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text | |||
And I wait until I see "SUSE Linux Enterprise Micro 5.1 x86_64" product has been added | |||
And I wait until all synchronized channels for "suse-microos-5.1" have finished |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see suse-microos-5.1
defined in CHANNEL_TO_SYNCH_BY_OS_PRODUCT_VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's there
'suse-microos-5.1' =>
%w[
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Outdated
Show resolved
Hide resolved
@@ -261,11 +270,13 @@ Feature: Synchronize products in the products page of the Setup Wizard | |||
When I click the Add Product button | |||
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text | |||
And I wait until I see "SUSE Linux Enterprise Micro 5.2 x86_64" product has been added | |||
And I wait until all synchronized channels for "suse-microos-5.2" have finished |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see suse-microos-5.2
defined in CHANNEL_TO_SYNCH_BY_OS_PRODUCT_VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's there
'suse-microos-5.2' =>
%w[
@@ -296,11 +307,13 @@ Feature: Synchronize products in the products page of the Setup Wizard | |||
When I click the Add Product button | |||
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text | |||
And I wait until I see "SUSE Linux Enterprise Micro 5.3 x86_64" product has been added | |||
And I wait until all synchronized channels for "sle-micro-5.3" have finished |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see suse-microos-5.3
defined in CHANNEL_TO_SYNCH_BY_OS_PRODUCT_VERSION
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because it's called otherwise:
'sle-micro-5.3' =>
%w[
@@ -433,6 +446,7 @@ Feature: Synchronize products in the products page of the Setup Wizard | |||
@sle15sp5s390_minion | |||
Scenario: Add SUSE Linux Enterprise Server 15 SP5 for s390x Uyuni Client tools | |||
When I use spacewalk-common-channel to add channel "sles15-sp5-devel-uyuni-client" with arch "s390x" | |||
And I wait until all synchronized channels for "sles1-sp5-s390x" have finished |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And I wait until all synchronized channels for "sles1-sp5-s390x" have finished | |
And I wait until the channel "sles15-sp5-devel-uyuni-client" has been synced |
But.... I'm not sure how that will work with multiple architectures.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the code seems to be using:
dumpsolv /var/cache/rhn/repodata/#{channel}/solv
zcat /var/cache/rhn/repodata/#{channel}/*primary.xml.gz
That looks like it's architecture-independent...
testsuite/features/build_validation/reposync/srv_sync_all_products.feature
Show resolved
Hide resolved
96b57d3
to
d1e5856
Compare
d1e5856
to
f540793
Compare
What does this PR change?
Some steps to wait for reposync seem to be missing.
Piggyback: augment timeout from 2 hours to 2 hours and a half because of debian 11.
Links
Ports:
Changelogs