You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The erlang:now() function was deprecated in Erlang 18. The rebar.config sets warnings_as_errors which causes the tests to fail on compilation.
Looking for some direction as to the best way to fix this. An easy way out would be to ignore deprecation warnings for the file using the compile flag, but could result in missing other warnings in the future.
The failing testfile is test/rand_gen_1.erl
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Test uses deprecated erlang:now() function.
Test uses deprecated erlang:now() function. [JIRA: RIAK-2075]
Aug 5, 2015
The
erlang:now()
function was deprecated in Erlang 18. The rebar.config setswarnings_as_errors
which causes the tests to fail on compilation.Looking for some direction as to the best way to fix this. An easy way out would be to ignore deprecation warnings for the file using the compile flag, but could result in missing other warnings in the future.
The failing testfile is
test/rand_gen_1.erl
The text was updated successfully, but these errors were encountered: