-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
On a recent (today) clean clone from "main", make run-all-tests fails with the following error - Not sure what I am doing wrong:
$ make run-all-tests
# Ensure P4Runtime server is listening
t=5; \
while [ ${t} -ge 1 ]; do \
if sudo lsof -i:9559 | grep LISTEN >/dev/null; then \
break; \
else \
sleep 1; \
t=`expr $t - 1`; \
fi; \
done; \
docker exec -w /tests/libsai/vnet_out simple_switch-mhanif ./vnet_out
lsof: no pwd entry for UID 4321
lsof: no pwd entry for UID 4321
GRPC call SetForwardingPipelineConfig 0.0.0.0:9559 => /etc/dash/dash_pipeline.json, /etc/dash/dash_pipeline_p4rt.txt
GRPC ERROR[7]: Not primary, GRPC call Write::INSERT ERROR:
table_id: 38960243 match { field_id: 1 exact { value: "\000\000<" } } action { action { action_id: 21912829 } }Failed to create Direction Lookup Entry
make: *** [Makefile:253: run-libsai-test] Error 1
Metadata
Metadata
Assignees
Labels
No labels