-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The eventd.proxy
test occasionally fails
#20494
Comments
Can not reproduce it now, close it |
Hi @sonic-otn , Lately, we do see this issue frequently during build:
Please let me know what you need from my side in order to investigate it. Thanks, |
Same for us using 202411 branch. I see it fail about 50% of the time.
|
You can see this issue happening on recent official builds e.g. here: https://dev.azure.com/mssonic/build/_build/results?buildId=728859&view=logs&j=88ce9a53-729c-5fa9-7b6e-3d98f2488e3f&t=b71397ab-4d88-53c1-4db7-b4fc5ec36f6f - search for "FAILED" |
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: