monasca-log-api/monasca_log_api/tests
Tomasz Trębski 264ddd3c3f Truncating too big message
If message that is about to be sent to kafka exceeds maximum allowed size
(i.e. log_publisher.max_message_size), log's message being part of
it is truncated by the difference between maximum and current size.
With this message can be still sent to kafka instead of being
dropped.

Change-Id: Ide1d369a0f58efb3a56b22c47118d2aa062fdc09
2016-06-16 09:49:10 +02:00
..
__init__.py monasca-log-api python 2015-10-08 10:38:12 +02:00
base.py monasca-log-api python 2015-10-08 10:38:12 +02:00
test_healthchecks.py Moving unversioned endpoints 2016-03-11 08:21:47 +00:00
test_kafka_check.py Adding healthcheck 2016-02-22 12:49:21 +01:00
test_keystone_protocol.py Adding healthcheck 2016-02-22 12:49:21 +01:00
test_log_publisher.py Truncating too big message 2016-06-16 09:49:10 +02:00
test_logs.py Common code base for v2 and v3 2016-03-25 13:44:47 +01:00
test_logs_v3.py Common code base for v2 and v3 2016-03-25 13:44:47 +01:00
test_role_middleware.py Security update for monasca-log-api 2015-12-17 11:27:12 +01:00
test_service.py Truncating too big message 2016-06-16 09:49:10 +02:00
test_v2_v3_compare.py Unification for v2 and v3 output 2016-04-07 09:39:36 +02:00
test_versions.py Versions endpoint is working 2016-03-11 08:22:28 +00:00