mint570
mint570
New definitions are merged in https://github.com/Azure/sonic-swss-common/pull/604. But the test still not picking up the new change.
@prsunny Can you please take a look?
@prsunny Can you please take a look at this pr? We have an internal fix for https://github.com/Azure/sonic-buildimage/issues/10410. Would like to upstream our fix after this pr.
The last few of the pytests failed. The number of failed tests are different each time. But they are at the end of the run. I suspect there are some...
All runs passed now except for the coverage. I disabled a few pytest at the end due to the memory/disk (probabiliry) issue. We plan to enable the p4orch unit test...
@prsunny With p4orch unit test enabled and code coverage enabled, this PR is fully ready now. Please take a look.
We didn't pass "-s". We just replace "-s" with "-z zmq_sync". I included the branch we used in the description. (It is a snapshot in the 202106 branch.) I do...
If we only pass "-s", we do see the RedisRemoteSaiInterface.cpp log. Here is the log if we do "-s": 2021-11-09T09:38:18.028182-08:00 ju3u1m1 swss#orchagent: :- main: Enabling synchronous mode 2021-11-09T09:38:18.028198-08:00 ju3u1m1 swss#orchagent:...
Syncd didn't seem to receive the init_view. Seems like zmq was not working? I ran the docker-sonic-vs directly on my machine. Is there anything I need to do on the...
Some new update. I tried syncd with the "-s" flag and orchagent with the "-z" flag, then INIT_VIEW worked! This is the orchagent log with "-s" in syncd and "-z"...