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

Add integration tests #72

Open
wants to merge 6 commits into
base: enterprise
Choose a base branch
from
Open

Add integration tests #72

wants to merge 6 commits into from

Commits on Jun 21, 2023

  1. Fix uniqueness check in InsertOrGetFFI to match indexes

    When guessing the reason for an insert conflict, the query needs to exactly match
    the configured database indexes. That means that the "name" and "networkName"
    queries need to both include "version" as well, otherwise we risk grabbing a
    row that isn't actually a conflict.
    
    Signed-off-by: Andrew Richardson <[email protected]>
    awrichar authored and EnriqueL8 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7665c5d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Add integration tests to enterprise branch

    Signed-off-by: Enrique Lacal <[email protected]>
    EnriqueL8 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6ef54d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix: env to run on and install cli

    Signed-off-by: Enrique Lacal <[email protected]>
    EnriqueL8 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    cd7fd1b View commit details
    Browse the repository at this point in the history
  2. fix: dependency between jobs

    Signed-off-by: Enrique Lacal <[email protected]>
    EnriqueL8 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    add18b5 View commit details
    Browse the repository at this point in the history
  3. fix: test by remvoing waiting for operations

    Signed-off-by: Enrique Lacal <[email protected]>
    EnriqueL8 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    f0f065e View commit details
    Browse the repository at this point in the history
  4. fix: another operation that fails and we wait to succeed

    Signed-off-by: Enrique Lacal <[email protected]>
    EnriqueL8 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d36fc2c View commit details
    Browse the repository at this point in the history