Closed luisgomez214 closed 7 months ago
This is probably not your issue since you deleted the volumes.
I saw similar test case results when I accidentally ran the ./load_tweets_parallel.sh
twice. To see if that's your issue, maybe you can take a look at your results/simple_04.sql
and compare with expected/simple_04.sql
. For me the count was doubled. (At the time of this happening, my code also passed on GitHub but not server).
If you have any doubts that the docker container is outdated try docker-compose build --no-cache
.
Hello,
I have made sure to bring docker down, deleted volumes, and deleted images before bringing up docker again. When I run the test case for parallel, I pass all the normalized and most of the normalized_batch.
but whenever I upload to Github, my test cases are green.
I am able to run
and receive times significantly faster than the sequential.
Also, I have ran docker-compose logs and everything seems correct.
Is anyone else having this issue?