Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Nov 15, 2023
1 parent 5217b42 commit 4dfe623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AGENT_PACKAGE_VERSION="${OVERRIDE_AGENT_PACKAGE_VERSION}" DEV=true EXTERNAL=true

# Run integration tests
set +e
AGENT_VERSION="${OVERRIDE_TEST_AGENT_VERSION}" TEST_INTEG_CLEAN_ON_EXIT=true STACK_PROVISIONER="$STACK_PROVISIONER" SNAPSHOT=true mage $MAGE_TARGET $MAGE_SUBTARGET
AGENT_VERSION="${OVERRIDE_TEST_AGENT_VERSION}" TEST_INTEG_CLEAN_ON_EXIT=true STACK_PROVISIONER="$STACK_PROVISIONER" SNAPSHOT=true mage -v $MAGE_TARGET $MAGE_SUBTARGET
TESTS_EXIT_STATUS=$?
set -e

Expand Down
3 changes: 3 additions & 0 deletions testing/integration/logs_ingestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ func findESDocs(t *testing.T, findFn func() (estools.Documents, error)) estools.
fmt.Println(">>>>>>>>>>>>>>>>>>>> Iteration ", count)
var err error
docs, err = findFn()
if err != nil {
fmt.Println(">>>>>>>>>>>>>>>>>>>> error tying to fetch ES docs: ", err)
}
return err == nil
},
8*time.Minute,
Expand Down

0 comments on commit 4dfe623

Please sign in to comment.