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

apply debug_truncate_bytes also for response dumps #589

Merged
merged 1 commit into from
Apr 9, 2021
Merged

Conversation

alexott
Copy link
Contributor

@alexott alexott commented Apr 9, 2021

also, reworked the reporting of termination information

also, reworked the reporting of termination information
@alexott alexott requested a review from nfx April 9, 2021 15:45
@codecov
Copy link

codecov bot commented Apr 9, 2021

Codecov Report

Merging #589 (36d24b5) into master (02fdb32) will decrease coverage by 0.01%.
The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #589      +/-   ##
==========================================
- Coverage   82.23%   82.21%   -0.02%     
==========================================
  Files          78       78              
  Lines        6770     6774       +4     
==========================================
+ Hits         5567     5569       +2     
- Misses        796      797       +1     
- Partials      407      408       +1     
Impacted Files Coverage Δ
common/http.go 85.19% <50.00%> (-0.57%) ⬇️
compute/clusters.go 77.04% <100.00%> (+0.09%) ⬆️

"%s is not able to transition from %s to %s: %s. Please see %s for more details",
clusterID, clusterInfo.State, desired, clusterInfo.StateMessage, docLink))
"%s is not able to transition from %s to %s: %s%s. Please see %s for more details",
clusterID, clusterInfo.State, desired, clusterInfo.StateMessage, details, docLink))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is much better to have it part of a propagated error! :)

@nfx nfx merged commit 3e02b88 into master Apr 9, 2021
@nfx nfx deleted the allow-bigger-dumps branch April 9, 2021 16:09
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