Files
mongo/jstests/error3.js

6 lines
158 B
JavaScript
Raw Normal View History

2009-09-11 14:16:54 -04:00
db.runCommand( "forceerror" );
assert.eq( "forced error" , db.getLastError() );
db.runCommand( "switchtoclienterrors" );
assert.isnull( db.getLastError() );