-
Notifications
You must be signed in to change notification settings - Fork 3
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
ci: Integration tests against Firebolt 2.0 #51
Conversation
e21c1a7
to
9a7ce98
Compare
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.
minor suggestions, otherwise lgtm
firebolt-client-secret: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }} | ||
account: ${{ vars.FIREBOLT_ACCOUNT }} | ||
api-endpoint: "api.staging.firebolt.io" | ||
instance-type: "M" |
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.
Do we actually need an M-sized engine for metabase testing?
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.
I had some issues where engine reported lack of memory in some cases. That's why I had to update the engine size
- name: Publish Test Report (JUnit) | ||
uses: dorny/test-reporter@v1 | ||
if: failure() | ||
with: | ||
path: 'target/junit/**/*_test.xml' | ||
name: Firebolt 2.0 Metabase driver JUnit Test Report | ||
reporter: java-junit | ||
list-suites: failed | ||
list-tests: failed | ||
fail-on-error: false |
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 can probably replace it with Allure later on, since it supports JUnit. This way we'll have the reporting standardised across Ecosystem. Let's file a ticket so we don't forget.
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.
Sure, sounds good
Added