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

fix(tests) dev_macos tests #2120

Merged
merged 1 commit into from
Jun 7, 2021
Merged

Conversation

bartsmykla
Copy link
Contributor

Summary

  • Test was not working on macos as the max ulimit was set manually
  • I bumped the number of default "reasonable" value of ulimit
    for macos to 10240 as it was the default for my system and
    when it was smaller we couldn't restore the value after our tests
    because we were trying to set higher value then the "max" we set

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

- Test was not working on macos as the max ulimit was set manually
- I bumped the number of default "reasonable" value of ulimit
  for macos to 10240 as it was the default for my system and
  when it was smaller we couldn't restore the value after our tests
  because we were trying to set higher value then the "max" we set

Signed-off-by: Bart Smykla <bartek@smykla.com>
@bartsmykla bartsmykla requested a review from a team as a code owner June 7, 2021 15:51
@bartsmykla bartsmykla merged commit 7187e94 into kumahq:master Jun 7, 2021
@bartsmykla bartsmykla deleted the fix/dev-macos-tests branch June 7, 2021 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants