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

Fixed evaluating the available package versions (bsc#1151824) #969

Merged
merged 1 commit into from Oct 9, 2019

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Oct 9, 2019

The Problem

The Fix

  • I could not reproduce locally, but checking the code I found that the problem is in using the Pkg.PkgProperties call which does not allow to specify the package more precisely, it can return the result for any package instance
  • Tested manually, at least no regression was found
  • Reported by openQA, we should see quickly if this fix helps
  • Additionally I switched from memory hungry Pkg.PkgProperties to the more efficient Pkg.Resolvables call
  • 4.2.27

- fixed crash when trying to download a non-existing package
- 4.2.27
@coveralls
Copy link

Coverage Status

Coverage increased (+0.006%) to 28.945% when pulling 2a0b27d on package_status_fix_bsc1151824 into ab055d7 on master.

@lslezak lslezak merged commit 2975c70 into master Oct 9, 2019
@lslezak lslezak deleted the package_status_fix_bsc1151824 branch October 9, 2019 09:00
@yast-bot
Copy link
Contributor

yast-bot commented Oct 9, 2019

✔️ Public Jenkins job #136 successfully finished
✔️ Created OBS submit request #736429

@yast-bot
Copy link
Contributor

yast-bot commented Oct 9, 2019

✔️ Internal Jenkins job #36 successfully finished
✔️ Created IBS submit request #202650

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.

None yet

4 participants