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

WIP Upgrade rebar3 and associated Erlang deps #79

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lbakerchef
Copy link
Contributor

@lbakerchef lbakerchef commented Dec 16, 2022

Before:

$ ./rebar3 version
rebar 3.18.0 on Erlang/OTP 24 Erts 12.3.2.6

After:

$ ./rebar3 version
rebar 3.20.0 on Erlang/OTP 24 Erts 12.3.2.6

NOTE: Currently failing eunit tests, however it was failing eunit tests before these changes.

Before these changes:

$ ./rebar3 eunit
Finished in 2.472 seconds
7 tests, 5 failures
===> Error running tests

After these changes:

$ ./rebar3 eunit
Finished in 2.472 seconds
7 tests, 5 failures
===> Error running tests

NOTE:

  1. needs to be tested with chef-server.
  2. eunit test failures need investigation.

@lbakerchef lbakerchef self-assigned this Dec 16, 2022
@sonarcloud
Copy link

sonarcloud bot commented Dec 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

1 participant