sonic-net / sonic-sairedis

SAI object interface to Redis database, as used in the SONiC project
Other
56 stars 259 forks source link

Update pipeline #1382

Closed kcudnik closed 2 months ago

kcudnik commented 2 months ago

use requests 2.31.0 instead of latest 2.32.0, requests 2.32.0 breaks Test stage.

kcudnik commented 2 months ago

errors related to this: https://github.com/docker/docker-py/issues/3256

kcudnik commented 2 months ago

it seems like this fix is helping, but some of the tests (11 tests fail) and it seems to be consistently failing, failure is not related to http+docker issue

kcudnik commented 2 months ago

failing tests seems to be from the same group:

test_crm.py::TestCrm::test_CrmFdbEntry FAILED                            [ 65%]
test_crm.py::TestCrm::test_CrmIpv4Route FAILED                           [ 65%]
test_crm.py::TestCrm::test_CrmIpv6Route FAILED                           [ 66%]
test_crm.py::TestCrm::test_CrmIpv4Nexthop FAILED                         [ 66%]
test_crm.py::TestCrm::test_CrmIpv6Nexthop FAILED                         [ 67%]
test_crm.py::TestCrm::test_CrmIpv4Neighbor FAILED                        [ 67%]
test_crm.py::TestCrm::test_CrmIpv6Neighbor FAILED                        [ 68%]
test_crm.py::TestCrm::test_CrmNexthopGroup FAILED                        [ 68%]
test_crm.py::TestCrm::test_CrmNexthopGroupMember FAILED                  [ 69%]
test_crm.py::TestCrm::test_CrmAcl FAILED                                 [ 69%]
test_crm.py::TestCrm::test_CrmAclGroup FAILED                            [ 70%]

@prsunny do you have idea why those fail ?

kcudnik commented 2 months ago

I merged this as it fixes over 179 tests, and leaves 11 to go, which probably needs other fix