[devel] [PATCH 0 of 1] Review Request for logsv: Improve memory handling when writing log records [#1376]

2015-06-18 Thread Vu Minh Nguyen
Minh Nguyen vu.m.nguy...@dektech.com.au Date: Thu, 28 May 2015 10:35:24 +0700 logsv: Improve memory handling when writing log records [#1376] Once having request to write log record, LOGSV allocates three separate memories and do copying log record to there. As the result

[devel] [PATCH 1 of 1] tools: Color the failed test cases by Unit Test Framework [#1390]

2015-06-17 Thread Vu Minh Nguyen
tests/unit_test_fw/src/utest.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) If running lots of test cases, it was hard to find the failed ones in the current fw. With this enhancement, the fw uses red color to alert failed ones. diff --git

[devel] [PATCH 0 of 1] Review Request for Color the failed test cases by Unit Test Framework [#1390]

2015-06-17 Thread Vu Minh Nguyen
n Samples n Tests y Other n Comments (indicate scope for each y above): - EXPLAIN/COMMENT THE PATCH SERIES HERE changeset 7c81abcbd0b3848f32a74c33c019b5eaf8141275 Author: Vu Minh Nguyen

[devel] [PATCH 0 of 1] Review Request for ntftest: ntftest suite 22 test 3 fails [#1379]

2015-06-01 Thread Vu Minh Nguyen
libraries n Samples n Tests y Other n Comments (indicate scope for each y above): - changeset 415e9e29422dbaba2a14e68042712f770a68ed55 Author: Vu Minh Nguyen vu.m.nguy...@dektech.com.au Date

[devel] [PATCH 1 of 1] ntftest: Fix ntftest suite 22 test 3 fails [#1379]

2015-06-01 Thread Vu Minh Nguyen
tests/ntfsv/ntf_search_criteria_test.sh | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) Test suite 22 test 3 invokes the test script tests/ntfsv/ntf_search_criteria_test.sh. This script then passed an invalid non-option `return` to ntfread tool. This fix removed that non-option and

Re: [devel] [PATCH 1 of 1] ntftool: ntfread and ntfsubscribe do not check invalid options [#1355]

2015-05-20 Thread Vu Minh Nguyen
-Original Message- From: praveen malviya [mailto:praveen.malv...@oracle.com] Sent: Wednesday, May 20, 2015 7:26 PM To: Vu Minh Nguyen; minh.c...@dektech.com.au; lennart.l...@ericsson.com Cc: opensaf-devel@lists.sourceforge.net Subject: Re: [PATCH 1 of 1] ntftool: ntfread and ntfsubscribe

[devel] [PATCH 0 of 1] Review Request for LOG: Unnable to rename cfg file when changing saLogStreamFileName attribute [#1346]

2015-05-06 Thread Vu Minh Nguyen
OpenSAF servicesn Core libraries n Samples n Tests n Other n Comments (indicate scope for each y above): - changeset 74a57dba79d6009094c109e30bdb05dab547099b Author: Vu Minh Nguyen

[devel] [PATCH 1 of 1] LOG: Fix unable to rename cfg file when changing saLogStreamFileName attribute [#1346]

2015-05-06 Thread Vu Minh Nguyen
osaf/services/saf/logsv/lgs/lgs_imm.c | 36 -- 1 files changed, 29 insertions(+), 7 deletions(-) As expectation, LOG server should close the old cfg file and opening log file, then creating new cfg/log files. But It failed to rename the configuration file. The

[devel] [PATCH 0 of 1] Review Request for ntftools: ntfread and ntfsubscribe do not check invalid options [#1355]

2015-05-05 Thread Vu Minh Nguyen
9982d7c77ad9a1ca265a31d99af0354fafd626a8 Author: Vu Minh Nguyen vu.m.nguyu...@dektech.com.au Date: Tue, 05 May 2015 05:14:44 +0100 ntftool: ntfread and ntfsubscribe do not check invalid options [#1355] ntfread/ntfsubscribe do not check invalid options. Add code to show invalid

[devel] [PATCH 1 of 1] ntftool: ntfread and ntfsubscribe do not check invalid options [#1355]

2015-05-05 Thread Vu Minh Nguyen
osaf/tools/safntf/ntfread/ntfread.c | 7 +++ osaf/tools/safntf/ntfsubscribe/ntfsubscribe.c | 13 - 2 files changed, 19 insertions(+), 1 deletions(-) ntfread/ntfsubscribe do not check invalid options. Add code to show invalid options to user. diff --git

[devel] [PATCH 1 of 1] LOG: log_stream_config_change() renames files successfully, but makes return (-1) [#1366]

2015-05-04 Thread Vu Minh Nguyen
osaf/services/saf/logsv/lgs/lgs_stream.c | 6 +- 1 files changed, 5 insertions(+), 1 deletions(-) Callers will invoke log_stream_config_chang() @ lgs_stream.c in two cases: 1. Request for old file closing and creating new files if create_files_f parameter sets to TRUE. 2. Just request for

[devel] [PATCH 0 of 1] Review Request for LOG: log_stream_config_change() renames files successfully, but makes return (-1) [#1366]

2015-05-04 Thread Vu Minh Nguyen
Core libraries n Samples n Tests n Other n Comments (indicate scope for each y above): - changeset 61c1f53421e75072237ccde88fac3331dd058cf4 Author: Vu Minh Nguyen vu.m.nguyu

[devel] [PATCH 1 of 1] ntftools: fix ntfsend says --help option is not recognized [#1352]

2015-05-04 Thread Vu Minh Nguyen
osaf/tools/safntf/ntfsend/ntfsend.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) The command ntfsend says the --help option is not recognized, even though it actually does print a help text when given this option. This defect occurs as there is no options [--help|-h]

[devel] [PATCH 0 of 1] Review Request for ntftools: ntfsend says --help option is not recognized [#1352]

2015-05-04 Thread Vu Minh Nguyen
y OpenSAF servicesn Core libraries n Samples n Tests n Other n Comments (indicate scope for each y above): - changeset 2099a928d026d5540e9287ee5eb666ec24678a6e Author: Vu Minh

<    2   3   4   5   6   7