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

fix: #86 sample 04 terminating on startup #128

Merged
merged 22 commits into from
Oct 6, 2023
Merged

fix: #86 sample 04 terminating on startup #128

merged 22 commits into from
Oct 6, 2023

Conversation

hamidonos
Copy link
Contributor

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.

Copy link

@github-actions github-actions bot left a 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.'

@hamidonos hamidonos marked this pull request as draft September 28, 2023 13:00
@jimmarino jimmarino self-requested a review September 29, 2023 18:44
Copy link

@jimmarino jimmarino left a comment

Choose a reason for hiding this comment

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

Looks good

@hamidonos hamidonos marked this pull request as ready for review October 2, 2023 12:30
@hamidonos hamidonos changed the title Bugfix/#86 sample 04 terminating on startup fix: #86 sample 04 terminating on startup Oct 4, 2023
@DominikPinsel DominikPinsel added the bug Something isn't working label Oct 5, 2023
@DominikPinsel DominikPinsel added the refactoring Cleaning up code and dependencies label Oct 5, 2023
@ndr-brt ndr-brt merged commit 7d09846 into eclipse-edc:main Oct 6, 2023
2 checks passed
majadlymhmd pushed a commit to FraunhoferISST/edc-samples that referenced this pull request Nov 20, 2023
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring Cleaning up code and dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sample 04 (OpenTelementry) docker container fails Transfer Sample 04 terminating immediately after startup
5 participants