Skip to content

Integration test #52

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Integration test #52

wants to merge 9 commits into from

Conversation

subkanthi
Copy link
Collaborator

No description provided.

@subkanthi subkanthi marked this pull request as ready for review August 10, 2025 22:52
Copy link
Collaborator

@shyiko shyiko left a comment

Choose a reason for hiding this comment

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

I think we need to come up with something more scalable. It's going to be a major pita to test all the different scenarios this way.
What I propose we look into is something along the lines of

test/
  scenarios/
    foo/
      .ice-rest-catalog.yaml
      .ice.yaml
      input.parquet x N
      run.sh.tmpl # multiline; template so that test runtime could provision cloud resources (if any; e.g. aws s3 buckets, sqs queues, etc.) needed based on run.sh.tmpl template variables
      verify.sh.tmpl
    bar/
      ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants