Uninett / zinolib

Python library for zino
Apache License 2.0
1 stars 3 forks source link

Fix parsing of garbage input to getlog #44

Closed hmpf closed 8 months ago

hmpf commented 8 months ago

Closes #36

Sometimes, Zino 1 replies to b'getlog' with the output from b'getattrs', this leads to an exception.

That exception is here replaced with a RetryError.

github-actions[bot] commented 8 months ago

Test results

    3 files      3 suites   41s :stopwatch:   63 tests   63 :heavy_check_mark: 0 :zzz: 0 :x: 189 runs  189 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit d97de036.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (5c9469f) 71.60% compared to head (d97de03) 71.52%. Report is 4 commits behind head on main.

Files Patch % Lines
src/zinolib/controllers/zino1.py 60.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== - Coverage 71.60% 71.52% -0.09% ========================================== Files 13 13 Lines 1363 1366 +3 ========================================== + Hits 976 977 +1 - Misses 387 389 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud