Open supreethkurpad opened 1 year ago
@supreethkurpad thanks for reporting the issue, in our case we're running python init script to generate sample posts - https://github.com/delimitrou/DeathStarBench/blob/master/socialNetwork/scripts/init_social_graph.py
Can you give it a try and see if issue is still present?
I am also getting this same issue when running via Helm, running the init script still shows no posts on the frontend, but there is definitely something happening in the backend, based on the Jaeger traces.
I am currently using the socialNetwork application via Helm on Kubernetes to run performance benchmarks.
I see that when the application is deployed using Helm, new posts created via the frontend are not being displayed; but when deployed with Docker compose, the application works as expected.
This issue is present on version 0.0.10 and 0.0.1. Is there any stable version of DeathStarBench that can be used for running performance tests?
Thanks in advance!