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

Unit Testing monitors with Testcontainers #4451

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

Commits on May 23, 2024

  1. Create monitors.js

    CommanderStorm committed May 23, 2024
    Configuration menu
    Copy the full SHA
    59f2d9c View commit details
    Browse the repository at this point in the history
  2. intial draft

    CommanderStorm committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5177fbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7c2b9 View commit details
    Browse the repository at this point in the history
  4. linting fixes

    tested if a different clenup order can fix `Promise resolution is still pending but the event loop has already resolved`
    
    tested different way of running multi-tests
    
    Fixed
    `Error: Cannot find module @rollup/rollup-linux-arm64-gnu. npm has a bug related to optional dependencies (npm/cli#4828). Please try `npm i` again after removing both package-lock.json and node_modules directory`
    
    removed the currently not needed `testcontainers` package
    
    fixed rebasing issues in the package-lock.json
    CommanderStorm committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b62c455 View commit details
    Browse the repository at this point in the history
  5. rebase

    CommanderStorm committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1cc01c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a2788c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    3799502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de396c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f98b30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff79954 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe42fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1700e8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1c3252 View commit details
    Browse the repository at this point in the history