Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1107767

Summary: The "rebar eunit -v" command exhibits errors in some tests.
Product: [Fedora] Fedora Reporter: Éric Fintzel <efintzel>
Component: erlang-eleveldbAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: erlang, lemenkov, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: erlang-eleveldb-1.3.2-4.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-12 13:05:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    
Attachments:
Description Flags
Patch used for the spec file
none
Build log none

Description Éric Fintzel 2014-06-10 14:49:12 UTC
Created attachment 907296 [details]
Patch used for the spec file

Description of problem:

The "rebar eunit -v" command exhibits errors in some tests.


Version-Release number of selected component (if applicable):

erlang-eleveldb-1.3.2-2.fc21.src.rpm


How reproducible:

Mock build with make check active.


Actual results:

cacheleak: cacheleak_test_ (module 'cacheleak')...enif_send: env==NULL on non-SMP VM/var/tmp/rpm-tmp.LY07JU: line 31: 31546 Aborted                 rebar eunit -v
error: Bad exit status from /var/tmp/rpm-tmp.LY07JU (%check)

module 'cleanup'
  cleanup: assumption_test...enif_send: env==NULL on non-SMP VM/var/tmp/rpm-tmp.PQdkaz: line 31:  6614 Aborted                 rebar eunit -v
error: Bad exit status from /var/tmp/rpm-tmp.PQdkaz (%check)


Additional info:

Removed the cacheleak test for fc21, as it is already done for fc17 and fc18.
The cleanup test was also removed for fc21.
Then build was ran again with success.

Comment 1 Éric Fintzel 2014-06-11 08:58:49 UTC
Created attachment 907537 [details]
Build log

Comment 2 Ville Skyttä 2014-07-12 13:05:22 UTC
In my F-20, F-21, and F-22 tests only the cacheleak test needed skipping.