Ivan Shvedunov

Results 57 issues of Ivan Shvedunov

If a pathname is passed as :OUTPUT or as :ERROR to RUN-PROGRAM, the target file is created if it doesn't exist. The problem was that when :IF-OUTPUT-EXISTS / :IF-ERROR-EXISTS is...

I try to load swank + alexandria + babel + bordeaux-threads (quicklisp dist 2017-04-03), and I get SIGSEGV. Removing any of the libs from the list makes the problem disappear....

- [x] reenable the test - [ ] make it pass --- This change is [](https://reviewable.io/reviews/mirantis/virtlet/652)

wip

As of now, promise error callbacks are always invoked immediately and promise success callbacks are only deferred if `*promise-finish-hook*` is set, e.g.: ``` cl (setf blackbird:*promise-finish-hook* #'(lambda (fn) (as:with-delay ()...

I've noticed there's repeating pattern of `(handler-case ... (t () ..))` and `(handler-case ... (condition () ...))` in cl-async & blackbird code. Unfortunatelly this may lead to unwanted non-local exits...

This PR adds several E2E test cases that use `iperf3` to check that TCP stitching works for both UL and DL packets. In order to make sure the problem is...

* fix E2E UE IP assignment in IPv6 mode (UEs having /64 subnet) * add multi-session test cases for IPv6 * fix PFCP error handling when establishing the association *...

test

3GPP TS 29.244 6.3.3.2 CP Function behaviour: > The CP function shall not include multiple updates in a PFCP Modification Request message, e.g. Create PDR, Update PDR and Remove PDR,...

Non-empty value of VPP_USE_WORKER_CORE env var enables the use of the worker core. In this case, exactly 2 logical cores must be allocated for the VPP container via the cpuset...