-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix: #86 sample 04 terminating on startup #128
fix: #86 sample 04 terminating on startup #128
Conversation
…ing_on_startup transfer/transfer-04-open-telemetry/open-telemetry-provider/build.gradle.kts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'We are always happy to welcome new contributors ❤️ To make things easier for everyone, please - make sure to follow our contribution guidelines, - check if you have already signed the ECA, and - relate this pull request to an existing issue or discussion.'
system-tests/src/test/java/org/eclipse/edc/samples/transfer/Transfer04openTelemetryTest.java
Show resolved
Hide resolved
system-tests/src/test/java/org/eclipse/edc/samples/transfer/Transfer04openTelemetryTest.java
Outdated
Show resolved
Hide resolved
…_on_startup' into bugfix/#86_sample_04_terminating_on_startup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
…_on_startup' into bugfix/#86_sample_04_terminating_on_startup
* fix: working sample 04 * test: added test for docker compose sample * style: cosmetic changes * test: temporarily disable progress checking of transfer * docs: added explanation for commented line * test: download OpenTelemetry Jar before test execution * gradle: download OpenTelemetry before build step * removing container name from prometheus as it's not supported by testcontainers * fixed typo in libs.versions.toml * copy opentelemetry jar from gradle cache * fixed default sample tests for sample 04 * fixed build process * asserting Jaeger state OK in telemetry test * fix: fixing wrong testcontainer reference in .toml file * fix: running gradle build before test * fix: removing gradle build before test for github action --------- Co-authored-by: Matthias De Geyter <[email protected]>
What this PR changes/adds
fixes #86; commands from README now work.
Why it does that
basically looked at transfer sample 01 and applied all dependencies/variables from there
Further notes
Linked Issue(s)
Closes #127
Closes #86
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.