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

Cosmetics changes to improve readability, types, and upgrades #185

Merged
merged 9 commits into from
Jun 17, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    28aae50 View commit details
    Browse the repository at this point in the history
  2. Upgrade erlang version

    NelsonVides committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    152af10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79762be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a807f6f View commit details
    Browse the repository at this point in the history
  5. Prefer erpc for safety

    NelsonVides committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6110d1a View commit details
    Browse the repository at this point in the history
  6. Run GHA on all PRs

    NelsonVides committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6d51ff0 View commit details
    Browse the repository at this point in the history
  7. Prefer hash over rem when distributing users to sups

    If the test has some deviation on the behaviour of clients according to
    their IDs, for example if every N clients the Nth will do extra work,
    then the distribution of clients across supervisors might not be
    uniform. For this, prefer hashing them.
    NelsonVides committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cbe4265 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4b9f81 View commit details
    Browse the repository at this point in the history
  9. Increase test coverage

    NelsonVides committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7d9299b View commit details
    Browse the repository at this point in the history