Yan Gorelik

Results 20 comments of Yan Gorelik

In the fork [added](https://github.com/ygorelik/ydk-gen/commit/65c9cd9a75b8ce29ea971970b0adee3976bb8e23) unit test (file sdk/go/core/tests/service_crud_test.go) for this issue using _openconfig-bgp_ YANG model: ``` func (suite *CrudTestSuite) TestReadVsReadConfig() { // Delete BGP config bgp := ysanity_bgp.Bgp{} suite.CRUD.Delete(&suite.Provider, &bgp)...

Adding stack trace: ``` Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_pthread.dylib 0x00007fff6c343137 pthread_mutex_lock + 0 1 ydk_.so 0x0000000109378782 lydict_remove + 82 (dict.c:127) 2 ydk_.so 0x0000000109416890 lyd_free + 496 3...

**The root cause** At the end of the python process, when all the objects are getting destroyed, the root schema node object _root_schema_ got destroyed before the _data_node_. That is...

During gNMI Service feature development the YFilter enum has been expanded to include gNMI specific filter - update. Therefore the enum is used for both Netconf and gNMI services. In...

Is this still an issue? Could you please provide more information including log file.

Same issue observed on tail-f module: ``` YGORELIK-M-C3GG:yang ygorelik$ pyang tailf-ncs-cluster.yang tailf-ncs-cluster.yang:224: error: unexpected keyword "default" tailf-ncs-cluster.yang:225: error: unexpected keyword "default" tailf-ncs-cluster.yang:226: error: unexpected keyword "default" tailf-ncs-cluster.yang:227: error: unexpected keyword...

Tested the docs for 0.8.6.5 and confirm that the issue has been fixed. Hence closing the issue.

Tested the docs for 0.8.6.5 and confirm that the issue has been fixed. Hence closing the issue.