Joe LeVeque

Results 12 issues of 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...

Bug

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...

bug

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...

help wanted

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...

Help Wanted
Cleanup
EEPROM

- 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...

Help Wanted
Cleanup
EEPROM

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

Cleanup

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...

Enhancement

Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.

Help Wanted
psud

Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.

Help Wanted
chassisd

Convert unit tests to use Pytest, and also take advantage of pytest-cov coverage reporting.

Help Wanted
thermalctld