Yan Gorelik

Results 13 issues of Yan Gorelik

## Current Behavior All go UT tests on ubuntu:focal (20.04) VM and docker get passed, but tests.sh gets stalled in Travis tests. All the gNMI UT tests (gnmi_tests.sh) on Travis...

testing
golang

## Current Behavior Getting python crush (segmentation fault) while traversing entities to the top level entity. ## Steps to Reproduce Execute the following script: ``` #!/usr/bin/env python # from ydk.services...

bug
python

## Current Behavior XmlSubtreeCodec and JsonSubtreeCodec fail decode empty type of data. They create empty leaf with value of empty string (expected: object Empty()). Similar issue appears in JsonSubtreeCodec; see...

bug
C++

## Current Behavior When upgraded Python to version 3.9.5, it is noticed that all YDK Python applications exit with Segmentation Fault. Investigation showed that this is well known Python 3.9...

python
third party

The issue appears in YDK-0.5.5. ## Expected Behavior When payload string content does not correspond to referenced model, the YDK should report an error during that string decoding. ## Current...

enhancement
python

## Current Behavior When yang model contains typedef statement, which defines bits type, the generated bundle defines corresponding class, but its meta data is missing. ## Steps to Reproduce 1....

bug
bundle
python

## Expected Behavior All sanity tests expected to run on all supported platforms ## Current Behavior When running Python deviation tests (test_sanity_deviation.py) on Mac OS, the YDK produces Segmentation fault...

python
Mac

Spawned from #863 ## Current Behavior All data validated by libyang. ## Enhancement objectives Allow user locally disable data validation.

enhancement
golang

## Expected Behavior Expected Travis tests on Bionic to run like they do on Trusty and Xenial. ## Current Behavior During Travis tests on Ubuntu:Bionic the test process falls into...

testing

## Expected Behavior When running gNMI subscribe operation in POLL or STREAM mode the user must be able gracefully finish the operation and stay in the running application. ## Current...

enhancement