-
Notifications
You must be signed in to change notification settings - Fork 624
Random changes for Indexing #3169
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
Conversation
Some changes I made during debugging.
public static class Results { | ||
private final boolean hasRun; | ||
|
||
private final int documentsProcessed; |
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.
FYI I don't think we will ever differentiate between documentsWritten and documentsDeleted as they are handled interchangeably by IndexManager.
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (ad4b1e7b) is created by Prow via merging commits: 486abaf 486be8d. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (ad4b1e7b) is created by Prow via merging commits: 486abaf 486be8d. |
Some changes I made during debugging.