Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger 8c881bcbe5 Retire repository
See
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007708.html

Change-Id: If97f10290c16903d550c66163b082bd23357fca2
2020-05-08 13:51:25 +02:00
Michael Dong c4586a374b Improve performance by multithreading test calls
This change:
1) rewrites the runner to spawn a thread pool for each template
   and assigns a worker for each test case
2) makes the output colorized by default
3) makes minor changes to the output

Change-Id: I49906f5daaa339ca9429913680203c762a0ad9fe
2017-09-18 13:23:00 -05:00
Ngo Quoc Cuong 1f1b7be594 Remove translation of log messages
The i18n team has decided not to translate the logs because it
seems like it not very useful; operators prefer to have them in
English so that they can search for those strings on the internet.

Change-Id: I84b1a2397f424430ed332aa7d4d874379abd0357
2017-06-16 15:42:45 +07:00
Rahul Nair 38eb9f2a77 Adding i18n support to Syntribos
Adding i18n support to syntribos log messages and prompts.

Change-Id: If9914447ccbf3ac2f9c88c3460756f4b682630ec
2017-03-13 01:51:50 -05:00
Rahul Nair e438463432 Refactoring debug_logger
Moving string utilities used in debug_logger to utils/string_utils

Change-Id: Ib3b6dbdf3567f96be9df03f622eb77b714c03bcd
2016-09-07 10:13:54 -05:00
Rahul Nair 824928799e patch to sanitize debug log
patch to sanitize `secrets` from debug log.

Change-Id: I6d1e656ac7c5a68efcc02b0710ae7e2f05a4798f
2016-08-29 14:16:43 -05:00
zhangyanxian df717a496e Some tiny errors need to be fixed
Change-Id: I20b8f43c96e0cea58e50e1b7116289a445bc39ee
2016-08-15 06:46:44 +00:00
Aastha Dixit 6b449c7182 Adding additional fields to debug log
Adding metadata, stats on http requests and response. Also, adding
checks and signals used by a test to the debug log.

Change-Id: I3b85d50804f1071383dfa4b9a07235926018338c
2016-08-01 18:20:48 -05:00
Rahul Nair 545faf1c6d Fixing bug in debug_logger
Compressing kwargs is having unneeded side effect of corrupting
request header.

Change-Id: I799d3db864836c2bc2d64d99c91b6cf7e302e151
2016-07-26 10:29:04 -05:00
Rahul Nair 8c0b3bd948 Adding request/response content compression
Adding request/response content compression and
modifying the print_log method to display the update log_dir

This is part of the change to update th overall structure of the
debug log. Adding a logger options to config.

Added compression to request params and headers as well, this has
helped in reducing avg log size to abt 50 percent, without loss of
information.

Updated config file to reflect this change
Change-Id: Ifac7a671607945a4ca15d2e87b28b4b2718f0ee1
2016-07-25 18:36:23 -05:00
Rahul Nair ce1bfbdfc4 Changing debug log format
This is part of multiple patches to change the way we do
debug logging.

comments on some of the changes:
base_http_client looks cluttered with the debug_log decorator
and the HttpClient class, so split it into two and now the
logger is in its on file.

Change-Id: I49faa0a0ab92b25446e5047dfa039ecbdf400b6a
2016-07-20 17:00:20 -05:00