qa test fixes
This commit is contained in:
parent
459c65100c
commit
e8e5f9e005
@ -2358,9 +2358,9 @@ bool printSearchResultsHeader ( State0 *st ) {
|
||||
sb->safePrintf("\t<numResultsOmitted>%"INT32""
|
||||
"</numResultsOmitted>\n",
|
||||
msg40->m_omitCount);
|
||||
sb->safePrintf("<numShardsSkipped>%"INT32"</numShardsSkipped>\n",
|
||||
sb->safePrintf("\t<numShardsSkipped>%"INT32"</numShardsSkipped>\n",
|
||||
msg40->m_msg3a.m_skippedShards);
|
||||
sb->safePrintf("<totalShards>%"INT32"</totalShards>\n",
|
||||
sb->safePrintf("\t<totalShards>%"INT32"</totalShards>\n",
|
||||
g_hostdb.m_numShards );
|
||||
}
|
||||
|
||||
|
2
qa.cpp
2
qa.cpp
@ -183,6 +183,8 @@ void processReply ( char *reply , int32_t replyLen ) {
|
||||
markOut ( content , "spider is done (");
|
||||
markOut ( content , "spider is paused (");
|
||||
|
||||
markOut ( content , "<totalShards>");
|
||||
|
||||
// 3 Collections etc.
|
||||
markOut ( content , "/rocket.jpg></div></a></center><br><br><div style=\"width:190px;padding:4px;margin-left:10px;background-color:white;border-top-left-radius:10px;border-bottom-left-radius:10px;border-color:blue;border-width:3px;border-style:solid;margin-right:-3px;border-right-color:white;overflow-y:auto;overflow-x:hidden;line-height:23px;color:black;\"><center><nobr><b>" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user