-
Notifications
You must be signed in to change notification settings - Fork 225
test: add dataapi tests to ci and fix them #1764
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
Conversation
dataapi tests were not running in ci. Created a single integration-tests target which runs all of them. This way its impossible to forget one.
This way dataapi tests will now be running.
@pschork the dataapi tests are, unsurprisingly, failing. Can you take a look? |
@@ -107,4 +81,5 @@ jobs: | |||
"commit_sha": "https://github.com/Layr-Labs/eigenda/commit/${{ github.sha }}" | |||
} | |||
env: | |||
# TODO: which channel is this being sent to? |
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.
eigenda-pr
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.
thanks: 122446d
Previous makefile target was broken, as it wasnt used in ci.
This fixes thue integration test in ci which was failing because anvil was failing to start.
Otherwise anvil was failing to start silently
The latest Buf updates on your PR. Results from workflow Buf Proto / buf (pull_request).
|
flag name has changed, and it was moved to live tests (aka TODO was done in another PR).
No idea how to fix it and don't feel like fixing it right now.
Why are these changes needed?
dataapi tests were not running in ci. Created a single integration-tests target which runs all of them. This way its impossible to forget one.
Also refactored some test targets in makefile to make distinction between each clearer. Having too many targets is just confusing, and leads to errors like this.
Checks