Ensure all messages are retained in the Query Tool from long running queries. Fixes #4730

This commit is contained in:
Aditya Toshniwal
2019-10-25 12:38:46 +01:00
committed by Dave Page
parent 6d7ff9444a
commit 1f6a0a87f6
3 changed files with 4 additions and 3 deletions
@@ -82,7 +82,7 @@ describe('#callRenderAfterPoll', () => {
expect(sqlEditorSpy.update_msg_history).toHaveBeenCalledWith(
true,
'Some result\n\nQuery returned successfully in 0 msec.',
true
false
);
});
@@ -173,7 +173,7 @@ describe('#callRenderAfterPoll', () => {
expect(sqlEditorSpy.update_msg_history).toHaveBeenCalledWith(
true,
'Some result\n\nQuery returned successfully in 0 msec.',
true
false
);
});