Skip to content

Commit 66969c0

Browse files
committed
unittest-seastar-socket: debug to error on unexpected return from dispatch_rw_bounded
Related: https://tracker.ceph.com/issues/64457 Signed-off-by: Samuel Just <[email protected]>
1 parent e160811 commit 66969c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/crimson/test_socket.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ future<> test_unexpected_down(bool is_fixed_cpu) {
449449
[](auto cs) {
450450
return Connection::dispatch_rw_bounded(cs, 128, true
451451
).handle_exception_type([](const std::system_error& e) {
452-
logger().debug("test_unexpected_down(): client get error {}", e);
452+
logger().error("test_unexpected_down(): client get error {}", e);
453453
ceph_assert(e.code() == error::read_eof);
454454
});
455455
},

0 commit comments

Comments
 (0)