History log of /openbmc/phosphor-logging/test/elog_errorwrap_test.hpp (Results 1 – 8 of 8)
Revision Date Author Comments
# 2544b419 04-Oct-2022 Patrick Williams <patrick@stwcx.xyz>

clang-format: update with latest

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I329396457b83bb2eb8740629b4ac1fbe9106bced


# 4a375950 01-Jul-2022 Matt Spinler <spinler@us.ibm.com>

Fix some cppcheck warnings

Fix some of the warnings in the base phosphor-logging code.

It doesn't fix all of them - some are false positives and some are just
suggestions, but it does bring down th

Fix some cppcheck warnings

Fix some of the warnings in the base phosphor-logging code.

It doesn't fix all of them - some are false positives and some are just
suggestions, but it does bring down the number a bit to make it easier
to spot real issues.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I8a131cbc2941ccba79ef3775151007c770207bd5

show more ...


# 45e83521 22-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are

sdbusplus: use shorter type aliases

The sdbusplus headers provide shortened aliases for many types.
Switch to using them to provide better code clarity and shorter
lines. Possible replacements are for:
* bus_t
* exception_t
* manager_t
* match_t
* message_t
* object_t
* slot_t

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ibc25db433a6926f7ee43ea83312c3ac14f480c33

show more ...


# ce0bdf1d 16-Apr-2021 Patrick Williams <patrick@stwcx.xyz>

test: fix compile warnings under -Werror

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Iae11cb541f238c8e6122afaef2186c9ea5aad0c6


# 331c4857 16-Apr-2021 Patrick Williams <patrick@stwcx.xyz>

filesystem: use non-experimental

std::filesystem has replaced std::experimental::filesystem
since at least C++17 and experimental no longer links without
extra effort in C++20. Use

filesystem: use non-experimental

std::filesystem has replaced std::experimental::filesystem
since at least C++17 and experimental no longer links without
extra effort in C++20. Use the C++17 std::filesystem APIs.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I33cfc22e04e435fcdca5bf83b5877a7a27c394c8

show more ...


# 7ec2ab7e 03-Apr-2020 Matt Spinler <spinler@us.ibm.com>

PEL: Make elog_update_ts_test more CI friendly

This testcase was intermittently failing in Jenkins with an error
that implied it could not write the log serialization file.

Sinc

PEL: Make elog_update_ts_test more CI friendly

This testcase was intermittently failing in Jenkins with an error
that implied it could not write the log serialization file.

Since all event logs serialize to the same directory, it's possible
other instances of this testcase, or elog_errorwrap_test, were running
at the same time and caused collisions. To try to fix that, make the
following changes:
* Make the elog ID, and hence the filename, be random
* If there is a save file by that ID already, get a new ID.
* Don't delete the save directory at the end, only the file, in case
another test is still using it.
* Also don't delete the save directory at the end of
elog_errorwrap_test, in case another jenkins job is running this at
the same time.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ib81015936d0cc673b330f49f1c703e8fa16853ae

show more ...


# f18bf836 26-Oct-2018 Patrick Venture <venture@google.com>

add .clang-format

Change-Id: I2c36b7886a25d0b235693b0776019d29608e1d52
Signed-off-by: Patrick Venture <venture@google.com>


# 477b731a 25-Jun-2018 Nagaraju Goruganti <ngorugan@in.ibm.com>

Add unit tests for the phosphor-logging server

-Add unit tests for error wrapping

Change-Id: Ib15620d84de8ab5abdc85b8f88dd7c05f83fd6f3
Signed-off-by: Nagaraju Goruganti <ngoruga

Add unit tests for the phosphor-logging server

-Add unit tests for error wrapping

Change-Id: Ib15620d84de8ab5abdc85b8f88dd7c05f83fd6f3
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>

show more ...