Skip to content

Commit

Permalink
fix[update-arango-graph] - creates a missing collection in already pr… (
Browse files Browse the repository at this point in the history
#1649)

* fix[update-arango-graph] - creates a missing collection in already present graph - 1648

Signed-off-by: Kanchan Dhamane <dhamane.kanchan@gmail.com>

* fix[update-arango-graph] - updates print statment in Makefile - 1648

Signed-off-by: Kanchan Dhamane <dhamane.kanchan@gmail.com>

---------

Signed-off-by: Kanchan Dhamane <dhamane.kanchan@gmail.com>
  • Loading branch information
kanchan-dhamane committed Jan 21, 2024
1 parent 237ff8c commit f1703bd
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 582 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -172,7 +172,7 @@ start-inmem-db: check-docker-compose-tool-check
sleep 1; \
counter=$$((counter+1)); \
done; \
[ $$counter -eq 15 ] && { echo "Arango GUAC service did not start in time"; exit 1; } || echo "Inmem GUAC service is up!"
[ $$counter -eq 15 ] && { echo "Inmem GUAC service did not start in time"; exit 1; } || echo "Inmem GUAC service is up!"

# start graphQL server with keyvalue-redis backend
.PHONY: start-redis-db
Expand Down

0 comments on commit f1703bd

Please sign in to comment.