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 products being wrongly re-scheduled with the setting AMP;ASYNC=1 #5715

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

Martchus
Copy link
Contributor

After f20a0bf job settings specified as query parameters are handled also when the scheduled_product_clone_id parameter is present. This revealed the problem that we don't correctly pass the async=1 parameter on the products log page. This change fixes the problem by removing the too excessive escaping.

This also fixes the problem that the async-flag was not actually passed. This is now tested in the UI test (which would fail without this change).

Related ticket: https://progress.opensuse.org/issues/162608

After f20a0bf job settings specified as
query parameters are handled also when the `scheduled_product_clone_id`
parameter is present. This revealed the problem that we don't correctly
pass the `async=1` parameter on the products log page. This change fixes
the problem by removing the too excessive escaping.

This also fixes the problem that the async-flag was not actually passed.
This is now tested in the UI test (which would fail without this change).

Related ticket: https://progress.opensuse.org/issues/162608
@Martchus Martchus changed the title Fix wrongly re-scheduling products with the setting AMP;ASYNC=1 Fix products being wrongly re-scheduled with the setting AMP;ASYNC=1 Jun 20, 2024
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.42%. Comparing base (82e67a6) to head (8d5f3f9).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5715   +/-   ##
=======================================
  Coverage   98.42%   98.42%           
=======================================
  Files         394      394           
  Lines       38503    38515   +12     
=======================================
+ Hits        37895    37907   +12     
  Misses        608      608           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mergify mergify bot merged commit eadb3fe into os-autoinst:master Jun 20, 2024
38 checks passed
@Martchus Martchus deleted the scheduling-button branch June 20, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants