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

Compute shard id start in epoch false #1867

Merged
merged 12 commits into from Jun 22, 2020

Conversation

sasurobert
Copy link
Contributor

No description provided.

iulianpascalau
iulianpascalau previously approved these changes Jun 4, 2020
SebastianMarian
SebastianMarian previously approved these changes Jun 4, 2020
err := errors.New("localErr")
args.LatestStorageDataProvider = &mock.LatestStorageDataProviderStub{
GetCalled: func() (storage.LatestDataFromStorage, error) {
return storage.LatestDataFromStorage{}, err
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this intended? Returning both useful data and error?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is not useful. It is a strict not a pointer to a struct. Only error is important for this

Copy link
Contributor

Choose a reason for hiding this comment

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

yup, is not a pointer, missed that

iulianpascalau
iulianpascalau previously approved these changes Jun 8, 2020
SebastianMarian
SebastianMarian previously approved these changes Jun 9, 2020
Copy link
Contributor

@LucianMincu LucianMincu left a comment

Choose a reason for hiding this comment

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

System tests passed.

@LucianMincu LucianMincu merged commit 56645db into development Jun 22, 2020
@LucianMincu LucianMincu deleted the compute-shardID-startInEpoch-false branch June 22, 2020 21:07
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.

None yet

4 participants