sonic-net / sonic-buildimage

Scripts which perform an installable binary image build for SONiC
Other
734 stars 1.41k forks source link

The `eventd.proxy` test occasionally fails #20494

Closed sonic-otn closed 3 days ago

sonic-otn commented 6 days ago

Description

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

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:

  1. 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):

sonic-otn commented 3 days ago

Can not reproduce it now, close it