mchades commented on PR #11482: URL: https://github.com/apache/gravitino/pull/11482#issuecomment-4648839620
The Test Charts CI failed. It appears that we should avoid hardcoding the version in the assert tests. Could you please fix this? @xxubai cc @danhuawang > ### Chart [ gravitino-iceberg-rest-server-helm ] dev/charts/gravitino-iceberg-rest-server > > PASS test gravitino iceberg rest server configmap dev/charts/gravitino-iceberg-rest-server/tests/configmap_test.yaml > FAIL test gravitino iceberg rest server deployment dev/charts/gravitino-iceberg-rest-server/tests/deployment_test.yaml > - renders the default deployment > > - asserts[6] `equal` fail > Template: gravitino-iceberg-rest-server-helm/templates/deployment.yaml > DocumentIndex: 0 > ValuesIndex: 0 > Path: spec.template.spec.containers[0].image > Expected to equal: > apache/gravitino-iceberg-rest:1.3.0-SNAPSHOT > Actual: > apache/gravitino-iceberg-rest:1.3.1-SNAPSHOT > Diff: > --- Expected > +++ Actual > @@ -1,2 +1,2 @@ > -apache/gravitino-iceberg-rest:1.3.0-SNAPSHOT > +apache/gravitino-iceberg-rest:1.3.1-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
