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

test(utils): refactor test utils #103

Draft
wants to merge 59 commits into
base: master
Choose a base branch
from
Draft

test(utils): refactor test utils #103

wants to merge 59 commits into from

Commits on Jul 22, 2023

  1. test: clean up libp2p test utils

    Related: #100
    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    50a4a28 View commit details
    Browse the repository at this point in the history
  2. test: add AllServices type

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    2b35d53 View commit details
    Browse the repository at this point in the history
  3. test: add connectionGater util

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    4387653 View commit details
    Browse the repository at this point in the history
  4. test: refactor test utils

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e4ecc8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1659a23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f2e3c0 View commit details
    Browse the repository at this point in the history
  7. test: added storage utils

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f6cfe33 View commit details
    Browse the repository at this point in the history
  8. test: fix test-access.ts

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    a4d2dfc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8857c2e View commit details
    Browse the repository at this point in the history
  10. test: fix test-database.ts

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    33a8265 View commit details
    Browse the repository at this point in the history
  11. test: add UsedServices generic

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5af887b View commit details
    Browse the repository at this point in the history
  12. test: fix test-direct.ts

    tabcat committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f4e8caf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. test: fix test-entry.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ffc51e5 View commit details
    Browse the repository at this point in the history
  2. test: fix test-identity.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c0d35e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb7d0c View commit details
    Browse the repository at this point in the history
  4. test: fix test-keyvalue.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    444be32 View commit details
    Browse the repository at this point in the history
  5. test: fix test-monitor.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c371bfc View commit details
    Browse the repository at this point in the history
  6. test: fix test-replica.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9023767 View commit details
    Browse the repository at this point in the history
  7. test: fix test-replicator.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5fde0f6 View commit details
    Browse the repository at this point in the history
  8. test: fix test-traversal.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c556d36 View commit details
    Browse the repository at this point in the history
  9. test: fix test-welo.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    e034e7f View commit details
    Browse the repository at this point in the history
  10. test: fix test-zzzync.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d51dc59 View commit details
    Browse the repository at this point in the history
  11. test: fix test-manifest.ts

    tabcat committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1d7e3ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    feb2ad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9888201 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    90991a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53fcda0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a797a4c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a0a37e5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c6faee4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    daa08b3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e8a824 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    f4b22f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f453d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    850e0cf View commit details
    Browse the repository at this point in the history
  2. test: force exit aegir test

    this is hacky. needs to be removed later
    tabcat committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3d83422 View commit details
    Browse the repository at this point in the history
  3. test: separate .aegir.js build

    .aegir.js is built before building the project
    this fixes an issue where the latest .aegir.js build was not being used
    tabcat committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c6636e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. test: cleaner libp2p usage

    tabcat committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c5a50c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff6886 View commit details
    Browse the repository at this point in the history
  3. deps(dev): add missing

    tabcat committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    92e39fb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. upgrade libp2p to 0.46

    tabcat committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ef1c5ab View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    55c611b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a0a79 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

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

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    31f33d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9680a View commit details
    Browse the repository at this point in the history
  3. test(mocks): add test-mocks

    tabcat committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ef2f1fc View commit details
    Browse the repository at this point in the history
  4. test: organize test files into separate folders

    also preps for monorepo migration
    tabcat committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    627d410 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    a0f5fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f80f7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c54f3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cd3238 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. deps: upgrade zzzync

    tabcat committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a9540ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08af15 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. everything is building again

    skipping bootstrap and pubsub replicator tests
    tabcat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    859c2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9dc784 View commit details
    Browse the repository at this point in the history
  3. test: fix pubsub mock import

    tabcat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fc93c56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e059e20 View commit details
    Browse the repository at this point in the history
  5. test: skip zzzync test

    tabcat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    66909ea View commit details
    Browse the repository at this point in the history