-
Notifications
You must be signed in to change notification settings - Fork 68
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
AgreementEvents with common fields - compatibility with updated ya-client #869
AgreementEvents with common fields - compatibility with updated ya-client #869
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls update panic msgs in tests also
715f5e3
to
2af6ab5
Compare
…b.com:golemfactory/yagna into market/agreement-events-extract-common-fields
dce5a97
to
f2cda7b
Compare
b7111f0
to
a17add8
Compare
* reworked transition error * more code reusage * fixed HTTP error Codes
a17add8
to
fa24515
Compare
match terminator { | ||
OwnerType::Provider => counter!("market.agreements.provider.terminated", 1), | ||
OwnerType::Requestor => counter!("market.agreements.requestor.terminated", 1), | ||
}; | ||
|
||
terminate_reason_metric(&msg.reason, owner_type); | ||
inc_terminate_metrics(&msg.reason, owner_type); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this now contains the above metrics, so we need to remove them :(
sorry, my fault
let filename = captures.get(1).unwrap().as_str().to_string(); | ||
let testname = captures.get(2).unwrap().as_str().to_string(); | ||
|
||
format!("{}.{}", filename, testname) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
resolves: #868
related to changes in ya-client: golemfactory/ya-client#79
Remember!!! Update referenced branch on ya-client to master, before merging this PR