Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1467685 Details for
Bug 1606218
rubygem-mongoid: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 19:00:48 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 19:00:48 UTC
Size:
32.00 KB
patch
obsolete
> single scope is provided when the attribute is not unique in the same scope when one of the scopes is a time adds the uniqueness errors >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:811 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when a range scope is provided successfully prevents uniqueness violation >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:836 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:859 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is unique in the scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:874 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is not unique with no scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:897 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is not unique in another scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:922 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is not unique in the same scope when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:926 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is not unique in the same scope when the document is not the match adds the uniqueness errors >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:942 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when multiple scopes are provided when the attribute is not unique in the same scope when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:969 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is true when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:986 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is true when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:990 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is true when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1002 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is true when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1031 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is false when the attribute is unique when there are no special characters returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1046 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is false when the attribute is unique when special characters exist returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1064 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is false when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1068 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is false when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1080 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when case sensitive is false when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1089 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when not allowing nil raises a validation error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1114 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when allowing nil when the attribute is nil returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1140 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains no compound key when allowing blank when the attribute is blank returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1169 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when no scope is provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1186 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when no scope is provided when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1190 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when no scope is provided when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1202 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when no scope is provided when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1229 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1244 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is unique in the scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1259 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is not unique with no scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1274 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is not unique in another scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1291 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is not unique in the same scope when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1295 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is not unique in the same scope when the document is not the match adds the uniqueness errors >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1307 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when a single scope is provided when the attribute is not unique in the same scope when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1334 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is true when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1351 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is true when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1355 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is true when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1367 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is true when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1396 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is false when the attribute is unique when there are no special characters returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1411 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is false when the attribute is unique when special characters exist returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1429 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is false when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1433 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is false when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1445 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when case sensitive is false when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1472 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when allowing nil when the attribute is nil returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1498 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the document contains a compound key when allowing blank when the attribute is blank returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1525 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the attribute is a custom type when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1541 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when the attribute is a custom type when the attribute is not unique returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1568 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when conditions is set when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1584 # Mongoid::Validatable::UniquenessValidator#valid? when the document is a root document when conditions is set when the attribute is not unique returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1633 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when a document is being destroyed when changing a document to the destroyed property returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1661 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when no scope is provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1678 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when no scope is provided when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1682 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when no scope is provided when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1694 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when no scope is provided when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1723 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1744 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is unique in the scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1762 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is not unique with no scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1783 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is not unique in another scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1806 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is not unique in the same scope when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1810 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is not unique in the same scope when the document is not the match adds the uniqueness errors >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1825 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when a single scope is provided when the attribute is not unique in the same scope when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1855 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1878 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is unique in the scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1896 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is not unique with no scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1919 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is not unique in another scope returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1944 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is not unique in the same scope when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1948 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is not unique in the same scope when the document is not the match adds the uniqueness errors >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1964 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when multiple scopes are provided when the attribute is not unique in the same scope when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:1991 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is true when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2008 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is true when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2012 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is true when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2024 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is true when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2053 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is false when the attribute is unique when there are no special characters returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2068 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is false when the attribute is unique when special characters exist returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2086 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is false when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2090 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is false when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2102 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when case sensitive is false when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2129 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when allowing nil when the attribute is nil returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2155 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when allowing blank when the attribute is blank returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2181 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the validation uses the aliased name correctly detects a uniqueness conflict >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2185 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the validation uses the aliased name adds the uniqueness error to the aliased field name >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2198 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the validation uses the underlying field name correctly detects a uniqueness conflict >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2202 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the validation uses the underlying field name adds the uniqueness error to the underlying field name >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2217 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the field is localized when the validation uses the aliased name correctly detects a uniqueness conflict >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2221 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the field is localized when the validation uses the aliased name adds the uniqueness error to the aliased field name >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2234 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the field is localized when the validation uses the underlying field name correctly detects a uniqueness conflict >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2238 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document does not use composite keys when the field name is aliased when the field is localized when the validation uses the underlying field name adds the uniqueness error to the aliased field name >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2270 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when no scope is provided when the attribute is unique returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2287 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when no scope is provided when the attribute is not unique when the document is not the match returns false >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2291 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when no scope is provided when the attribute is not unique when the document is not the match adds the uniqueness error >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2303 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when no scope is provided when the attribute is not unique when the document is the match in the database returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2330 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when allowing nil when the attribute is nil returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2356 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_many when the document uses composite keys when allowing blank when the attribute is blank returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2378 # Mongoid::Validatable::UniquenessValidator when the document is embedded when in an embeds_one always returns true >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2394 # Mongoid::Validatable::UniquenessValidator when describing validation on the instance level adds the validation only to the instance >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2415 # Mongoid::Validatable::UniquenessValidator when validation works with inheritance should be invalid >rspec ./spec/mongoid/validatable/uniqueness_spec.rb:2438 # Mongoid::Validatable::UniquenessValidator when persisting with safe options transfers the options to the cloned client >rspec ./spec/mongoid/validatable_spec.rb:25 # Mongoid::Validatable#read_attribute_for_validation when reading a field returns the value >rspec ./spec/mongoid/validatable_spec.rb:44 # Mongoid::Validatable#read_attribute_for_validation when reading a relation returns the value >rspec ./spec/mongoid/validatable_spec.rb:59 # Mongoid::Validatable#read_attribute_for_validation when validating a non field does not error on the read >rspec ./spec/mongoid/validatable_spec.rb:69 # Mongoid::Validatable#valid? when provided a context uses the provided context >rspec ./spec/mongoid/validatable_spec.rb:83 # Mongoid::Validatable#valid? when provided a context when multiple contexts are provided validates using each context >rspec ./spec/mongoid/validatable_spec.rb:94 # Mongoid::Validatable#valid? when not provided a context when the document is new defaults the context to :create >rspec ./spec/mongoid/validatable_spec.rb:107 # Mongoid::Validatable#valid? when not provided a context when the document is persisted defaults the context to :update >rspec ./spec/mongoid/validatable_spec.rb:128 # Mongoid::Validatable#valid? when the document is fresh from the database loads the required association from the db >rspec ./spec/mongoid/validatable_spec.rb:153 # Mongoid::Validatable#valid? when validating associated when the child validates the parent when the child is invalid when validating once returns false >rspec ./spec/mongoid/validatable_spec.rb:157 # Mongoid::Validatable#valid? when validating associated when the child validates the parent when the child is invalid when validating once adds the errors to the document >rspec ./spec/mongoid/validatable_spec.rb:165 # Mongoid::Validatable#valid? when validating associated when the child validates the parent when the child is invalid when validating multiple times returns false every time >rspec ./spec/mongoid/validatable_spec.rb:199 # Mongoid::Validatable#valid? when validating associated when the child does not validate the parent when the child is invalid when validating once returns false >rspec ./spec/mongoid/validatable_spec.rb:203 # Mongoid::Validatable#valid? when validating associated when the child does not validate the parent when the child is invalid when validating once adds the errors to the document >rspec ./spec/mongoid/validatable_spec.rb:211 # Mongoid::Validatable#valid? when validating associated when the child does not validate the parent when the child is invalid when validating multiple times returns false every time >rspec ./spec/mongoid/validatable_spec.rb:235 # Mongoid::Validatable.validates_associated when adding via the traditional macro adds the validator >rspec ./spec/mongoid/validatable_spec.rb:248 # Mongoid::Validatable.validates_associated when adding via the new syntax adds the validator >rspec ./spec/mongoid/validatable_spec.rb:270 # Mongoid::Validatable.validates_uniqueness_of when adding via the traditional macro adds the validator >rspec ./spec/mongoid/validatable_spec.rb:283 # Mongoid::Validatable.validates_uniqueness_of when adding via the new syntax adds the validator >rspec ./spec/mongoid/validatable_spec.rb:305 # Mongoid::Validatable.validates_presence_of when adding via the traditional macro adds the validator >rspec ./spec/mongoid/validatable_spec.rb:318 # Mongoid::Validatable.validates_presence_of when adding via the new syntax adds the validator >rspec ./spec/mongoid_spec.rb:9 # Mongoid.configure when no block supplied returns the config singleton >rspec ./spec/mongoid_spec.rb:28 # Mongoid.configure when a block is supplied sets the values on the config instance >rspec ./spec/mongoid_spec.rb:36 # Mongoid.default_client returns the default client >rspec ./spec/mongoid_spec.rb:51 # Mongoid.disconnect_clients disconnects from all active clients >rspec ./spec/mongoid_spec.rb:61 # Mongoid.client returns the named client >rspec ./spec/mongoid_spec.rb:68 # Mongoid.models returns the list of known models >rspec ./spec/rails/mongoid_spec.rb:43 # Rails::Mongoid .preload_models when preload models config is false does not load any models >rspec ./spec/rails/mongoid_spec.rb:69 # Rails::Mongoid .preload_models when preload models config is true when all models are in the models directory requires the models by basename >rspec ./spec/rails/mongoid_spec.rb:86 # Rails::Mongoid .preload_models when preload models config is true when models exist in subdirectories requires the models by subdirectory and basename >rspec ./spec/rails/mongoid_spec.rb:125 # Rails::Mongoid .load_models even when preload models config is false loads all models >rspec ./spec/rails/mongoid_spec.rb:146 # Rails::Mongoid .load_models when list of models to load was configured loads selected models only >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.vEcaH2 (%check) > Bad exit status from /var/tmp/rpm-tmp.vEcaH2 (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/rubygem-mongoid.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1606218
: 1467685 |
1467686
|
1467687