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

Cache check output is sometimes mingled #1819

Closed
dgageot opened this issue Mar 18, 2019 · 0 comments
Closed

Cache check output is sometimes mingled #1819

dgageot opened this issue Mar 18, 2019 · 0 comments
Labels
area/cache kind/bug Something isn't working

Comments

@dgageot
Copy link
Contributor

dgageot commented Mar 18, 2019

Quite rare but the codebase clearly runs check in parallel without synchronising the output:

skaffold build
Generating tags...
 - emailservice -> emailservice:8f26719
 - productcatalogservice -> productcatalogservice:8f26719
 - recommendationservice -> recommendationservice:8f26719
 - shippingservice -> shippingservice:8f26719
 - checkoutservice -> checkoutservice:8f26719
 - paymentservice -> paymentservice:8f26719
 - currencyservice -> currencyservice:8f26719
 - cartservice -> cartservice:8f26719
 - frontend -> frontend:8f26719
 - loadgenerator -> loadgenerator:8f26719
 - adservice -> adservice:8f26719
Tags generated in 511.979445ms
Checking cache...
 - loadgenerator: Found
 - emailservice: Found
 - paymentservice: Found
 - productcatalogservice: Found
 - shippingservice: Found - currencyservice:
Found
 - checkoutservice: Found
 - recommendationservice: Found
 - cartservice: Found
 - adservice: Found
 - frontend: Found
Cache check complete in 57.370819ms
Starting test...
Test complete in 14.535µs
@dgageot dgageot changed the title Cache output is sometimes mingled Cache check output is sometimes mingled Mar 18, 2019
@priyawadhwa priyawadhwa added kind/bug Something isn't working area/cache labels Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cache kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants