YNL test fails #37
Closed
MohanPrasad-J
started this conversation in
General
Replies: 1 comment 2 replies
-
I submitted a fix: https://lore.kernel.org/20240828173609.2951335-1-kuba@kernel.org |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I try to run ingest_mdir.py for a series of patches. The YNL test always fails throwing up an error log(stderr) with the below warning.
netdev.c: In function ‘main’:
netdev.c:82:9: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
82 | scanf("%d", &ifindex);
| ^~~~~~~~~~~~~~~~~~~~~
netdev.c being in the directory /tools/net/ynl/samples/netdev.c
I observed that these tests are passing in the patchwork system.
Since this is not a part of change I did, The YNL test should not fail for my series of patches.
How to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions