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 flakey tests related to identity name ordering. #863

Merged
merged 1 commit into from
Aug 7, 2019

Conversation

smira
Copy link
Contributor

@smira smira commented Aug 5, 2019

Identities were not sorted, so randomly it might print them in different order breaking tests.

Also added filters to download less data.

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@f0a370d). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #863   +/-   ##
=========================================
  Coverage          ?   64.05%           
=========================================
  Files             ?       51           
  Lines             ?     6537           
  Branches          ?        0           
=========================================
  Hits              ?     4187           
  Misses            ?     1843           
  Partials          ?      507
Impacted Files Coverage Δ
pgp/internal.go 51.95% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0a370d...222ddb2. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #863 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #863      +/-   ##
=========================================
+ Coverage   64.08%   64.1%   +0.01%     
=========================================
  Files          51      51              
  Lines        6555    6560       +5     
=========================================
+ Hits         4201    4205       +4     
- Misses       1849    1850       +1     
  Partials      505     505
Impacted Files Coverage Δ
pgp/internal.go 51.95% <100%> (+0.76%) ⬆️
deb/remote.go 61.65% <0%> (-0.14%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f0a370d...222ddb2. Read the comment docs.

@smira
Copy link
Contributor Author

smira commented Aug 7, 2019

Rebased without changes.

@smira smira merged commit 021b6f6 into aptly-dev:master Aug 7, 2019
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.

2 participants