Joe LeVeque
Joe LeVeque
When an application has subscribed for notifications and a large batch of notifications should theoretically be available, it appears as though the notifications "trickle in" to the application from the...
Installing dependent packages in the Makefile ([see here](https://github.com/Azure/sonic-mgmt-framework/blob/master/CLI/Makefile#L47-L52)) can break a parallel SONiC image build, because it can cause parallel executions of `dpkg`, which can cause failures. The build system...
After building the package, `git status` indicates there are changes to go.sum: ```diff diff --git a/go.sum b/go.sum index 4270499..9cd8b44 100644 --- a/go.sum +++ b/go.sum @@ -8,10 +8,14 @@ github.com/antchfx/xmlquery v1.2.1...
EEPROM class should obtain EEPROM data when instantiated and store as a class member, then use that data in methods rather than having to pass the raw data into the...
- Use swsscommon rather than direct Redis library access - All tabular printing functions should use the `tabulate` module - Should the library have functionality to read from DB, or...
Remove dependency on sonic-config-engine (i.e., move portconfig-related functions to sonic-py-common, including those in sonic-config-engine/portconfig.py) Depends on https://github.com/Azure/sonic-buildimage/issues/4999
sfputilbase.py should utilize sonic-config-engine/portconfig.py to parse port configuration files, rather than doing it directly. Eventually, the functionality in portconfig.py should be moved out of sonic-config-engine and into sonic-py-common, which is...
Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.
Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.
Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.