Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE: Small updates in e2e tests and dependencies #454

Conversation

joaquinfilipic-dynatrace
Copy link
Contributor

@joaquinfilipic-dynatrace joaquinfilipic-dynatrace commented Dec 7, 2023

  • Dependencies updates
  • Adding sleep between creation of resources and E2E tests running (some resources need time to work properly)
  • Running E2E tests only on master and on PRs (skipping pushes to dev branches)

Copy link

sonarcloud bot commented Dec 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -17,9 +17,9 @@ source ./tests/e2e/lib-tests.sh

helm -n dynatrace ls --all --short | grep dynatrace-gcp-monitor | xargs -L1 helm -n dynatrace uninstall --timeout 10m

gcloud logging sinks delete "${LOG_ROUTER}"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only to avoid some errors being logged when the sink was not finding the topic, between deletions.

@@ -20,7 +20,7 @@ TEST_JQ=ext_tools/jq_linux_x64
create_sample_app() {
echo "Deploying sample app"
gcloud functions deploy "${CLOUD_FUNCTION_NAME}" \
--runtime python37 \
--runtime python38 \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because 3.7 is deprecated

@joaquinfilipic-dynatrace joaquinfilipic-dynatrace merged commit 561a81d into master Dec 8, 2023
6 checks passed
@joaquinfilipic-dynatrace joaquinfilipic-dynatrace deleted the NOISSUE-Custom_extensions_info_and_small_updates branch December 8, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants