Skip to content

Instantly share code, notes, and snippets.

@franciscojunior
Last active December 12, 2015 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franciscojunior/4710273 to your computer and use it in GitHub Desktop.
Save franciscojunior/4710273 to your computer and use it in GitHub Desktop.
Nunit tests result
Tests run: 620, Failures: 44, Not run: 0, Time: 10.338 seconds
Failures:
1) NpgsqlTests.CommandTests.FunctionCallStringEscape :
expected: <0>
but was: <1>
at NpgsqlTests.CommandTests.FunctionCallStringEscape () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
2) NpgsqlTests.CommandTests.TimeSupportTimezone :
String lengths are both 12.
Strings differ at index 1.
expected: <"18:03:45.001">
but was: <"17:03:45.001">
-------------^
at NpgsqlTests.CommandTests.TimeSupportTimezone () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
3) NpgsqlTests.CommandTests.ConnectionStringWithInvalidParameterValue : Expected: Npgsql.NpgsqlException but was System.ArgumentException
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.CommandTests.ConnectionStringWithInvalidParameterValue () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
4) NpgsqlTests.CommandTests.ConnectionStringCommandTimeout : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;commandtimeout
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.CommandTests.ConnectionStringCommandTimeout () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
5) NpgsqlTests.CommandTests.DataTypeTests :
expected: <NpgsqlTypes.NpgsqlTime>
but was: <System.DateTime>
at NpgsqlTests.CommandTests.DataTypeTests () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
6) NpgsqlTests.CommandTestsV2.CommandTests.ByteaInsertWithPrepareSupport :
Array lengths differ. Expected length=1, but was length=4.
Arrays differ at index 0.
expected: <1>
but was: <92>
at NpgsqlTests.CommandTests.ByteaInsertWithPrepareSupport () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
7) NpgsqlTests.CommandTestsV2.CommandTests.TimeSupportTimezone :
String lengths are both 12.
Strings differ at index 1.
expected: <"18:03:45.001">
but was: <"17:03:45.001">
-------------^
at NpgsqlTests.CommandTests.TimeSupportTimezone () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
8) NpgsqlTests.CommandTestsV2.CommandTests.Bug1010788UpdateRowSource : System.InvalidOperationException : Dynamic SQL generation is not supported with no base table.
at System.Data.Common.DbCommandBuilder.BuildInformation (System.Data.DataTable schemaTable) [0x00000] in <filename unknown>:0
at System.Data.Common.DbCommandBuilder.BuildCache (Boolean closeConnection) [0x00000] in <filename unknown>:0
at System.Data.Common.DbCommandBuilder.GetUpdateCommand (Boolean option) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlCommandBuilder.GetUpdateCommand (Boolean useColumnsForParameterNames) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlCommandBuilder.GetUpdateCommand () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlCommandBuilder:GetUpdateCommand ()
at NpgsqlTests.CommandTests.Bug1010788UpdateRowSource () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
9) NpgsqlTests.CommandTestsV2.CommandTests.DataTypeTests :
expected: <NpgsqlTypes.NpgsqlTime>
but was: <System.DateTime>
at NpgsqlTests.CommandTests.DataTypeTests () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
10) NpgsqlTests.ConnectionTests.SearchPathSupport : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;searchpath
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.ConnectionTests.SearchPathSupport () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
11) NpgsqlTests.ConnectionTests.NpgsqlErrorRepro1 :
at NpgsqlTests.ConnectionTests.NpgsqlErrorRepro1 () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
12) NpgsqlTests.DataAdapterTests.InsertWithDataSet : System.Data.ConstraintException : Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
at System.Data.Constraint.ThrowConstraintException () [0x00000] in <filename unknown>:0
at System.Data.DataSet.InternalEnforceConstraints (Boolean value, Boolean resetIndexes) [0x00000] in <filename unknown>:0
at System.Data.DataSet.set_EnforceConstraints (Boolean value) [0x00000] in <filename unknown>:0
at System.Data.MergeManager.Merge (System.Data.DataSet targetSet, System.Data.DataSet sourceSet, Boolean preserveChanges, MissingSchemaAction missingSchemaAction) [0x00000] in <filename unknown>:0
at System.Data.DataSet.Merge (System.Data.DataSet dataSet, Boolean preserveChanges, MissingSchemaAction missingSchemaAction) [0x00000] in <filename unknown>:0
at System.Data.DataSet.Merge (System.Data.DataSet dataSet) [0x00000] in <filename unknown>:0
at NpgsqlTests.DataAdapterTests.InsertWithDataSet () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
13) NpgsqlTests.DataAdapterTests.DataAdapterUpdateReturnValue2 : System.InvalidOperationException : Auto SQL generation during Insert requires a valid SelectCommand.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
14) NpgsqlTests.DataAdapterTests.UpdateLettingNullFieldValue : System.Data.DBConcurrencyException : Concurrency violation: the UpdateCommand affected 0 records.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
15) NpgsqlTests.DataAdapterTests.UpdateWithDataSet : System.InvalidOperationException : Auto SQL generation during Update requires a valid SelectCommand.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
16) NpgsqlTests.DataAdapterTests.InsertWithCommandBuilderCaseSensitive : System.InvalidOperationException : Auto SQL generation during Insert requires a valid SelectCommand.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
17) NpgsqlTests.DataAdapterTestsV2.DataAdapterTests.InsertWithDataSet : System.Data.ConstraintException : Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
at System.Data.Constraint.ThrowConstraintException () [0x00000] in <filename unknown>:0
at System.Data.DataSet.InternalEnforceConstraints (Boolean value, Boolean resetIndexes) [0x00000] in <filename unknown>:0
at System.Data.DataSet.set_EnforceConstraints (Boolean value) [0x00000] in <filename unknown>:0
at System.Data.MergeManager.Merge (System.Data.DataSet targetSet, System.Data.DataSet sourceSet, Boolean preserveChanges, MissingSchemaAction missingSchemaAction) [0x00000] in <filename unknown>:0
at System.Data.DataSet.Merge (System.Data.DataSet dataSet, Boolean preserveChanges, MissingSchemaAction missingSchemaAction) [0x00000] in <filename unknown>:0
at System.Data.DataSet.Merge (System.Data.DataSet dataSet) [0x00000] in <filename unknown>:0
at NpgsqlTests.DataAdapterTests.InsertWithDataSet () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
18) NpgsqlTests.DataAdapterTestsV2.DataAdapterTests.DataAdapterUpdateReturnValue2 : System.InvalidOperationException : Auto SQL generation during Insert requires a valid SelectCommand.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
19) NpgsqlTests.DataAdapterTestsV2.DataAdapterTests.FillAddWithKey :
at NpgsqlTests.DataAdapterTests.FillAddWithKey () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
20) NpgsqlTests.DataAdapterTestsV2.DataAdapterTests.UpdateLettingNullFieldValue : System.Data.DBConcurrencyException : Concurrency violation: the UpdateCommand affected 0 records.
at System.Data.Common.DbDataAdapter.Update (System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) [0x00000] in <filename unknown>:0
21) NpgsqlTests.DataReaderTests.GetBytesSequential : System.InvalidOperationException : Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '1' or greater.
at Npgsql.ForwardsOnlyRow.SetIndex (Int32 index, Boolean allowCurrent) [0x00000] in <filename unknown>:0
at Npgsql.ForwardsOnlyRow.GetBytes (Int32 i, Int64 fieldOffset, System.Byte[] buffer, Int32 bufferoffset, Int32 length) [0x00000] in <filename unknown>:0
at Npgsql.ForwardsOnlyDataReader.GetBytes (Int32 i, Int64 fieldOffset, System.Byte[] buffer, Int32 bufferoffset, Int32 length) [0x00000] in <filename unknown>:0
at NpgsqlTests.DataReaderTests.GetBytesSequential () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
22) NpgsqlTests.DataReaderTests.FieldNameDoesntExistBackwardsCompat : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;compatible
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.DataReaderTests.FieldNameDoesntExistBackwardsCompat () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
23) NpgsqlTests.DataReaderTestsV2.DataReaderTests.GetBytesSequential : System.InvalidOperationException : Invalid attempt to read from column ordinal '0'. With CommandBehavior.SequentialAccess, you may only read from column ordinal '1' or greater.
at Npgsql.ForwardsOnlyRow.SetIndex (Int32 index, Boolean allowCurrent) [0x00000] in <filename unknown>:0
at Npgsql.ForwardsOnlyRow.GetBytes (Int32 i, Int64 fieldOffset, System.Byte[] buffer, Int32 bufferoffset, Int32 length) [0x00000] in <filename unknown>:0
at Npgsql.ForwardsOnlyDataReader.GetBytes (Int32 i, Int64 fieldOffset, System.Byte[] buffer, Int32 bufferoffset, Int32 length) [0x00000] in <filename unknown>:0
at NpgsqlTests.DataReaderTests.GetBytesSequential () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
24) NpgsqlTests.NpgsqlParameterTest.InferType_Enum : System.InvalidCastException : Can't cast NpgsqlTests.NpgsqlParameterTest+Int64Enum into any valid DbType.
at Npgsql.NpgsqlParameter.set_Value (System.Object value) [0x00000] in <filename unknown>:0
at NpgsqlTests.NpgsqlParameterTest.InferType_Enum () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
25) NpgsqlTests.NpgsqlParameterTest.InferType_Invalid : #A1:0 (Smallint)
at NpgsqlTests.NpgsqlParameterTest.InferType_Invalid () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
26) NpgsqlTests.NpgsqlParameterTest.InferType_TimeSpan : #2
expected: <Time>
but was: <Object>
at NpgsqlTests.NpgsqlParameterTest.InferType_TimeSpan () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
27) NpgsqlTests.NpgsqlParameterTest.ParameterType : #D1
expected: <String>
but was: <Int32>
at NpgsqlTests.NpgsqlParameterTest.ParameterType () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
28) NpgsqlTests.NpgsqlParameterTest.ParameterName : #C:ParameterName
String lengths differ. Expected length=1, but was length=0.
Strings differ at index 0.
expected: <" ">
but was: <"">
------------^
at NpgsqlTests.NpgsqlParameterTest.ParameterName () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
29) NpgsqlTests.NpgsqlParameterTest.SourceColumn : #B:SourceColumn
expected: <"">
but was: <(null)>
at NpgsqlTests.NpgsqlParameterTest.SourceColumn () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
30) NpgsqlTests.NpgsqlParameterTest.NpgsqlDbTypeTest_Value_Invalid : System.InvalidCastException : Can't cast 666 into any valid DbType.
at Npgsql.NpgsqlParameter.set_NpgsqlDbType (NpgsqlDbType value) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlParameter:set_NpgsqlDbType (NpgsqlTypes.NpgsqlDbType)
at NpgsqlTests.NpgsqlParameterTest.NpgsqlDbTypeTest_Value_Invalid () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
31) NpgsqlTests.NpgsqlParameterTest.NpgsqlTypes_NpgsqlTimeStamp : #A:Value
expected: <2013-04-30 10:38:11.197378>
but was: <04/30/2013 10:38:11>
at NpgsqlTests.NpgsqlParameterTest.NpgsqlTypes_NpgsqlTimeStamp () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
32) NpgsqlTests.NpgsqlParameterTest.Value : #B:DbType
expected: <String>
but was: <Int32>
at NpgsqlTests.NpgsqlParameterTest.Value () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
33) NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithExplicitEnlist : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.EnlistTransaction (System.Transactions.Transaction transaction) [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithExplicitEnlist () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
34) NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithImplicitEnlist : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;enlist
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithImplicitEnlist () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
35) NpgsqlTests.SystemTransactionsTest.DistributedTransactionRollback : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;enlist
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.SystemTransactionsTest.DistributedTransactionRollback () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
36) NpgsqlTests.SystemTransactionsTest.FunctionTestTimestamptzParameterSupport : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;enlist
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.SystemTransactionsTest.FunctionTestTimestamptzParameterSupport () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
37) NpgsqlTests.SystemTransactionsTest.TwoDistributedInSequence : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;enlist
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.SystemTransactionsTest.DistributedTransactionRollback () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.TwoDistributedInSequence () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
38) NpgsqlTests.SystemTransactionsTest.ReuseConnection : System.ArgumentException : key=value argument incorrect in ConnectionString
Parameter name: ;enlist
at Npgsql.NpgsqlConnectionStringBuilder.GetKey (System.String key) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder.set_Item (System.String keyword, System.Object value) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionStringNonOdbc (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.ParseConnectionString (System.String connectionString) [0x00000] in <filename unknown>:0
at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (System.String value) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnectionStringBuilder..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection..ctor (System.String ConnectionString) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Npgsql.NpgsqlConnection:.ctor (string)
at NpgsqlTests.SystemTransactionsTest.ReuseConnection () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
39) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.SimpleTransactionScopeWithExplicitEnlist : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.EnlistTransaction (System.Transactions.Transaction transaction) [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithExplicitEnlist () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
40) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.SimpleTransactionScopeWithImplicitEnlist : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.Open () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.SimpleTransactionScopeWithImplicitEnlist () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
41) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.DistributedTransactionRollback : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.Open () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.DistributedTransactionRollback () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
42) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.FunctionTestTimestamptzParameterSupport : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.Open () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.FunctionTestTimestamptzParameterSupport () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
43) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.TwoDistributedInSequence : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.Open () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.DistributedTransactionRollback () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.TwoDistributedInSequence () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
44) NpgsqlTests.SystemTransactionsTestV2.SystemTransactionsTest.ReuseConnection : System.NotImplementedException : The requested feature is not implemented.
at Npgsql.NpgsqlPromotableSinglePhaseNotification.Enlist (System.Transactions.Transaction tx) [0x00000] in <filename unknown>:0
at Npgsql.NpgsqlConnection.Open () [0x00000] in <filename unknown>:0
at NpgsqlTests.SystemTransactionsTest.ReuseConnection () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment