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

Update tests to be able to run using a leap dev-install package. #355

Closed
wants to merge 39 commits into from

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    1a73eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13fe485 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    6076d9e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    2f3cdba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f9b04 View commit details
    Browse the repository at this point in the history
  3. Add install web3 to workflow.

    Temporarily move leap integration test before contract tests for quicker CICD debugging iteration.
    oschwaldp-oci committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4995c16 View commit details
    Browse the repository at this point in the history
  4. Put leap integration test into own job in workflow.

    Use leap and cdt versions 4 with the leap integration test.
    oschwaldp-oci committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0e9d95c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7f7d855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8340a29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33f27a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba3bf65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c3ac5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aafc9a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1c2b10 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f107499 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80ecdf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Working through dependency issues.

    Need to link TestHarness into typical python dist-packages. This is taken care of automatically in the install in leap main but not in v4.0.4 being used here.
    
    TestHarness has a dependency on cleos which currently is not installed in the leap-dev package, so need leap package for now as well.
    oschwaldp-oci committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8bdd860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36acfe3 View commit details
    Browse the repository at this point in the history
  3. Remove PYTHONPATH now that symlink is created.

    PYTHONPATH was not what we wanted here anyway.
    
    Also believe we can remove the concrete version specification for web3 as it was not the cause of the issue.
    oschwaldp-oci committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7e02722 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    2f65d15 View commit details
    Browse the repository at this point in the history
  2. Revert "Set test environment variables."

    This reverts commit 2f65d15.
    oschwaldp-oci committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a16a4c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Leap integration test workflow updates.

    Update Web3 functions now using snake case instead of camel case.
    
    Update tx_wrapper index.js to use fetch import over require.
    
    Workflow needs to install some dependencies as documented in test.
    oschwaldp-oci committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    836fe14 View commit details
    Browse the repository at this point in the history
  2. Workflow updates.

    Break out step for update package index and upgrading packages first.
    
    Add step to check versions and check tx_wrapper logs.
    oschwaldp-oci committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c18a1f4 View commit details
    Browse the repository at this point in the history
  3. Fix syntax.

    oschwaldp-oci committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    16aa944 View commit details
    Browse the repository at this point in the history
  4. Elevate permissions.

    oschwaldp-oci committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    eb484fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8acaca5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8f5ec8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43dbf43 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. check the genesis file.

    oschwaldp-oci committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7b6a1ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b49ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d4576 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166bf93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78e28c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    534fd66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cb41ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad13c15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f679fe View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Troubleshooting eos evm node not spinning up in time and whether slee…

    …p is working correctly in CICD.
    oschwaldp-oci committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    02079ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c09a7 View commit details
    Browse the repository at this point in the history