File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ describe('6. dmlReturning.js', function(){
146
146
) ;
147
147
} )
148
148
149
+ // it currently fails on OS X
149
150
it . skip ( '6.1.3 INSERT statement with small maxSize restriction' , function ( done ) {
150
151
connection . should . be . ok ;
151
152
connection . execute (
@@ -290,6 +291,7 @@ describe('6. dmlReturning.js', function(){
290
291
) ;
291
292
} )
292
293
294
+ // it currently fails with 11.2 database
293
295
it ( '6.1.10 Stress test - support 4k varchars' , function ( done ) {
294
296
295
297
/*** Helper functions ***/
@@ -332,7 +334,7 @@ describe('6. dmlReturning.js', function(){
332
334
{ autoCommit : true } ,
333
335
function ( err , result ) {
334
336
should . not . exist ( err ) ;
335
- // console.log(result);
337
+ console . log ( result ) ;
336
338
result . outBinds . rid . should . eql ( [ size ] ) ;
337
339
result . outBinds . rname [ 0 ] . length . should . be . exactly ( size ) ;
338
340
done ( ) ;
You can’t perform that action at this time.
0 commit comments