-
Notifications
You must be signed in to change notification settings - Fork 0
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
Http Piece Retrival Test #8
Conversation
integration/spadev0/util.go
Outdated
@@ -164,7 +191,7 @@ func addErrorResults( | |||
Task: task.Task{ | |||
Requester: requester, | |||
Module: "spadev0", | |||
Metadata: spadev0Metadata, | |||
Metadata: make(map[string]string), |
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.
Wasnt sure which metadata to use for the error unless we want to pass it around
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.
hmm, have a look at theaddErrorResults
func in integration/filplus/util.go
to see how it's done there. I originally copied from here but simplified as we only had one type - might be better to copy what they have.
StatemarketdealsBatchSize Key = "STATEMARKETDEALS_BATCH_SIZE" | ||
StatemarketdealsInterval Key = "STATEMARKETDEALS_INTERVAL" | ||
PublicIP Key = "_PUBLIC_IP" | ||
AcceptedContinents Key = "ACCEPTED_CONTINENTS" |
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.
Sorted this and got rid of the fil+ and statemarket deals
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.
LGTM!
#37 in RetrievalBot tasks