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 some tests and config to be more maintainable #12356

Merged
merged 15 commits into from
Aug 30, 2022

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    6de4220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984e6c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fd434 View commit details
    Browse the repository at this point in the history
  4. test(model): use "equal" to check against "0" count, for better test …

    …debugging
    
    (to see the actual count instead of "falsy value)
    hasezoey committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1ff6eef View commit details
    Browse the repository at this point in the history
  5. test: refactor global setting of "uri" alias to using "start.uri" ins…

    …tead
    
    this change is needed, because "start.uri" is now a getter and global variables in mocha get envaluated before a global-setup
    also change some static connection strings to use "start.uri"
    hasezoey committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    004a1f5 View commit details
    Browse the repository at this point in the history
  6. test(common): move available databases to their own value

    for use in "useDb" instead of combined with just the URI
    hasezoey committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f97d648 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b15bf06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d56b05c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9a6afb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee894d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d1a2f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9d8a4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c11253 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59c03b7 View commit details
    Browse the repository at this point in the history
  15. test(connection.test): update uri extraction regex to support multipl…

    …e ip:port's
    
    for replset
    hasezoey committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c1e1f7c View commit details
    Browse the repository at this point in the history