Skip to content

Commit

Permalink
Docs: clean up ITs Readme, run formatter (bloomberg#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored and alexander-e1off committed Oct 24, 2024
1 parent f85a743 commit ef300bc
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 252 deletions.
4 changes: 2 additions & 2 deletions src/applications/bmqtool/m_bmqtool_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,8 @@ void Application::onMessageEvent(const bmqa::MessageEvent& event)
d_statContext_sp->adjustValue(k_STAT_MSG, blob.length());

// Call 'onMessage' before logging PUSH message. 'onMessage' blocks
// until open queue response is logged. This is done for 'bmqit'
// which relies on order of those logs.
// until open queue response is logged. This is done for
// integration tests that rely on order of those logs.

if (d_parameters_p->mode() == ParametersMode::e_CLI &&
!d_parameters_p->confirmMsg()) {
Expand Down
2 changes: 1 addition & 1 deletion src/python/blazingmq/dev/configurator/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Create a configurator for running a cluster.
BMQ configurator generator
BlazingMQ configurator generator
usage: python-m blazingmq.dev.configurator
[-h] [--log-level LEVELS]
Expand Down
Loading

0 comments on commit ef300bc

Please sign in to comment.