Skip to content
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

Pipe constraints into solver to get solution #77

Closed
awgreene opened this issue Dec 7, 2022 · 2 comments
Closed

Pipe constraints into solver to get solution #77

awgreene opened this issue Dec 7, 2022 · 2 comments
Assignees
Labels
olm-v1/m1 OLM v1 Milestone 1

Comments

@awgreene
Copy link
Member

awgreene commented Dec 7, 2022

User Story:

  • As a Deppy user, I would like to use the solver to decide if a set of constraints can be satisfied by available entities.

Assumptions:

  • We assume that entity contains syntactic valid entities

Acceptance Criteria:

  • The Deppy library includes the mean for passing a set of constraints into the solver.
  • Errors produced are human readable.
  • E2E tests should consider:
    -- Invalid entities returned by the registry
    -- Errors when unmarshalling a response
    -- Missing propeties
    -- Invalid Constraints
    -- Unjustifiable constraints
    -- io errors
@perdasilva
Copy link
Contributor

operator-framework/operator-controller#105 closes most of the items here
just need e2e

@awgreene
Copy link
Member Author

awgreene commented Feb 6, 2023

I believe this PR introduces the requested e2e test @perdasilva

@awgreene awgreene closed this as completed Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
olm-v1/m1 OLM v1 Milestone 1
Projects
Archived in project
Development

No branches or pull requests

2 participants