Skip to content

Instantly share code, notes, and snippets.

@ananyo2012
Created March 31, 2016 10:46
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 ananyo2012/12240a1a59c0cc5287b138ebdf6e8f6e to your computer and use it in GitHub Desktop.
Save ananyo2012/12240a1a59c0cc5287b138ebdf6e8f6e to your computer and use it in GitHub Desktop.
Tests on plots2
Loaded suite /home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader
Started
E
================================================================================================================================================
Error: test_should_not_save_comment_without_body(DrupalCommentTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_scan_callouts_out_of_body(DrupalCommentTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_scan_multiple_callouts_out_of_body(DrupalCommentTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_scan_multiple_space-separated_callouts_out_of_body(DrupalCommentTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_create_a_node(DrupalNodeTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_create_a_node_revision(DrupalNodeTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_create_a_research_note(DrupalNodeTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_create_a_wiki_page(DrupalNodeTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_user_creation(UserTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================


Finished in 0.476355341 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------
9 tests, 0 assertions, 0 failures, 9 errors, 0 pendings, 0 omissions, 0 notifications
0% passed
------------------------------------------------------------------------------------------------------------------------------------------------
18.89 tests/s, 0.00 assertions/s
Loaded suite /home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader
Started
E
================================================================================================================================================
Error: test_should_get_post_form(EditorControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_get_post_form_if_not_logged_in(EditorControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_get_features_if_not_admin(FeaturesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_dashboard(HomeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_home(HomeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_get_dashboard_if_not_logged_in(HomeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_create_like(LikeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_delete_like(LikeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_show_like(LikeControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_index(MapControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_don't_show_note_by_spam_author(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_edit_note(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_note(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_note_error_no_title(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_note_no_login(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_redirect_note_short_url(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_index(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_places(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_raw_note_markup(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_tools(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_load_iframe_url_in_comments(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_show_note(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_show_note_by_id(NotesControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_get_search/advanced(SearchControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_get_search/index(SearchControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_get_search/map(SearchControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_get_search/typeahead(SearchControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_add_duplicate_tag(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_add_invalid_tag(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_add_tag(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_add_tag_not_logged_in(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_author(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_blog(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_contributors(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_index(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_rss(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_show(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_tag_widget(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_validate_unused_tag(TagControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_list_users(UsersControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_list_users_by_role(UsersControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_new_user_page(UsersControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_profile(UsersControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_get_spam_profile(UsersControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_admin_should_revert_wiki_page_to_parent_version(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_admin_should_revert_wiki_page_to_parent_version(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_admin_user_should_delete_wiki_page(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_admin_user_should_delete_wiki_page(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_edit_wiki(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_edit_wiki(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_normal_user_should_not_delete_wiki_page(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_normal_user_should_not_delete_wiki_page(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_wiki(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_wiki(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_wiki_no_login(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_post_wiki_no_login(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_all_the_wiki_pages(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_all_the_wiki_pages(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_error_message_for_invalid_revision(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_error_message_for_invalid_revision(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_individual_version(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_individual_version(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_popular_wiki_pages(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_popular_wiki_pages(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_revisions(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_revisions(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_well_liked_wiki_pages(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_well_liked_wiki_pages(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_wiki_pages_with_slug_in_root(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_display_wiki_pages_with_slug_in_root(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_raw_wiki_markup(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_raw_wiki_markup(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_wiki_index(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_wiki_index(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_wiki_page(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_get_wiki_page(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_error_if_no_node_exist(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_should_not_error_if_no_node_exist(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_update_wiki_selecting_previous_image(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_update_wiki_selecting_previous_image(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_update_wiki_uploading_new_image(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_update_wiki_uploading_new_image(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_user_cannot_revert_wiki_page(WikiControllerTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_user_cannot_revert_wiki_page(WikiControllerTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/functional/wiki_controller_test.rb:28:in `teardown'
================================================================================================================================================


Finished in 1.562969377 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------
64 tests, 0 assertions, 0 failures, 84 errors, 0 pendings, 0 omissions, 0 notifications
0% passed
------------------------------------------------------------------------------------------------------------------------------------------------
40.95 tests/s, 0.00 assertions/s
Loaded suite /home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader
Started
E
================================================================================================================================================
Error: test_browse_/blog(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/blog(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/login(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/login(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/profile/*(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/profile/*(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/research(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/research(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/search/*(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/search/*(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/tag/*(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/tag/*(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/wiki/foo(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_/wiki/foo(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_front_page(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_browse_front_page(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================
E
================================================================================================================================================
Error: test_view_notes_for_an_author(PublicPagesTest): ActiveRecord::StatementInvalid: SQLite3::ConstraintException: NOT NULL constraint failed: comments.thread: INSERT INTO "comments" ("uid", "nid", "status", "comment") VALUES (1, 1, 1, 'This thing is rad.')
================================================================================================================================================
E
================================================================================================================================================
Error: test_view_notes_for_an_author(PublicPagesTest): NoMethodError: undefined method `destroy' for nil:NilClass
test/integration/public_pages_test.rb:13:in `teardown'
================================================================================================================================================


Finished in 0.220603904 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------
9 tests, 0 assertions, 0 failures, 18 errors, 0 pendings, 0 omissions, 0 notifications
0% passed
------------------------------------------------------------------------------------------------------------------------------------------------
40.80 tests/s, 0.00 assertions/s
Errors running test:units! #<RuntimeError: Command failed with status (1): [ruby -I"lib:test" -I"/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib" "/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader.rb" "test/unit/**/*_test.rb" ]>
Errors running test:functionals! #<RuntimeError: Command failed with status (1): [ruby -I"lib:test" -I"/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib" "/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader.rb" "test/functional/**/*_test.rb" ]>
Errors running test:integration! #<RuntimeError: Command failed with status (1): [ruby -I"lib:test" -I"/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib" "/home/ananyo/.rvm/gems/ruby-2.1.2/gems/rake-10.5.0/lib/rake/rake_test_loader.rb" "test/integration/**/*_test.rb" ]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment