raebbar
raebbar
I am also interested in the resolution of this issue. Please reopen again. The versions in our system are: kube-prometheus-stack: 32.2.0 prometheus: 2.33.1 grafana: 8.3.6 alertmanager: 0.23.0 prometheus-operator: 0.54.0
> If anybody else is able to set up Dkron in some k8s cluster, I think it will be more sufficient as we will have at least two evidence that...
Disabling the cache in general has a big impact on tests based on KernelTestCase. The kernel is rebooted for each individual test and the container is now rebuilt each time,...
@nivpenso Just as mmoreram has already described, tests should be isolated in order to have a clear state at the beginning and not influence each other. The question I am...
@mmoreram I understand your point ... ok let's make it convenient :-) "Disabling the cache only on prod (which makes sense)" - doesn't solve the problem completely because I don't...
I think we can start with that. Another possibility would be an environment variable to keep it flexible for all cases. By default, we would deactivate the cache unless the...
Functional tests check the integration of the different layers of an application (from the routing to the response). Most of the application's services are used as they are. Only a...
@mmoreram Just for clarification. I meant services in the sense of [Symfony Container](https://symfony.com/doc/current/service_container.html). And of course they can have a state.
You have just given simple examples yourself. Would you say the Redis server implementation in ReactPHP by clue (https://github.com/clue/php-redis-server) has a state? Write your Varnish clone in reactphp, imaginable -...
Looks good. Thank you for the implementation.