-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update helm-test post install when upgrading EDC from 0.7.1 to 0.7.7 #159
Comments
it's not about some test that is failing, it's about a failing post install job which is supposed to be importing/seeding the test data https://github.com/eclipse-tractusx/tractus-x-umbrella/tree/umbrella-2.0.2/charts/tx-data-provider/resources |
The error on the post install job |
For the catalog request payload. |
@kss682 hadn't seen that log yet, I get the helm test point in the context of the post install job now. For some reason, I can't find the catalog request endpoint in 0.7.3 and once it's available again - from 0.7.4 onwards - it's v3, not v2 (as in 0.7.1) anymore ... 0.7.7 Maybe it's worth checking the versions of all endpoints here |
The issue persists even after changing it to v3. |
Hi @kss682 thank you for testing v3, I was just guessing. Do you need support for upgrading the post install job for seeding the test data to the breaking change? If so, I'm not so deep into EDC stuff. @matbmoser can you or @saudkhan116 support here? If not, there are also some other committers we could ask, I think. |
@kss682 ok good, will you test that change? Once you tested it and it still doesn't work, we'd ask for support from someone. |
@evegufy Hello, I did try testing with the changes but the error persists. |
Hi @kss682 as we have this issue already, please post the error here as comment. |
Summary: We upgraded the tractusx-edc to 0.7.7 and tried testing the umbrella helm chart, we could see that the post install test job fails post-install-test script. Similar issue : eclipse-edc/Connector#4160 |
@kss682 could you paste the actual json used for the call and copy and paste the logs in a triple tick block instead of screenshots? |
Payload:
Error logs:
|
@kss682 |
@ndr-brt Unfortunately some other post-install job is failing in our azure env that I can't generate the exact payload.
|
do you know why the |
@kss682 I see different issues:
shaped like this, it likely didn't work correctly in 0.7.1 as well
|
Hello @ndr-brt , @wolf4ood , @evegufy The current issue is with the wallet. (Not sure if this occurring because the previous one got resolved)
To reproduce the error:
But querying the ssi-dim-wallet manually works.
|
I think the vault is a separated issue probably in your setup. Anyway I applied the change similar to your PR + a fix in the policy definition due eclipse-edc/Connector#4185 The changeset is here main...wolf4ood:tractus-x-umbrella:chore/upgrade_tx_edc_0_7_7 And I run the helm lint/test also which is green on my fork https://github.com/wolf4ood/tractus-x-umbrella/actions/runs/11781562495 Let me know if this helps Thanks |
@kss682 regarding could you also please integrate the change from @wolf4ood and test it? |
* Uprade EDC to 0.7.3 #134 * fix policy definition json #159 * Bump edc to 0.7.7 #134 * chore: change tx-data-provider version --------- Co-authored-by: Evelyn Gurschler <[email protected]>
Task
Relates to #134 and #153
The text was updated successfully, but these errors were encountered: