Created
June 30, 2009 18:35
-
-
Save kevsmith/138316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ok 42 - Application 'sasl' started | |
| subs: [{{disk_logger,default,[],undefined,1048576,10485760,10,undefined}, | |
| [nonode@nohost]}] | |
| failed to register nonode@nohost: {badrpc, | |
| {'EXIT', | |
| {noproc, | |
| {gen_server,call, | |
| [log_roller_disk_logger_default, | |
| ping]}}}} | |
| ok 43 - Application 'log_roller' started | |
| ok 44 - Application 'stateless_server' started | |
| ok 45 - Application 'nucleus_client' started | |
| . . . . . . | |
| not ok 53 - Application 'rpcore' started | |
| ok 54 - Trying to trigger a db exception | |
| not ok 55 - Trying to trigger a db exception | |
| --- | |
| description: "Trying to trigger a db exception" | |
| found: {'EXIT', | |
| {noproc, | |
| {gen_server,call, | |
| [mysql_dispatcher, | |
| {execute,none,empty_query,[]}, | |
| 8000]}}} | |
| wanted: {'EXIT',{error,{no_connection_in_pool,none}}} | |
| ... | |
| not ok 56 - Trying to trigger a db exception | |
| --- | |
| description: "Trying to trigger a db exception" | |
| found: {'EXIT', | |
| {noproc, | |
| {gen_server,call, | |
| [mysql_dispatcher, | |
| {execute,none,empty_query,[]}, | |
| 8000]}}} | |
| wanted: {'EXIT',{error,{no_connection_in_pool,none}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment