Rohitt Vashishtha
|
e14dbecdd1
|
zblueslip: Store more_info and stack as well in the logs.
Now, the get_test_logs() returns an array of objects instead
of an array of strings as follows:
[{
message: "something",
more_info: {},
stack: {},
}]
|
2018-07-10 16:22:52 -04:00 |
Rohitt Vashishtha
|
17bdb8e984
|
zblueslip: Add exception_msg and wrap_function functions.
This commit brings zblueslip on par with blueslip.
|
2018-07-10 16:22:52 -04:00 |
Rohitt Vashishtha
|
f51e151e62
|
zblueslip: Convert node_tests/markdown.js to zblueslip.
Also allows comparing in zblueslip using toString() for cases like
comparing an `Error('hello')` object and a `'hello'`.
|
2018-05-03 16:27:05 -07:00 |
Rohitt Vashishtha
|
bddb6a1a14
|
zblueslip: Log output for all function calls.
Also adds asserts on blueslip.log() call in node_tests/people_errors.js.
|
2018-04-23 16:18:35 -07:00 |
Rohitt Vashishtha
|
4738644339
|
zblueslip: Create zblueslip.js for improved error handling.
Adds a basic API for controlling the allowed error messages and
documents the usage in the form of unit tests, similar to zjquery.
Fixes #8675.
|
2018-04-19 15:02:00 -04:00 |