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 1467721 Details for
Bug 1606233
rubygem-pg: 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:04:14 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 19:04:14 UTC
Size:
32.00 KB
patch
obsolete
>of types with encoder in ruby space encodes without quotation >rspec ./spec/pg/type_spec.rb:497 # PG::Type derivations PG::CompositeCoder Array types #encode array of types with encoder in ruby space encodes with default character encoding >rspec ./spec/pg/type_spec.rb:504 # PG::Type derivations PG::CompositeCoder Array types #encode array of types with encoder in ruby space encodes with given character encoding >rspec ./spec/pg/type_spec.rb:511 # PG::Type derivations PG::CompositeCoder Array types #encode array of types with encoder in ruby space should raise when ruby encoder returns non string values >rspec ./spec/pg/type_spec.rb:523 # PG::Type derivations PG::CompositeCoder Array types #encode literal quotation should quote and escape literals >rspec ./spec/pg/type_spec.rb:528 # PG::Type derivations PG::CompositeCoder Array types #encode literal quotation should quote literals with correct character encoding >rspec ./spec/pg/type_spec.rb:678 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with default typemap should encode different types of Ruby objects >rspec ./spec/pg/type_spec.rb:683 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with default typemap should output a string with correct character encoding >rspec ./spec/pg/type_spec.rb:702 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with TypeMapByClass should have reasonable default values >rspec ./spec/pg/type_spec.rb:708 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with TypeMapByClass copies all attributes with #dup >rspec ./spec/pg/type_spec.rb:722 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with TypeMapByClass #encode should encode different types of Ruby objects >rspec ./spec/pg/type_spec.rb:729 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with TypeMapByClass #encode should escape special characters >rspec ./spec/pg/type_spec.rb:733 # PG::Type derivations PG::CopyCoder PG::TextEncoder::CopyRow with TypeMapByClass #encode should escape with different delimiter >rspec ./spec/pg/type_spec.rb:749 # PG::Type derivations PG::CopyCoder PG::TextDecoder::CopyRow with default typemap #decode should decode different types of Ruby objects >rspec ./spec/pg/type_spec.rb:753 # PG::Type derivations PG::CopyCoder PG::TextDecoder::CopyRow with default typemap #decode should respect input character encoding >rspec ./spec/pg/type_spec.rb:770 # PG::Type derivations PG::CopyCoder PG::TextDecoder::CopyRow with TypeMapByColumn #decode should decode different types of Ruby objects >rspec ./spec/pg/result_spec.rb:11 # PG::Result acts as an array of hashes >rspec ./spec/pg/result_spec.rb:17 # PG::Result yields a row as an array >rspec ./spec/pg/result_spec.rb:24 # PG::Result yields a row as an Enumerator >rspec ./spec/pg/result_spec.rb:33 # PG::Result yields a row as an Enumerator of hashs >rspec ./spec/pg/result_spec.rb:98 # PG::Result inserts nil AS NULL and return NULL as nil >rspec ./spec/pg/result_spec.rb:103 # PG::Result encapsulates errors in a PG::Error object >rspec ./spec/pg/result_spec.rb:134 # PG::Result encapsulates database object names for integrity constraint violations >rspec ./spec/pg/result_spec.rb:151 # PG::Result detects division by zero as SQLSTATE 22012 >rspec ./spec/pg/result_spec.rb:161 # PG::Result returns the same bytes in binary format that are sent in binary format >rspec ./spec/pg/result_spec.rb:172 # PG::Result returns the same bytes in binary format that are sent as inline text >rspec ./spec/pg/result_spec.rb:183 # PG::Result returns the same bytes in text format that are sent in binary format >rspec ./spec/pg/result_spec.rb:191 # PG::Result returns the same bytes in text format that are sent as inline text >rspec ./spec/pg/result_spec.rb:202 # PG::Result returns the parameter type of the specified prepared statement parameter >rspec ./spec/pg/result_spec.rb:215 # PG::Result raises an exception when a negative index is given to #fformat >rspec ./spec/pg/result_spec.rb:222 # PG::Result raises an exception when a negative index is given to #fmod >rspec ./spec/pg/result_spec.rb:229 # PG::Result raises an exception when a negative index is given to #[] >rspec ./spec/pg/result_spec.rb:236 # PG::Result raises allow for conversion to an array of arrays >rspec ./spec/pg/result_spec.rb:246 # PG::Result can return the type modifier for a result column >rspec ./spec/pg/result_spec.rb:252 # PG::Result raises an exception when an invalid index is passed to PG::Result#fmod >rspec ./spec/pg/result_spec.rb:258 # PG::Result raises an exception when an invalid (negative) index is passed to PG::Result#fmod >rspec ./spec/pg/result_spec.rb:264 # PG::Result doesn't raise an exception when a valid index is passed to PG::Result#fmod for a column with no typemod >rspec ./spec/pg/result_spec.rb:272 # PG::Result can return the oid of the table from which a result column was fetched >rspec ./spec/pg/result_spec.rb:279 # PG::Result raises an exception when an invalid index is passed to PG::Result#ftable >rspec ./spec/pg/result_spec.rb:286 # PG::Result raises an exception when an invalid (negative) index is passed to PG::Result#ftable >rspec ./spec/pg/result_spec.rb:293 # PG::Result doesn't raise an exception when a valid index is passed to PG::Result#ftable for a column with no corresponding table >rspec ./spec/pg/result_spec.rb:301 # PG::Result can return the column number (within its table) of a column in a result >rspec ./spec/pg/result_spec.rb:309 # PG::Result raises an exception when an invalid index is passed to PG::Result#ftablecol >rspec ./spec/pg/result_spec.rb:316 # PG::Result raises an exception when an invalid (negative) index is passed to PG::Result#ftablecol >rspec ./spec/pg/result_spec.rb:323 # PG::Result doesnn't raise an exception when a valid index is passed to PG::Result#ftablecol for a column with no corresponding table >rspec ./spec/pg/result_spec.rb:330 # PG::Result can be manually checked for failed result status (async API) >rspec ./spec/pg/result_spec.rb:338 # PG::Result can return the values of a single field >rspec ./spec/pg/result_spec.rb:346 # PG::Result raises a proper exception for a nonexistant table >rspec ./spec/pg/result_spec.rb:352 # PG::Result raises a more generic exception for an unknown SQLSTATE >rspec ./spec/pg/result_spec.rb:366 # PG::Result raises a ServerError for an unknown SQLSTATE class >rspec ./spec/pg/result_spec.rb:382 # PG::Result raises a proper exception for a nonexistant schema >rspec ./spec/pg/result_spec.rb:388 # PG::Result the raised result is nil in case of a connection error >rspec ./spec/pg/result_spec.rb:398 # PG::Result does not clear the result itself >rspec ./spec/pg/result_spec.rb:406 # PG::Result can be inspected before and after clear >rspec ./spec/pg/result_spec.rb:43 # PG::Result result streaming can iterate over all tuples in single row mode >rspec ./spec/pg/result_spec.rb:59 # PG::Result result streaming can iterate over all rows in single row mode >rspec ./spec/pg/result_spec.rb:75 # PG::Result result streaming complains when not in single row mode >rspec ./spec/pg/result_spec.rb:82 # PG::Result result streaming complains when intersected with get_result >rspec ./spec/pg/result_spec.rb:90 # PG::Result result streaming raises server errors >rspec ./spec/pg/result_spec.rb:417 # PG::Result result value conversions with TypeMapByColumn should allow reading, assigning and diabling type conversions >rspec ./spec/pg/result_spec.rb:429 # PG::Result result value conversions with TypeMapByColumn should be applied to all value retrieving methods >rspec ./spec/pg/result_spec.rb:441 # PG::Result result value conversions with TypeMapByColumn should be usable for several querys >rspec ./spec/pg/result_spec.rb:451 # PG::Result result value conversions with TypeMapByColumn shouldn't allow invalid type maps >rspec ./spec/pg/basic_type_mapping_spec.rb:19 # Basic type mapping PG::BasicTypeMapForQueries should do basic param encoding >rspec ./spec/pg/basic_type_mapping_spec.rb:30 # Basic type mapping PG::BasicTypeMapForQueries should do array param encoding >rspec ./spec/pg/basic_type_mapping_spec.rb:58 # Basic type mapping PG::BasicTypeMapForResults should do OID based type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:79 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do boolean type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:86 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do binary type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:94 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do integer type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:101 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do string type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:110 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do float type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:130 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do datetime without time zone type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:143 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do datetime with time zone type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:156 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do date type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:169 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do JSON conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:190 # Basic type mapping PG::BasicTypeMapForResults connection wide type mapping should do array type conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:213 # Basic type mapping PG::BasicTypeMapForResults with usage of result oids for copy decoder selection can type cast #copy_data output with explicit decoder >rspec ./spec/pg/basic_type_mapping_spec.rb:240 # Basic type mapping PG::BasicTypeMapBasedOnResult with usage of result oids for bind params encoder selection can type cast query params >rspec ./spec/pg/basic_type_mapping_spec.rb:253 # Basic type mapping PG::BasicTypeMapBasedOnResult with usage of result oids for bind params encoder selection can do JSON conversions >rspec ./spec/pg/basic_type_mapping_spec.rb:288 # Basic type mapping PG::BasicTypeMapBasedOnResult with usage of result oids for copy encoder selection can type cast #copy_data input with explicit encoder >rspec ./spec/pg_spec.rb:10 # PG knows what version of the libpq library is loaded >rspec ./spec/pg_spec.rb:15 # PG can select which of both security libraries to initialize >rspec ./spec/pg_spec.rb:22 # PG can select whether security libraries to initialize >rspec ./spec/pg_spec.rb:30 # PG knows whether or not the library is threadsafe >rspec ./spec/pg_spec.rb:34 # PG does have hierarchical error classes >rspec ./spec/pg/type_map_spec.rb:12 # PG::TypeMap should raise an error when used for param type casts >rspec ./spec/pg/type_map_spec.rb:18 # PG::TypeMap should raise an error when used for result type casts >rspec ./spec/pg/type_map_by_oid_spec.rb:37 # PG::TypeMapByOid should retrieve it's conversions >rspec ./spec/pg/type_map_by_oid_spec.rb:46 # PG::TypeMapByOid should allow deletion of coders >rspec ./spec/pg/type_map_by_oid_spec.rb:56 # PG::TypeMapByOid should check format when deleting coders >rspec ./spec/pg/type_map_by_oid_spec.rb:61 # PG::TypeMapByOid should check format when adding coders >rspec ./spec/pg/type_map_by_oid_spec.rb:68 # PG::TypeMapByOid should check coder type when adding coders >rspec ./spec/pg/type_map_by_oid_spec.rb:72 # PG::TypeMapByOid should allow reading and writing max_rows_for_online_lookup >rspec ./spec/pg/type_map_by_oid_spec.rb:78 # PG::TypeMapByOid should allow building new TypeMapByColumn for a given result >rspec ./spec/pg/type_map_by_oid_spec.rb:85 # PG::TypeMapByOid forwards result value conversions to another TypeMapByOid as #default_type_map >rspec ./spec/pg/type_map_by_oid_spec.rb:110 # PG::TypeMapByOid should allow mixed type conversions in text format >rspec ./spec/pg/type_map_by_oid_spec.rb:116 # PG::TypeMapByOid should build a TypeMapByColumn when assigned and the number of rows is high enough >rspec ./spec/pg/type_map_by_oid_spec.rb:123 # PG::TypeMapByOid should use TypeMapByOid for online lookup and the number of rows is low enough >rspec ./spec/pg/type_map_by_oid_spec.rb:133 # PG::TypeMapByOid should allow mixed type conversions in binary format >rspec ./spec/pg/type_map_by_oid_spec.rb:143 # PG::TypeMapByOid should raise an error used for query params >rspec ./spec/pg/connection_spec.rb:12 # PG::Connection can create a connection option string from a Hash of options >rspec ./spec/pg/connection_spec.rb:25 # PG::Connection can create a connection option string from positional parameters >rspec ./spec/pg/connection_spec.rb:38 # PG::Connection can create a connection option string from a mix of positional and hash parameters >rspec ./spec/pg/connection_spec.rb:48 # PG::Connection can create a connection option string from an option string and a hash >rspec ./spec/pg/connection_spec.rb:56 # PG::Connection escapes single quotes and backslashes in connection parameters >rspec ./spec/pg/connection_spec.rb:65 # PG::Connection can connect using a URI >rspec ./spec/pg/connection_spec.rb:79 # PG::Connection can create a connection URI from a URI and a hash >rspec ./spec/pg/connection_spec.rb:103 # PG::Connection can create a connection URI with a non-standard domain socket directory >rspec ./spec/pg/connection_spec.rb:117 # PG::Connection connects with defaults if no connection parameters are given >rspec ./spec/pg/connection_spec.rb:121 # PG::Connection connects successfully with connection string >rspec ./spec/pg/connection_spec.rb:134 # PG::Connection connects successfully with connection string >rspec ./spec/pg/connection_spec.rb:140 # PG::Connection connects using 7 arguments converted to strings >rspec ./spec/pg/connection_spec.rb:146 # PG::Connection connects using a hash of connection parameters >rspec ./spec/pg/connection_spec.rb:155 # PG::Connection connects using a hash of optional connection parameters >rspec ./spec/pg/connection_spec.rb:165 # PG::Connection raises an exception when connecting with an invalid number of arguments >rspec ./spec/pg/connection_spec.rb:176 # PG::Connection can connect asynchronously >rspec ./spec/pg/connection_spec.rb:198 # PG::Connection can connect asynchronously for the duration of a block >rspec ./spec/pg/connection_spec.rb:226 # PG::Connection raises proper error when sending fails >rspec ./spec/pg/connection_spec.rb:231 # PG::Connection doesn't leave stale server connections after finish >rspec ./spec/pg/connection_spec.rb:240 # PG::Connection can retrieve it's connection parameters for the established connection >rspec ./spec/pg/connection_spec.rb:248 # PG::Connection can retrieve it's connection parameters for the established connection >rspec ./spec/pg/connection_spec.rb:282 # PG::Connection trace and untrace client-server communication >rspec ./spec/pg/connection_spec.rb:312 # PG::Connection allows a query to be cancelled >rspec ./spec/pg/connection_spec.rb:323 # PG::Connection can stop a thread that runs a blocking query with async_exec >rspec ./spec/pg/connection_spec.rb:337 # PG::Connection should work together with signal handlers >rspec ./spec/pg/connection_spec.rb:360 # PG::Connection automatically rolls back a transaction started with Connection#transaction if an exception is raised >rspec ./spec/pg/connection_spec.rb:383 # PG::Connection returns the block result from Connection#transaction >rspec ./spec/pg/connection_spec.rb:393 # PG::Connection not read past the end of a large object >rspec ./spec/pg/connection_spec.rb:405 # PG::Connection supports parameters passed to #exec (backward compatibility) >rspec ./spec/pg/connection_spec.rb:415 # PG::Connection supports explicitly calling #exec_params >rspec ./spec/pg/connection_spec.rb:425 # PG::Connection supports hash form parameters for #exec_params >rspec ./spec/pg/connection_spec.rb:434 # PG::Connection should work with arbitrary number of params >rspec ./spec/pg/connection_spec.rb:449 # PG::Connection can wait for NOTIFY events >rspec ./spec/pg/connection_spec.rb:469 # PG::Connection calls a block for NOTIFY events if one is given >rspec ./spec/pg/connection_spec.rb:493 # PG::Connection doesn't collapse sequential notifications >rspec ./spec/pg/connection_spec.rb:521 # PG::Connection returns notifications which are already in the queue before wait_for_notify is called without waiting for the socket to become readable >rspec ./spec/pg/connection_spec.rb:540 # PG::Connection can receive notices while waiting for NOTIFY without exceeding the timeout >rspec ./spec/pg/connection_spec.rb:555 # PG::Connection yields the result if block is given to exec >rspec ./spec/pg/connection_spec.rb:570 # PG::Connection can process #copy_data output queries >rspec ./spec/pg/connection_spec.rb:584 # PG::Connection can handle incomplete #copy_data output queries >rspec ./spec/pg/connection_spec.rb:593 # PG::Connection can handle client errors in #copy_data for output >rspec ./spec/pg/connection_spec.rb:602 # PG::Connection can handle server errors in #copy_data for output >rspec ./spec/pg/connection_spec.rb:616 # PG::Connection can process #copy_data input queries >rspec ./spec/pg/connection_spec.rb:632 # PG::Connection can handle client errors in #copy_data for input >rspec ./spec/pg/connection_spec.rb:646 # PG::Connection can handle server errors in #copy_data for input >rspec ./spec/pg/connection_spec.rb:659 # PG::Connection gracefully handle SQL statements while in #copy_data for input >rspec ./spec/pg/connection_spec.rb:672 # PG::Connection gracefully handle SQL statements while in #copy_data for output >rspec ./spec/pg/connection_spec.rb:684 # PG::Connection should raise an error for non copy statements in #copy_data >rspec ./spec/pg/connection_spec.rb:692 # PG::Connection correctly finishes COPY queries passed to #async_exec >rspec ./spec/pg/connection_spec.rb:710 # PG::Connection described_class#block shouldn't block a second thread >rspec ./spec/pg/connection_spec.rb:724 # PG::Connection described_class#block should allow a timeout >rspec ./spec/pg/connection_spec.rb:734 # PG::Connection can return the default connection options >rspec ./spec/pg/connection_spec.rb:741 # PG::Connection can return the default connection options as a Hash >rspec ./spec/pg/connection_spec.rb:748 # PG::Connection can return the connection's connection options >rspec ./spec/pg/connection_spec.rb:755 # PG::Connection can return the connection's connection options as a Hash >rspec ./spec/pg/connection_spec.rb:781 # PG::Connection honors the connect_timeout connection parameter >rspec ./spec/pg/connection_spec.rb:839 # PG::Connection allows fetching a column of values from a result by column number >rspec ./spec/pg/connection_spec.rb:846 # PG::Connection allows fetching a column of values from a result by field name >rspec ./spec/pg/connection_spec.rb:853 # PG::Connection raises an error if selecting an invalid column index >rspec ./spec/pg/connection_spec.rb:861 # PG::Connection raises an error if selecting an invalid field name >rspec ./spec/pg/connection_spec.rb:869 # PG::Connection raises an error if column index is not a number >rspec ./spec/pg/connection_spec.rb:877 # PG::Connection can connect asynchronously >rspec ./spec/pg/connection_spec.rb:889 # PG::Connection discards previous results (if any) before waiting on an #async_exec >rspec ./spec/pg/connection_spec.rb:891 # PG::Connection calls the block if one is provided to #async_exec >rspec ./spec/pg/connection_spec.rb:899 # PG::Connection raises a rescue-able error if #finish is called twice >rspec ./spec/pg/connection_spec.rb:906 # PG::Connection closes the IO fetched from #socket_io when the connection is closed >rspec ./spec/pg/connection_spec.rb:914 # PG::Connection closes the IO fetched from #socket_io when the connection is reset >rspec ./spec/pg/connection_spec.rb:923 # PG::Connection block should raise ConnectionBad for a closed connection >rspec ./spec/pg/connection_spec.rb:934 # PG::Connection sets the fallback_application_name on new connections >rspec ./spec/pg/connection_spec.rb:943 # PG::Connection sets a shortened fallback_application_name on new connections >rspec ./spec/pg/connection_spec.rb:957 # PG::Connection calls the block supplied to wait_for_notify with the notify payload if it accepts any number of arguments >rspec ./spec/pg/connection_spec.rb:978 # PG::Connection accepts nil as the timeout in #wait_for_notify >rspec ./spec/pg/connection_spec.rb:996 # PG::Connection sends nil as the payload if the notification wasn't given one >rspec ./spec/pg/connection_spec.rb:1013 # PG::Connection calls the block supplied to wait_for_notify with the notify payload if it accepts two arguments >rspec ./spec/pg/connection_spec.rb:1034 # PG::Connection calls the block supplied to wait_for_notify with the notify payload if it doesn't accept arguments >rspec ./spec/pg/connection_spec.rb:1053 # PG::Connection calls the block supplied to wait_for_notify with the notify payload if it accepts three arguments >rspec ./spec/pg/connection_spec.rb:763 # PG::Connection connection information related to SSL can retrieve connection's ssl state >rspec ./spec/pg/connection_spec.rb:767 # PG::Connection connection information related to SSL can retrieve connection's ssl attribute_names >rspec ./spec/pg/connection_spec.rb:771 # PG::Connection connection information related to SSL can retrieve a single ssl connection attribute >rspec ./spec/pg/connection_spec.rb:775 # PG::Connection connection information related to SSL can retrieve all connection's ssl attributes >rspec ./spec/pg/connection_spec.rb:791 # PG::Connection deprecated password encryption method can encrypt password for a given user >rspec ./spec/pg/connection_spec.rb:795 # PG::Connection deprecated password encryption method raises an appropriate error if either of the required arguments is not valid >rspec ./spec/pg/connection_spec.rb:809 # PG::Connection password encryption method can encrypt without algorithm >rspec ./spec/pg/connection_spec.rb:814 # PG::Connection password encryption method can encrypt with algorithm >rspec ./spec/pg/connection_spec.rb:819 # PG::Connection password encryption method raises an appropriate error if either of the required arguments is not valid >rspec ./spec/pg/connection_spec.rb:1076 # PG::Connection server ping pings successfully with connection string >rspec ./spec/pg/connection_spec.rb:1081 # PG::Connection server ping pings using 7 arguments converted to strings >rspec ./spec/pg/connection_spec.rb:1086 # PG::Connection server ping pings using a hash of connection parameters >rspec ./spec/pg/connection_spec.rb:1094 # PG::Connection server ping returns correct response when ping connection cannot be established >rspec ./spec/pg/connection_spec.rb:1102 # PG::Connection server ping returns correct response when ping connection arguments are wrong >rspec ./spec/pg/connection_spec.rb:1111 # PG::Connection set_single_row_mode raises an error when called at the wrong time >rspec ./spec/pg/connection_spec.rb:1117 # PG::Connection set_single_row_mode should work in single row mode >rspec ./spec/pg/connection_spec.rb:1138 # PG::Connection set_single_row_mode should receive rows before entire query is finished >rspec ./spec/pg/connection_spec.rb:1153 # PG::Connection set_single_row_mode should receive rows before entire query fails >rspec ./spec/pg/connection_spec.rb:1369 # PG::Connection multinationalization support can quote bigger strings with quote_ident >rspec ./spec/pg/connection_spec.rb:1375 # PG::Connection multinationalization support can quote Arrays with quote_ident >rspec ./spec/pg/connection_spec.rb:1382 # PG::Connection multinationalization support will raise a TypeError for invalid arguments to quote_ident >rspec ./spec/pg/connection_spec.rb:1428 # PG::Connection multinationalization support encodes exception messages with the connection's encoding (#96) >rspec ./spec/pg/connection_spec.rb:1449 # PG::Connection multinationalization support handles clearing result in or after set_notice_receiver >rspec ./spec/pg/connection_spec.rb:1464 # PG::Connection multinationalization support receives properly encoded messages in the notice callbacks >rspec ./spec/pg/connection_spec.rb:1492 # PG::Connection multinationalization support receives properly encoded text from wait_for_notify >rspec ./spec/pg/connection_spec.rb:1509 # PG::Connection multinationalization support returns properly encoded text from notifies >rspec ./spec/pg/connection_spec.rb:1175 # PG::Connection multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (iso-8859-1) >rspec ./spec/pg/connection_spec.rb:1186 # PG::Connection multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (utf-8) >rspec ./spec/pg/connection_spec.rb:1197 # PG::Connection multinationalization support rubyforge #22925: m17n support should return results in the same encoding as the client (EUC-JP) >rspec ./spec/pg/connection_spec.rb:1209 # PG::Connection multinationalization support rubyforge #22925: m17n support returns the results in the correct encoding even if the client_encoding has changed since the results were fetched >rspec ./spec/pg/connection_spec.rb:1223 # PG::Connection multinationalization support rubyforge #22925: m17n support the connection should return ASCII-8BIT when it's set to SQL_ASCII >rspec ./spec/pg/connection_spec.rb:1228 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the client encoding for escaped string >rspec ./spec/pg/connection_spec.rb:1236 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the client encoding for escaped literal >rspec ./spec/pg/connection_spec.rb:1244 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the client encoding for escaped identifier >rspec ./spec/pg/connection_spec.rb:1252 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the client encoding for quote_ident >rspec ./spec/pg/connection_spec.rb:1260 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the previous string encoding for escaped string >rspec ./spec/pg/connection_spec.rb:1268 # PG::Connection multinationalization support rubyforge #22925: m17n support uses the previous string encoding for quote_ident >rspec ./spec/pg/connection_spec.rb:1276 # PG::Connection multinationalization support rubyforge #22925: m17n support raises appropriate error if set_client_encoding is called with invalid arguments >rspec ./spec/pg/connection_spec.rb:1288 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string and parameters to #exec_params >rspec ./spec/pg/connection_spec.rb:1294 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string and parameters to #async_exec >rspec ./spec/pg/connection_spec.rb:1300 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string to #exec >rspec ./spec/pg/connection_spec.rb:1305 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string to #async_exec >rspec ./spec/pg/connection_spec.rb:1310 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings and parameters to #prepare and #exec_prepared >rspec ./spec/pg/connection_spec.rb:1317 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings to #describe_prepared >rspec ./spec/pg/connection_spec.rb:1323 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings to #describe_portal >rspec ./spec/pg/connection_spec.rb:1329 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string to #send_query >rspec ./spec/pg/connection_spec.rb:1334 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert query string and parameters to #send_query >rspec ./spec/pg/connection_spec.rb:1340 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings and parameters to #send_prepare and #send_query_prepared >rspec ./spec/pg/connection_spec.rb:1348 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings to #send_describe_prepared >rspec ./spec/pg/connection_spec.rb:1354 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert strings to #send_describe_portal >rspec ./spec/pg/connection_spec.rb:1360 # PG::Connection multinationalization support respect and convert character encoding of input strings should convert error string to #put_copy_end >rspec ./spec/pg/connection_spec.rb:1390 # PG::Connection multinationalization support Ruby 1.9.x default_internal encoding honors the Encoding.default_internal if it's set and the synchronous interface is used >rspec ./spec/pg/connection_spec.rb:1412 # PG::Connection multinationalization support Ruby 1.9.x default_internal encoding allows users of the async interface to set the client_encoding to the default_internal >rspec ./spec/pg/connection_spec.rb:1526 # PG::Connection OS thread support Connection#exec shouldn't block a second thread >rspec ./spec/pg/connection_spec.rb:1536 # PG::Connection OS thread support Connection.new shouldn't block a second thread >rspec ./spec/pg/connection_spec.rb:1553 # PG::Connection type casting should raise an error on invalid param mapping >rspec ./spec/pg/connection_spec.rb:1559 # PG::Connection type casting should return nil if no type mapping is set >rspec ./spec/pg/connection_spec.rb:1564 # PG::Connection type casting shouldn't type map params unless requested >rspec ./spec/pg/connection_spec.rb:1575 # PG::Connection type casting should raise an error on invalid encoder to put_copy_data >rspec ./spec/pg/connection_spec.rb:1581 # PG::Connection type casting can type cast parameters to put_copy_data with explicit encoder >rspec ./spec/pg/connection_spec.rb:1614 # PG::Connection type casting with default query type map should respect a type mapping for params and it's OID and format code >rspec ./spec/pg/connection_spec.rb:1620 # PG::Connection type casting with default query type map should return the current type mapping >rspec ./spec/pg/connection_spec.rb:1624 # PG::Connection type casting with default query type map should work with arbitrary number of params in conjunction with type casting >rspec ./spec/pg/connection_spec.rb:1639 # PG::Connection type casting with default query type map can process #copy_data input queries with row encoder and respects character encoding >rspec ./spec/pg/connection_spec.rb:1665 # PG::Connection type casting with default result type map should respect a type mapping for result >rspec ./spec/pg/connection_spec.rb:1670 # PG::Connection type casting with default result type map should return the current type mapping >rspec ./spec/pg/connection_spec.rb:1674 # PG::Connection type casting with default result type map should work with arbitrary number of params in conjunction with type casting >rspec ./spec/pg/connection_spec.rb:1689 # PG::Connection type casting with default result type map can process #copy_data output with row decoder and respects character encoding >rspec ./spec/pg/connection_spec.rb:1701 # PG::Connection type casting with default result type map can type cast #copy_data output with explicit decoder >Randomized with seed 57630 >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.RB34AV (%check) > Bad exit status from /var/tmp/rpm-tmp.RB34AV (%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 i686 --nodeps /builddir/build/SPECS/rubygem-pg.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 1606233
: 1467721 |
1467722
|
1467723