Samir Halilčević

Results 17 issues of Samir Halilčević

This unit test was left in the #1761 as a review item that I couldn't figure out how to implement. Now that I've fixed it, this PR closes #1600.

Closes #1777. Stress tested the unit test. It seems like it fixes the issue. Please go over the explanation in the ticket, if you think there exists a better solution?

The custom testing library supports multiple GIVEN, WHEN and THEN blocks when using [test scenarios](https://github.com/actor-framework/actor-framework/tree/master/libcaf_test#scenarios). However, there seems to be a bug when making multiple blocks of the same type...

bug

Removed `@experimental` from `add_actor_type`. Deprecated the class-based actor `add_actor_type` overload.

Tests don't run on the `debian-11` and `ubuntu-20.04` distributions on our Jenkins pipeline. The test step reports `No tests were found!!!` and finishes successfully.

pipeline

While working on `std::format` support, I've noticed that we fail to build CAF using `clang` in c++23 mode. Here is the shortened error summary: ``` include/c++/14.1.1/tuple:956:36: error: no matching function...

The `caf-robot-stream-octet` test fails a lot of CI runs.

pipeline

Fix for security issue regarding hostname validation in SSL. Note that it's not possible to fetch the hostname from the SSL connection object, so only the setter is provided, no...

In deterministic testing, the `expect` call should fail the test if the actor under test leaves the message in its mailbox after the check. This might happen when an actor...

low priority