Skip to content

Commit

Permalink
Tests: Let's try to triger NLT errors
Browse files Browse the repository at this point in the history
final test what category is
try to filter by category
fix pmdk/.+
suppress pmdk logs based on filename prefix
try tu suppress PMDK warnings in VOS
lets test the final solution
optimize path in new way
exclude set.c in analysis
ignore errors in custom pipeline-lib
ignore fatal error in nlttest validation
remove dummy file set.c
fix too long file names
fix path to nlt-erros.json
extend treshold
exclude nlt_test from cat command
restore original Jeninse file
remove set.c to see error logs in details
restore org (bad) path to set.c
move NLT tests to Build stage
print nlt logs before they are removed

Cancel-prev-build: false
Parallel-build: true
Skip-build-el8-rpm: true
Skip-build-el9-rpm: true
Skip-build-leap15-rpm: true
Skip-build-ubuntu20-rpm: true
Skip-build-el8-gcc-dev: true

Skip-build-leap15-icc: true

Skip-unit-test: true
Skip-unit-test-memcheck: true
Skip-bullseye: true

Skip-func-test: true
Skip-fault-injection-test: true
Skip-func-test-vm-all: true
Skip-func-test-hw: true

Signed-off-by: Tomasz Gromadzki <[email protected]>

Revert "Tests: Let's try to triger NLT errors"

This reverts commit 877f40f.

Revert "Tests: Let's try to triger NLT errors"

This reverts commit 877f40f.

Tests: Let's try to triger NLT errors

ignore fatal error in nlttest validation
remove dummy file set.c
fix too long file names
fix path to nlt-erros.json
extend treshold
exclude nlt_test from cat command
restore original Jeninse file
remove set.c to see error logs in details
restore org (bad) path to set.c
move NLT tests to Build stage
print nlt logs before they are removed

Cancel-prev-build: false
Parallel-build: true
Skip-build-el8-rpm: true
Skip-build-el9-rpm: true
Skip-build-leap15-rpm: true
Skip-build-ubuntu20-rpm: true
Skip-build-el8-gcc-dev: true

Skip-build-leap15-icc: true

Skip-unit-test: true
Skip-unit-test-memcheck: true
Skip-bullseye: true

Skip-func-test: true
Skip-fault-injection-test: true
Skip-func-test-vm-all: true
Skip-func-test-hw: true

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 26, 2025
1 parent 9bfd60b commit 5211ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vos/pmdk_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pmdk_log_function(enum pmemobj_log_level level, const char *file_name, unsigned

/* add "pmdk/" prefix to all files names */
#define PMDK_LOG_FUNCTION_MAX_FILENAME 255
char file_name_buff[PMDK_LOG_FUNCTION_MAX_FILENAME] = "pmdk/";
char file_name_buff[PMDK_LOG_FUNCTION_MAX_FILENAME] = "tg/";
char *local_file_name = file_name_buff + 5;
while ((local_file_name < file_name_buff + PMDK_LOG_FUNCTION_MAX_FILENAME - 1) &&
(*file_name != '\0')) {
Expand Down

0 comments on commit 5211ad6

Please sign in to comment.