You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eventd.proxy test occasionally fails on my build server, but the issue is resolved when I rerun the command make target/debs/bookworm/sonic-eventd_1.0.0-0_amd64.deb. I'm working on the main branch with PR #20024.
[----------] 6 tests from eventd
[ RUN ] eventd.proxy
Proxy TEST started
tests/eventd_ut.cpp:170: Failure
Expected equality of these values:
1
rc
Which is: 36
Finished building: rsyslog_plugin/rsyslog_plugin.cpp
tests/eventd_ut.cpp:279: Failure
Expected equality of these values:
rd_cevts_sz
Which is: 6
wr_evts.size()
Which is: 5
eventd_proxy is tested GOOD
[ FAILED ] eventd.proxy (1627 ms)
Steps to reproduce the issue:
make SONIC_BUILD_JOBS=8 target/sonic-vs.img.gz
Describe the results you received:
Describe the results you expected:
Output of show version:
(paste your output here)
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
Description
The
eventd.proxy
test occasionally fails on my build server, but the issue is resolved when I rerun the commandmake target/debs/bookworm/sonic-eventd_1.0.0-0_amd64.deb
. I'm working on the main branch with PR #20024.[----------] 6 tests from eventd
[ RUN ] eventd.proxy
Proxy TEST started
tests/eventd_ut.cpp:170: Failure
Expected equality of these values:
1
rc
Which is: 36
Finished building: rsyslog_plugin/rsyslog_plugin.cpp
Buidling Target: rsyslog-plugin
Invoking: G++ Linker
g++ -Wl,-z,relro -Wl,-z,now -o rsyslog_plugin/rsyslog_plugin ./rsyslog_plugin/rsyslog_plugin.o ./rsyslog_plugin/syslog_parser.o ./rsyslog_plugin/timestamp_formatter.o ./rsyslog_plugin/main.o -levent -lhiredis -lswsscommon -lpthread -lboost_thread -lboost_system -lzmq -lboost_serialization -luuid -llua5.1
Finished building target: rsyslog-plugin
tests/eventd_ut.cpp:279: Failure
Expected equality of these values:
rd_cevts_sz
Which is: 6
wr_evts.size()
Which is: 5
eventd_proxy is tested GOOD
[ FAILED ] eventd.proxy (1627 ms)
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: