Skip to content

Commit

Permalink
fix tests failures introduced in #68 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Mar 13, 2024
1 parent 5a37a32 commit 8e30029
Show file tree
Hide file tree
Showing 13 changed files with 468 additions and 74 deletions.
1 change: 0 additions & 1 deletion dgraphtest/local_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ func (c *LocalCluster) Start() error {
// sometimes health check doesn't work due to unmapped ports. We dont know why this happens,
// but checking it 4 times before failing the test.
for i := 0; i < 4; i++ {

if err = startAll(); err == nil {
return nil
}
Expand Down
Loading

0 comments on commit 8e30029

Please sign in to comment.