Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Adjust test constraints for .NET Core. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
ceb6a84975fe02753a94a3b4e7aa0fc9 |
User & Date: | mistachkin 2018-04-05 15:21:49.880 |
Context
2018-04-05
| ||
15:25 | Work around inability of .NET Core SDK to properly generate resources from a 'resx' file that refers to other files. check-in: 681cdd1dde user: mistachkin tags: netStandard20 | |
15:21 | Adjust test constraints for .NET Core. check-in: ceb6a84975 user: mistachkin tags: netStandard20 | |
15:19 | Move Eagle binaries in externals to a .NET Framework specific subdirectory. check-in: 1ca61eb888 user: mistachkin tags: netStandard20 | |
Changes
Changes to Tests/memory.eagle.
︙ | ︙ | |||
121 122 123 124 125 126 127 | freeDbConnection unset -nocomplain dataReader connection cleanupDb $fileName db true false false unset -nocomplain working sql counter db fileName | | | | < | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 | freeDbConnection unset -nocomplain dataReader connection cleanupDb $fileName db true false false unset -nocomplain working sql counter db fileName } -constraints [fixConstraints {eagle command.object !dotNetCore windows\ monoBug28 command.sql compile.DATA SQLite System.Data.SQLite\ fossil_repository_file variable_test_repository_file}] -result {}} ############################################################################### # # NOTE: Report after test. # checkForSQLiteDirectories $test_channel |
︙ | ︙ |
Changes to Tests/session.eagle.
︙ | ︙ | |||
858 859 860 861 862 863 864 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result {IsEmpty\ True MatchT2 false IsEmpty False MatchT1 true IsEmpty False MatchT2 true\ IsEmpty False MatchT1 true}} ############################################################################### runTest {test session-1.6.1 {combine/apply change sets (memory)} -setup { |
︙ | ︙ | |||
924 925 926 927 928 929 930 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result \ {{{TableName t1 NumberOfColumns 2 OperationCode Delete Indirect False\ PrimaryKeyColumns {[True, False]} OldValue 0 1 NewValue 0 <nullObject>\ ConflictValue 0 <nullObject> OldValue 1 {"inserted: Alpha Bravo Charlie Delta\ Echo"} NewValue 1 <nullObject> ConflictValue 1 <nullObject>} {TableName t1\ NumberOfColumns 2 OperationCode Insert Indirect False PrimaryKeyColumns {[True,\ False]} OldValue 0 <nullObject> NewValue 0 3 ConflictValue 0 <nullObject>\ |
︙ | ︙ | |||
1007 1008 1009 1010 1011 1012 1013 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result \ {{{TableName t1 NumberOfColumns 2 OperationCode Delete Indirect False\ PrimaryKeyColumns {[True, False]} OldValue 0 1 NewValue 0 <nullObject>\ ConflictValue 0 <nullObject> OldValue 1 {"inserted: Alpha Bravo Charlie Delta\ Echo"} NewValue 1 <nullObject> ConflictValue 1 <nullObject>} {TableName t1\ NumberOfColumns 2 OperationCode Insert Indirect False PrimaryKeyColumns {[True,\ False]} OldValue 0 <nullObject> NewValue 0 3 ConflictValue 0 <nullObject>\ |
︙ | ︙ | |||
1081 1082 1083 1084 1085 1086 1087 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result \ {{{TableName t1 NumberOfColumns 2 OperationCode Delete Indirect False\ PrimaryKeyColumns {[True, False]} OldValue 0 1 NewValue 0 <nullObject>\ ConflictValue 0 <nullObject> OldValue 1 <nullObject> NewValue 1 <nullObject>\ ConflictValue 1 <nullObject>} {TableName t1 NumberOfColumns 2 OperationCode\ Insert Indirect False PrimaryKeyColumns {[True, False]} OldValue 0 <nullObject>\ NewValue 0 3 ConflictValue 0 <nullObject> OldValue 1 <nullObject> NewValue 1\ |
︙ | ︙ | |||
1164 1165 1166 1167 1168 1169 1170 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result \ {{{TableName t1 NumberOfColumns 2 OperationCode Delete Indirect False\ PrimaryKeyColumns {[True, False]} OldValue 0 1 NewValue 0 <nullObject>\ ConflictValue 0 <nullObject> OldValue 1 <nullObject> NewValue 1 <nullObject>\ ConflictValue 1 <nullObject>} {TableName t1 NumberOfColumns 2 OperationCode\ Insert Indirect False PrimaryKeyColumns {[True, False]} OldValue 0 <nullObject>\ NewValue 0 3 ConflictValue 0 <nullObject> OldValue 1 <nullObject> NewValue 1\ |
︙ | ︙ | |||
1267 1268 1269 1270 1271 1272 1273 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName | | | | 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 | catch { foreach callbackResult $callbackResults { catch {object dispose $callbackResult} } } unset -nocomplain callbackResult callbackResults db fileName } -constraints {eagle command.object monoBug28 command.sql compile.DATA\ compile.EMIT SQLite System.Data.SQLite SQLiteInterop\ defineConstant.System.Data.SQLite.INTEROP_SESSION_EXTENSION} -result \ {06631bf3545dba83b25db5142afc4d229544ed55}} ############################################################################### runTest {test session-1.10.1 {change group (memory)} -setup { setupDb [set fileName session-1.10.1.db] |
︙ | ︙ |