| Console Output
Started by an SCM change
Building on master
Updating http://r-labs.googlecode.com/svn/trunk/plugins/redmine_hudson
U app/views/hudson/index.atom.builder
At revision 547
[plugins] $ /bin/sh -xe /tmp/hudson4202798222921902.sh
+ BASE_DIR=/usr/local/test
+ REDMINE=redmine-0.9-stable
+ REDMINE_DIR=/usr/local/test/redmine-0.9-stable
+ PLUGINS_DIR=/usr/local/test/redmine-0.9-stable/vendor/plugins
+ '[' '!' -d /usr/local/test/redmine-0.9-stable/vendor/plugins/.svn ']'
+ cd /usr/local/test
+ rm -rf /usr/local/test/redmine-0.9-stable/redmine_test.db
+ cd /usr/local/test/redmine-0.9-stable
+ svn update
At revision 3858.
+ ruby script/plugin install git://github.com/edavis10/object_daddy.git
already installed: object_daddy (git://github.com/edavis10/object_daddy.git). pass --force to reinstall
+ rake db:migrate RAILS_ENV=test
(in /usr/local/test/redmine-0.9-stable)
== Setup: migrating ==========================================================
-- create_table("attachments", {:force=>true})
-> 0.0353s
-- create_table("auth_sources", {:force=>true})
-> 0.0034s
-- create_table("custom_fields", {:force=>true})
-> 0.0036s
-- create_table("custom_fields_projects", {:force=>true, :id=>false})
-> 0.0021s
-- create_table("custom_fields_trackers", {:force=>true, :id=>false})
-> 0.0017s
-- create_table("custom_values", {:force=>true})
-> 0.0024s
-- create_table("documents", {:force=>true})
-> 0.0026s
-- add_index("documents", ["project_id"], {:name=>"documents_project_id"})
-> 0.0005s
-- create_table("enumerations", {:force=>true})
-> 0.0019s
-- create_table("issue_categories", {:force=>true})
-> 0.0020s
-- add_index("issue_categories", ["project_id"], {:name=>"issue_categories_project_id"})
-> 0.0005s
-- create_table("issue_histories", {:force=>true})
-> 0.0028s
-- add_index("issue_histories", ["issue_id"], {:name=>"issue_histories_issue_id"})
-> 0.0005s
-- create_table("issue_statuses", {:force=>true})
-> 0.0025s
-- create_table("issues", {:force=>true})
-> 0.0055s
-- add_index("issues", ["project_id"], {:name=>"issues_project_id"})
-> 0.0007s
-- create_table("members", {:force=>true})
-> 0.0029s
-- create_table("news", {:force=>true})
-> 0.0030s
-- add_index("news", ["project_id"], {:name=>"news_project_id"})
-> 0.0005s
-- create_table("permissions", {:force=>true})
-> 0.0034s
-- create_table("permissions_roles", {:force=>true, :id=>false})
-> 0.0025s
-- add_index("permissions_roles", ["role_id"], {:name=>"permissions_roles_role_id"})
-> 0.0007s
-- create_table("projects", {:force=>true})
-> 0.0042s
-- create_table("roles", {:force=>true})
-> 0.0023s
-- create_table("tokens", {:force=>true})
-> 0.0040s
-- create_table("trackers", {:force=>true})
-> 0.0027s
-- create_table("users", {:force=>true})
-> 0.0049s
-- create_table("versions", {:force=>true})
-> 0.0036s
-- add_index("versions", ["project_id"], {:name=>"versions_project_id"})
-> 0.0005s
-- create_table("workflows", {:force=>true})
-> 0.0033s
== Setup: migrated (0.2053s) =================================================
== IssueMove: migrating ======================================================
== IssueMove: migrated (0.0072s) =============================================
== IssueAddNote: migrating ===================================================
== IssueAddNote: migrated (0.0074s) ==========================================
== ExportPdf: migrating ======================================================
== ExportPdf: migrated (0.0068s) =============================================
== IssueStartDate: migrating =================================================
-- add_column(:issues, :start_date, :date)
-> 0.0011s
-- add_column(:issues, :done_ratio, :integer, {:null=>false, :default=>0})
-> 0.0008s
== IssueStartDate: migrated (0.0021s) ========================================
== CalendarAndActivity: migrating ============================================
== CalendarAndActivity: migrated (0.0138s) ===================================
== CreateJournals: migrating =================================================
-- create_table(:journals, {:force=>true})
-> 0.0041s
-- create_table(:journal_details, {:force=>true})
-> 0.0035s
-- add_index("journals", ["journalized_id", "journalized_type"], {:name=>"journals_journalized_id"})
-> 0.0006s
-- add_index("journal_details", ["journal_id"], {:name=>"journal_details_journal_id"})
-> 0.0005s
-- drop_table(:issue_histories)
-> 0.0006s
== CreateJournals: migrated (0.0183s) ========================================
== CreateUserPreferences: migrating ==========================================
-- create_table(:user_preferences)
-> 0.0017s
== CreateUserPreferences: migrated (0.0018s) =================================
== AddHideMailPref: migrating ================================================
-- add_column(:user_preferences, :hide_mail, :boolean, {:default=>false})
-> 0.0010s
== AddHideMailPref: migrated (0.0012s) =======================================
== CreateComments: migrating =================================================
-- create_table(:comments)
-> 0.0033s
== CreateComments: migrated (0.0034s) ========================================
== AddNewsCommentsCount: migrating ===========================================
-- add_column(:news, :comments_count, :integer, {:null=>false, :default=>0})
-> 0.0007s
== AddNewsCommentsCount: migrated (0.0008s) ==================================
== AddCommentsPermissions: migrating =========================================
== AddCommentsPermissions: migrated (0.0067s) ================================
== CreateQueries: migrating ==================================================
-- create_table(:queries, {:force=>true})
-> 0.0042s
== CreateQueries: migrated (0.0044s) =========================================
== AddQueriesPermissions: migrating ==========================================
== AddQueriesPermissions: migrated (0.1109s) =================================
== CreateRepositories: migrating =============================================
-- create_table(:repositories, {:force=>true})
-> 0.0029s
== CreateRepositories: migrated (0.0030s) ====================================
== AddRepositoriesPermissions: migrating =====================================
== AddRepositoriesPermissions: migrated (0.0166s) ============================
== CreateSettings: migrating =================================================
-- create_table(:settings, {:force=>true})
-> 0.0030s
== CreateSettings: migrated (0.0031s) ========================================
== SetDocAndFilesNotifications: migrating ====================================
== SetDocAndFilesNotifications: migrated (0.2059s) ===========================
== AddIssueStatusPosition: migrating =========================================
-- add_column(:issue_statuses, :position, :integer, {:default=>1})
-> 0.0008s
== AddIssueStatusPosition: migrated (0.0014s) ================================
== AddRolePosition: migrating ================================================
-- add_column(:roles, :position, :integer, {:default=>1})
-> 0.0006s
== AddRolePosition: migrated (0.0666s) =======================================
== AddTrackerPosition: migrating =============================================
-- add_column(:trackers, :position, :integer, {:default=>1})
-> 0.0011s
== AddTrackerPosition: migrated (0.0020s) ====================================
== SerializePossiblesValues: migrating =======================================
== SerializePossiblesValues: migrated (0.0008s) ==============================
== AddTrackerIsInRoadmap: migrating ==========================================
-- add_column(:trackers, :is_in_roadmap, :boolean, {:null=>false, :default=>true})
-> 0.0011s
== AddTrackerIsInRoadmap: migrated (0.0013s) =================================
== AddRoadmapPermission: migrating ===========================================
== AddRoadmapPermission: migrated (0.0082s) ==================================
== AddSearchPermission: migrating ============================================
== AddSearchPermission: migrated (0.0083s) ===================================
== AddRepositoryLoginAndPassword: migrating ==================================
-- add_column(:repositories, :login, :string, {:limit=>60, :default=>""})
-> 0.0012s
-- add_column(:repositories, :password, :string, {:limit=>60, :default=>""})
-> 0.0013s
== AddRepositoryLoginAndPassword: migrated (0.0029s) =========================
== CreateWikis: migrating ====================================================
-- create_table(:wikis)
-> 0.0028s
-- add_index(:wikis, :project_id, {:name=>:wikis_project_id})
-> 0.0008s
== CreateWikis: migrated (0.0040s) ===========================================
== CreateWikiPages: migrating ================================================
-- create_table(:wiki_pages)
-> 0.0020s
-- add_index(:wiki_pages, [:wiki_id, :title], {:name=>:wiki_pages_wiki_id_title})
-> 0.0006s
== CreateWikiPages: migrated (0.0029s) =======================================
== CreateWikiContents: migrating =============================================
-- create_table(:wiki_contents)
-> 0.0031s
-- add_index(:wiki_contents, :page_id, {:name=>:wiki_contents_page_id})
-> 0.0006s
-- create_table(:wiki_content_versions)
-> 0.0031s
-- add_index(:wiki_content_versions, :wiki_content_id, {:name=>:wiki_content_versions_wcid})
-> 0.0006s
== CreateWikiContents: migrated (0.0078s) ====================================
== AddProjectsFeedsPermissions: migrating ====================================
== AddProjectsFeedsPermissions: migrated (0.0087s) ===========================
== AddRepositoryRootUrl: migrating ===========================================
-- add_column(:repositories, :root_url, :string, {:limit=>255, :default=>""})
-> 0.0015s
== AddRepositoryRootUrl: migrated (0.0017s) ==================================
== CreateTimeEntries: migrating ==============================================
-- create_table(:time_entries)
-> 0.0042s
-- add_index(:time_entries, [:project_id], {:name=>:time_entries_project_id})
-> 0.0006s
-- add_index(:time_entries, [:issue_id], {:name=>:time_entries_issue_id})
-> 0.0005s
== CreateTimeEntries: migrated (0.0056s) =====================================
== AddTimelogPermissions: migrating ==========================================
== AddTimelogPermissions: migrated (0.0079s) =================================
== CreateChangesets: migrating ===============================================
-- create_table(:changesets)
-> 0.0027s
-- add_index(:changesets, [:repository_id, :revision], {:unique=>true, :name=>:changesets_repos_rev})
-> 0.0007s
== CreateChangesets: migrated (0.0036s) ======================================
== CreateChanges: migrating ==================================================
-- create_table(:changes)
-> 0.0028s
-- add_index(:changes, [:changeset_id], {:name=>:changesets_changeset_id})
-> 0.0006s
== CreateChanges: migrated (0.0037s) =========================================
== AddChangesetCommitDate: migrating =========================================
-- add_column(:changesets, :commit_date, :date)
-> 0.0011s
== AddChangesetCommitDate: migrated (0.0017s) ================================
== AddProjectIdentifier: migrating ===========================================
-- add_column(:projects, :identifier, :string, {:limit=>20})
-> 0.0015s
== AddProjectIdentifier: migrated (0.0017s) ==================================
== AddCustomFieldIsFilter: migrating =========================================
-- add_column(:custom_fields, :is_filter, :boolean, {:null=>false, :default=>false})
-> 0.0013s
== AddCustomFieldIsFilter: migrated (0.0014s) ================================
== CreateWatchers: migrating =================================================
-- create_table(:watchers)
-> 0.0020s
== CreateWatchers: migrated (0.0021s) ========================================
== CreateChangesetsIssues: migrating =========================================
-- create_table(:changesets_issues, {:id=>false})
-> 0.0013s
-- add_index(:changesets_issues, [:changeset_id, :issue_id], {:unique=>true, :name=>:changesets_issues_ids})
-> 0.0006s
== CreateChangesetsIssues: migrated (0.0022s) ================================
== RenameCommentToComments: migrating ========================================
== RenameCommentToComments: migrated (0.0430s) ===============================
== CreateIssueRelations: migrating ===========================================
-- create_table(:issue_relations)
-> 0.0025s
== CreateIssueRelations: migrated (0.0027s) ==================================
== AddRelationsPermissions: migrating ========================================
== AddRelationsPermissions: migrated (0.0100s) ===============================
== SetLanguageLengthToFive: migrating ========================================
-- change_column(:users, :language, :string, {:limit=>5, :default=>""})
-> 0.0469s
== SetLanguageLengthToFive: migrated (0.0471s) ===============================
== CreateBoards: migrating ===================================================
-- create_table(:boards)
-> 0.0027s
-- add_index(:boards, [:project_id], {:name=>:boards_project_id})
-> 0.0006s
== CreateBoards: migrated (0.0035s) ==========================================
== CreateMessages: migrating =================================================
-- create_table(:messages)
-> 0.0023s
-- add_index(:messages, [:board_id], {:name=>:messages_board_id})
-> 0.0008s
-- add_index(:messages, [:parent_id], {:name=>:messages_parent_id})
-> 0.0005s
== CreateMessages: migrated (0.0038s) ========================================
== AddBoardsPermissions: migrating ===========================================
== AddBoardsPermissions: migrated (0.0087s) ==================================
== AllowNullVersionEffectiveDate: migrating ==================================
-- change_column(:versions, :effective_date, :date, {:null=>true, :default=>nil})
-> 0.0302s
== AllowNullVersionEffectiveDate: migrated (0.0303s) =========================
== AddWikiDestroyPagePermission: migrating ===================================
== AddWikiDestroyPagePermission: migrated (0.0077s) ==========================
== AddWikiAttachmentsPermissions: migrating ==================================
== AddWikiAttachmentsPermissions: migrated (0.0094s) =========================
== AddProjectStatus: migrating ===============================================
-- add_column(:projects, :status, :integer, {:null=>false, :default=>1})
-> 0.0015s
== AddProjectStatus: migrated (0.0017s) ======================================
== AddChangesRevision: migrating =============================================
-- add_column(:changes, :revision, :string)
-> 0.0010s
== AddChangesRevision: migrated (0.0011s) ====================================
== AddChangesBranch: migrating ===============================================
-- add_column(:changes, :branch, :string)
-> 0.0009s
== AddChangesBranch: migrated (0.0010s) ======================================
== AddChangesetsScmid: migrating =============================================
-- add_column(:changesets, :scmid, :string)
-> 0.0010s
== AddChangesetsScmid: migrated (0.0011s) ====================================
== AddRepositoriesType: migrating ============================================
-- add_column(:repositories, :type, :string)
-> 0.0009s
== AddRepositoriesType: migrated (0.0015s) ===================================
== AddRepositoriesChangesPermission: migrating ===============================
== AddRepositoriesChangesPermission: migrated (0.0080s) ======================
== AddVersionsWikiPageTitle: migrating =======================================
-- add_column(:versions, :wiki_page_title, :string)
-> 0.0010s
== AddVersionsWikiPageTitle: migrated (0.0011s) ==============================
== AddIssueCategoriesAssignedToId: migrating =================================
-- add_column(:issue_categories, :assigned_to_id, :integer)
-> 0.0010s
== AddIssueCategoriesAssignedToId: migrated (0.0011s) ========================
== AddRolesAssignable: migrating =============================================
-- add_column(:roles, :assignable, :boolean, {:default=>true})
-> 0.0010s
== AddRolesAssignable: migrated (0.0011s) ====================================
== ChangeChangesetsCommitterLimit: migrating =================================
-- change_column(:changesets, :committer, :string, {:limit=>nil})
-> 0.0362s
== ChangeChangesetsCommitterLimit: migrated (0.0364s) ========================
== AddRolesBuiltin: migrating ================================================
-- add_column(:roles, :builtin, :integer, {:null=>false, :default=>0})
-> 0.0929s
== AddRolesBuiltin: migrated (0.0930s) =======================================
== InsertBuiltinRoles: migrating =============================================
== InsertBuiltinRoles: migrated (0.0152s) ====================================
== AddRolesPermissions: migrating ============================================
-- add_column(:roles, :permissions, :text)
-> 0.0010s
== AddRolesPermissions: migrated (0.0011s) ===================================
== DropPermissions: migrating ================================================
-- drop_table(:permissions)
-> 0.0008s
-- drop_table(:permissions_roles)
-> 0.0006s
== DropPermissions: migrated (0.0015s) =======================================
== AddSettingsUpdatedOn: migrating ===========================================
-- add_column(:settings, :updated_on, :timestamp)
-> 0.0009s
== AddSettingsUpdatedOn: migrated (0.0319s) ==================================
== AddCustomValueCustomizedIndex: migrating ==================================
-- add_index(:custom_values, [:customized_type, :customized_id], {:name=>:custom_values_customized})
-> 0.0011s
== AddCustomValueCustomizedIndex: migrated (0.0013s) =========================
== CreateWikiRedirects: migrating ============================================
-- create_table(:wiki_redirects)
-> 0.0028s
-- add_index(:wiki_redirects, [:wiki_id, :title], {:name=>:wiki_redirects_wiki_id_title})
-> 0.0007s
== CreateWikiRedirects: migrated (0.0037s) ===================================
== CreateEnabledModules: migrating ===========================================
-- create_table(:enabled_modules)
-> 0.0019s
-- add_index(:enabled_modules, [:project_id], {:name=>:enabled_modules_project_id})
-> 0.0007s
== CreateEnabledModules: migrated (0.0035s) ==================================
== AddIssuesEstimatedHours: migrating ========================================
-- add_column(:issues, :estimated_hours, :float)
-> 0.0010s
== AddIssuesEstimatedHours: migrated (0.0011s) ===============================
== ChangeAttachmentsContentTypeLimit: migrating ==============================
-- change_column(:attachments, :content_type, :string, {:limit=>nil})
-> 0.0330s
== ChangeAttachmentsContentTypeLimit: migrated (0.0332s) =====================
== AddQueriesColumnNames: migrating ==========================================
-- add_column(:queries, :column_names, :text)
-> 0.0010s
== AddQueriesColumnNames: migrated (0.0011s) =================================
== AddEnumerationsPosition: migrating ========================================
-- add_column(:enumerations, :position, :integer, {:default=>1})
-> 0.0010s
== AddEnumerationsPosition: migrated (0.0030s) ===============================
== AddEnumerationsIsDefault: migrating =======================================
-- add_column(:enumerations, :is_default, :boolean, {:null=>false, :default=>false})
-> 0.0010s
== AddEnumerationsIsDefault: migrated (0.0011s) ==============================
== AddAuthSourcesTls: migrating ==============================================
-- add_column(:auth_sources, :tls, :boolean, {:null=>false, :default=>false})
-> 0.0010s
== AddAuthSourcesTls: migrated (0.0012s) =====================================
== AddMembersMailNotification: migrating =====================================
-- add_column(:members, :mail_notification, :boolean, {:null=>false, :default=>false})
-> 0.0012s
== AddMembersMailNotification: migrated (0.0013s) ============================
== AllowNullPosition: migrating ==============================================
-- change_column(:issue_statuses, :position, :integer, {:null=>true, :default=>1})
-> 0.0241s
-- change_column(:roles, :position, :integer, {:null=>true, :default=>1})
-> 0.0281s
-- change_column(:trackers, :position, :integer, {:null=>true, :default=>1})
-> 0.0236s
-- change_column(:boards, :position, :integer, {:null=>true, :default=>1})
-> 0.0362s
-- change_column(:enumerations, :position, :integer, {:null=>true, :default=>1})
-> 0.0233s
== AllowNullPosition: migrated (0.1361s) =====================================
== RemoveIssueStatusesHtmlColor: migrating ===================================
-- remove_column(:issue_statuses, :html_color)
-> 0.0248s
== RemoveIssueStatusesHtmlColor: migrated (0.0251s) ==========================
== AddCustomFieldsPosition: migrating ========================================
-- add_column(:custom_fields, :position, :integer, {:default=>1})
-> 0.0010s
== AddCustomFieldsPosition: migrated (0.0018s) ===============================
== AddUserPreferencesTimeZone: migrating =====================================
-- add_column(:user_preferences, :time_zone, :string)
-> 0.0022s
== AddUserPreferencesTimeZone: migrated (0.0023s) ============================
== AddUsersType: migrating ===================================================
-- add_column(:users, :type, :string)
-> 0.0010s
== AddUsersType: migrated (0.0057s) ==========================================
== CreateProjectsTrackers: migrating =========================================
-- create_table(:projects_trackers, {:id=>false})
-> 0.0009s
-- add_index(:projects_trackers, :project_id, {:name=>:projects_trackers_project_id})
-> 0.0004s
== CreateProjectsTrackers: migrated (0.0022s) ================================
== AddMessagesLocked: migrating ==============================================
-- add_column(:messages, :locked, :boolean, {:default=>false})
-> 0.0007s
== AddMessagesLocked: migrated (0.0008s) =====================================
== AddMessagesSticky: migrating ==============================================
-- add_column(:messages, :sticky, :integer, {:default=>0})
-> 0.0007s
== AddMessagesSticky: migrated (0.0008s) =====================================
== ChangeAuthSourcesAccountLimit: migrating ==================================
-- change_column(:auth_sources, :account, :string, {:limit=>nil})
-> 0.0310s
== ChangeAuthSourcesAccountLimit: migrated (0.0311s) =========================
== AddRoleTrackerOldStatusIndexToWorkflows: migrating ========================
-- add_index(:workflows, [:role_id, :tracker_id, :old_status_id], {:name=>:wkfs_role_tracker_old_status})
-> 0.0008s
== AddRoleTrackerOldStatusIndexToWorkflows: migrated (0.0009s) ===============
== AddCustomFieldsSearchable: migrating ======================================
-- add_column(:custom_fields, :searchable, :boolean, {:default=>false})
-> 0.0007s
== AddCustomFieldsSearchable: migrated (0.0008s) =============================
== ChangeProjectsDescriptionToText: migrating ================================
-- change_column(:projects, :description, :text, {:null=>true, :default=>nil})
-> 0.0282s
== ChangeProjectsDescriptionToText: migrated (0.0283s) =======================
== AddCustomFieldsDefaultValue: migrating ====================================
-- add_column(:custom_fields, :default_value, :text)
-> 0.0010s
== AddCustomFieldsDefaultValue: migrated (0.0011s) ===========================
== AddAttachmentsDescription: migrating ======================================
-- add_column(:attachments, :description, :string)
-> 0.0011s
== AddAttachmentsDescription: migrated (0.0012s) =============================
== ChangeVersionsNameLimit: migrating ========================================
-- change_column(:versions, :name, :string, {:limit=>nil})
-> 0.1295s
== ChangeVersionsNameLimit: migrated (0.1296s) ===============================
== ChangeChangesetsRevisionToString: migrating ===============================
-- change_column(:changesets, :revision, :string, {:null=>false})
-> 0.0421s
== ChangeChangesetsRevisionToString: migrated (0.0422s) ======================
== ChangeChangesFromRevisionToString: migrating ==============================
-- change_column(:changes, :from_revision, :string)
-> 0.0342s
== ChangeChangesFromRevisionToString: migrated (0.0343s) =====================
== AddWikiPagesProtected: migrating ==========================================
-- add_column(:wiki_pages, :protected, :boolean, {:null=>false, :default=>false})
-> 0.0011s
== AddWikiPagesProtected: migrated (0.0012s) =================================
== ChangeProjectsHomepageLimit: migrating ====================================
-- change_column(:projects, :homepage, :string, {:limit=>nil, :default=>""})
-> 0.0400s
== ChangeProjectsHomepageLimit: migrated (0.0402s) ===========================
== AddWikiPagesParentId: migrating ===========================================
-- add_column(:wiki_pages, :parent_id, :integer, {:default=>nil})
-> 0.0011s
== AddWikiPagesParentId: migrated (0.0012s) ==================================
== AddCommitAccessPermission: migrating ======================================
== AddCommitAccessPermission: migrated (0.0012s) =============================
== AddViewWikiEditsPermission: migrating =====================================
== AddViewWikiEditsPermission: migrated (0.0012s) ============================
== SetTopicAuthorsAsWatchers: migrating ======================================
== SetTopicAuthorsAsWatchers: migrated (0.0106s) =============================
== AddDeleteWikiPagesAttachmentsPermission: migrating ========================
== AddDeleteWikiPagesAttachmentsPermission: migrated (0.0012s) ===============
== AddChangesetsUserId: migrating ============================================
-- add_column(:changesets, :user_id, :integer, {:default=>nil})
-> 0.0011s
== AddChangesetsUserId: migrated (0.0012s) ===================================
== PopulateChangesetsUserId: migrating =======================================
== PopulateChangesetsUserId: migrated (0.0004s) ==============================
== AddCustomFieldsEditable: migrating ========================================
-- add_column(:custom_fields, :editable, :boolean, {:default=>true})
-> 0.0012s
== AddCustomFieldsEditable: migrated (0.0014s) ===============================
== SetCustomFieldsEditable: migrating ========================================
== SetCustomFieldsEditable: migrated (0.0071s) ===============================
== AddProjectsLftAndRgt: migrating ===========================================
-- add_column(:projects, :lft, :integer)
-> 0.0013s
-- add_column(:projects, :rgt, :integer)
-> 0.0010s
== AddProjectsLftAndRgt: migrated (0.0026s) ==================================
== BuildProjectsTree: migrating ==============================================
== BuildProjectsTree: migrated (0.0074s) =====================================
== RemoveProjectsProjectsCount: migrating ====================================
-- remove_column(:projects, :projects_count)
-> 0.0445s
== RemoveProjectsProjectsCount: migrated (0.0446s) ===========================
== AddOpenIdAuthenticationTables: migrating ==================================
-- create_table(:open_id_authentication_associations, {:force=>true})
-> 0.0053s
-- create_table(:open_id_authentication_nonces, {:force=>true})
-> 0.0044s
== AddOpenIdAuthenticationTables: migrated (0.0099s) =========================
== AddIdentityUrlToUsers: migrating ==========================================
-- add_column(:users, :identity_url, :string)
-> 0.0010s
== AddIdentityUrlToUsers: migrated (0.0011s) =================================
== AddWatchersUserIdTypeIndex: migrating =====================================
-- add_index(:watchers, [:user_id, :watchable_type], {:name=>:watchers_user_id_type})
-> 0.0010s
== AddWatchersUserIdTypeIndex: migrated (0.0011s) ============================
== AddQueriesSortCriteria: migrating =========================================
-- add_column(:queries, :sort_criteria, :text)
-> 0.0009s
== AddQueriesSortCriteria: migrated (0.0010s) ================================
== AddProjectsTrackersUniqueIndex: migrating =================================
-- add_index(:projects_trackers, [:project_id, :tracker_id], {:unique=>true, :name=>:projects_trackers_unique})
-> 0.0008s
== AddProjectsTrackersUniqueIndex: migrated (0.0015s) ========================
== ExtendSettingsName: migrating =============================================
-- change_column(:settings, :name, :string, {:limit=>255, :null=>false, :default=>""})
-> 0.0177s
== ExtendSettingsName: migrated (0.0179s) ====================================
== AddTypeToEnumerations: migrating ==========================================
-- add_column(:enumerations, :type, :string)
-> 0.0010s
== AddTypeToEnumerations: migrated (0.0011s) =================================
== UpdateEnumerationsToSti: migrating ========================================
== UpdateEnumerationsToSti: migrated (0.0015s) ===============================
== AddActiveFieldToEnumerations: migrating ===================================
-- add_column(:enumerations, :active, :boolean, {:null=>false, :default=>true})
-> 0.0010s
== AddActiveFieldToEnumerations: migrated (0.0011s) ==========================
== AddProjectToEnumerations: migrating =======================================
-- add_column(:enumerations, :project_id, :integer, {:null=>true, :default=>nil})
-> 0.0010s
-- add_index(:enumerations, :project_id)
-> 0.0006s
== AddProjectToEnumerations: migrated (0.0018s) ==============================
== AddParentIdToEnumerations: migrating ======================================
-- add_column(:enumerations, :parent_id, :integer, {:null=>true, :default=>nil})
-> 0.0010s
== AddParentIdToEnumerations: migrated (0.0011s) =============================
== AddQueriesGroupBy: migrating ==============================================
-- add_column(:queries, :group_by, :string)
-> 0.0010s
== AddQueriesGroupBy: migrated (0.0011s) =====================================
== CreateMemberRoles: migrating ==============================================
-- create_table(:member_roles)
-> 0.0024s
== CreateMemberRoles: migrated (0.0025s) =====================================
== PopulateMemberRoles: migrating ============================================
== PopulateMemberRoles: migrated (0.1074s) ===================================
== DropMembersRoleId: migrating ==============================================
-- remove_column(:members, :role_id)
-> 0.0245s
== DropMembersRoleId: migrated (0.0246s) =====================================
== FixMessagesStickyNull: migrating ==========================================
== FixMessagesStickyNull: migrated (0.0006s) =================================
== PopulateUsersType: migrating ==============================================
== PopulateUsersType: migrated (0.0006s) =====================================
== CreateGroupsUsers: migrating ==============================================
-- create_table(:groups_users, {:id=>false})
-> 0.0012s
-- add_index(:groups_users, [:group_id, :user_id], {:unique=>true, :name=>:groups_users_ids})
-> 0.0006s
== CreateGroupsUsers: migrated (0.0021s) =====================================
== AddMemberRolesInheritedFrom: migrating ====================================
-- add_column(:member_roles, :inherited_from, :integer)
-> 0.0010s
== AddMemberRolesInheritedFrom: migrated (0.0011s) ===========================
== FixUsersCustomValues: migrating ===========================================
== FixUsersCustomValues: migrated (0.0158s) ==================================
== AddMissingIndexesToWorkflows: migrating ===================================
-- add_index(:workflows, :old_status_id)
-> 0.0008s
-- add_index(:workflows, :role_id)
-> 0.0006s
-- add_index(:workflows, :new_status_id)
-> 0.0006s
== AddMissingIndexesToWorkflows: migrated (0.0022s) ==========================
== AddMissingIndexesToCustomFieldsProjects: migrating ========================
-- add_index(:custom_fields_projects, [:custom_field_id, :project_id])
-> 0.0008s
== AddMissingIndexesToCustomFieldsProjects: migrated (0.0009s) ===============
== AddMissingIndexesToMessages: migrating ====================================
-- add_index(:messages, :last_reply_id)
-> 0.0008s
-- add_index(:messages, :author_id)
-> 0.0006s
== AddMissingIndexesToMessages: migrated (0.0016s) ===========================
== AddMissingIndexesToRepositories: migrating ================================
-- add_index(:repositories, :project_id)
-> 0.0008s
== AddMissingIndexesToRepositories: migrated (0.0009s) =======================
== AddMissingIndexesToComments: migrating ====================================
-- add_index(:comments, [:commented_id, :commented_type])
-> 0.0012s
-- add_index(:comments, :author_id)
-> 0.0006s
== AddMissingIndexesToComments: migrated (0.0020s) ===========================
== AddMissingIndexesToEnumerations: migrating ================================
-- add_index(:enumerations, [:id, :type])
-> 0.0008s
== AddMissingIndexesToEnumerations: migrated (0.0009s) =======================
== AddMissingIndexesToWikiPages: migrating ===================================
-- add_index(:wiki_pages, :wiki_id)
-> 0.0008s
-- add_index(:wiki_pages, :parent_id)
-> 0.0005s
== AddMissingIndexesToWikiPages: migrated (0.0015s) ==========================
== AddMissingIndexesToWatchers: migrating ====================================
-- add_index(:watchers, :user_id)
-> 0.0009s
-- add_index(:watchers, [:watchable_id, :watchable_type])
-> 0.0006s
== AddMissingIndexesToWatchers: migrated (0.0018s) ===========================
== AddMissingIndexesToAuthSources: migrating =================================
-- add_index(:auth_sources, [:id, :type])
-> 0.0008s
== AddMissingIndexesToAuthSources: migrated (0.0009s) ========================
== AddMissingIndexesToDocuments: migrating ===================================
-- add_index(:documents, :category_id)
-> 0.0008s
== AddMissingIndexesToDocuments: migrated (0.0009s) ==========================
== AddMissingIndexesToTokens: migrating ======================================
-- add_index(:tokens, :user_id)
-> 0.0009s
== AddMissingIndexesToTokens: migrated (0.0010s) =============================
== AddMissingIndexesToChangesets: migrating ==================================
-- add_index(:changesets, :user_id)
-> 0.0008s
-- add_index(:changesets, :repository_id)
-> 0.0006s
== AddMissingIndexesToChangesets: migrated (0.0015s) =========================
== AddMissingIndexesToIssueCategories: migrating =============================
-- add_index(:issue_categories, :assigned_to_id)
-> 0.0008s
== AddMissingIndexesToIssueCategories: migrated (0.0009s) ====================
== AddMissingIndexesToMemberRoles: migrating =================================
-- add_index(:member_roles, :member_id)
-> 0.0008s
-- add_index(:member_roles, :role_id)
-> 0.0006s
== AddMissingIndexesToMemberRoles: migrated (0.0015s) ========================
== AddMissingIndexesToBoards: migrating ======================================
-- add_index(:boards, :last_message_id)
-> 0.0008s
== AddMissingIndexesToBoards: migrated (0.0009s) =============================
== AddMissingIndexesToUserPreferences: migrating =============================
-- add_index(:user_preferences, :user_id)
-> 0.0009s
== AddMissingIndexesToUserPreferences: migrated (0.0010s) ====================
== AddMissingIndexesToIssues: migrating ======================================
-- add_index(:issues, :status_id)
-> 0.0006s
-- add_index(:issues, :category_id)
-> 0.0004s
-- add_index(:issues, :assigned_to_id)
-> 0.0004s
-- add_index(:issues, :fixed_version_id)
-> 0.0004s
-- add_index(:issues, :tracker_id)
-> 0.0004s
-- add_index(:issues, :priority_id)
-> 0.0004s
-- add_index(:issues, :author_id)
-> 0.0004s
== AddMissingIndexesToIssues: migrated (0.0033s) =============================
== AddMissingIndexesToMembers: migrating =====================================
-- add_index(:members, :user_id)
-> 0.0005s
-- add_index(:members, :project_id)
-> 0.0004s
== AddMissingIndexesToMembers: migrated (0.0011s) ============================
== AddMissingIndexesToCustomFields: migrating ================================
-- add_index(:custom_fields, [:id, :type])
-> 0.0005s
== AddMissingIndexesToCustomFields: migrated (0.0006s) =======================
== AddMissingIndexesToQueries: migrating =====================================
-- add_index(:queries, :project_id)
-> 0.0005s
-- add_index(:queries, :user_id)
-> 0.0004s
== AddMissingIndexesToQueries: migrated (0.0011s) ============================
== AddMissingIndexesToTimeEntries: migrating =================================
-- add_index(:time_entries, :activity_id)
-> 0.0009s
-- add_index(:time_entries, :user_id)
-> 0.0007s
== AddMissingIndexesToTimeEntries: migrated (0.0018s) ========================
== AddMissingIndexesToNews: migrating ========================================
-- add_index(:news, :author_id)
-> 0.0008s
== AddMissingIndexesToNews: migrated (0.0009s) ===============================
== AddMissingIndexesToUsers: migrating =======================================
-- add_index(:users, [:id, :type])
-> 0.0008s
-- add_index(:users, :auth_source_id)
-> 0.0006s
== AddMissingIndexesToUsers: migrated (0.0016s) ==============================
== AddMissingIndexesToAttachments: migrating =================================
-- add_index(:attachments, [:container_id, :container_type])
-> 0.0013s
-- add_index(:attachments, :author_id)
-> 0.0006s
== AddMissingIndexesToAttachments: migrated (0.0021s) ========================
== AddMissingIndexesToWikiContents: migrating ================================
-- add_index(:wiki_contents, :author_id)
-> 0.0013s
== AddMissingIndexesToWikiContents: migrated (0.0014s) =======================
== AddMissingIndexesToCustomValues: migrating ================================
-- add_index(:custom_values, :custom_field_id)
-> 0.0009s
== AddMissingIndexesToCustomValues: migrated (0.0010s) =======================
== AddMissingIndexesToJournals: migrating ====================================
-- add_index(:journals, :user_id)
-> 0.0008s
-- add_index(:journals, :journalized_id)
-> 0.0006s
== AddMissingIndexesToJournals: migrated (0.0016s) ===========================
== AddMissingIndexesToIssueRelations: migrating ==============================
-- add_index(:issue_relations, :issue_from_id)
-> 0.0007s
-- add_index(:issue_relations, :issue_to_id)
-> 0.0005s
== AddMissingIndexesToIssueRelations: migrated (0.0013s) =====================
== AddMissingIndexesToWikiRedirects: migrating ===============================
-- add_index(:wiki_redirects, :wiki_id)
-> 0.0006s
== AddMissingIndexesToWikiRedirects: migrated (0.0007s) ======================
== AddMissingIndexesToCustomFieldsTrackers: migrating ========================
-- add_index(:custom_fields_trackers, [:custom_field_id, :tracker_id])
-> 0.0006s
== AddMissingIndexesToCustomFieldsTrackers: migrated (0.0007s) ===============
== AddActivityIndexes: migrating =============================================
-- add_index(:journals, :created_on)
-> 0.0006s
-- add_index(:changesets, :committed_on)
-> 0.0005s
-- add_index(:wiki_content_versions, :updated_on)
-> 0.0005s
-- add_index(:messages, :created_on)
-> 0.0005s
-- add_index(:issues, :created_on)
-> 0.0005s
-- add_index(:news, :created_on)
-> 0.0008s
-- add_index(:attachments, :created_on)
-> 0.0007s
-- add_index(:documents, :created_on)
-> 0.0006s
-- add_index(:time_entries, :created_on)
-> 0.0006s
== AddActivityIndexes: migrated (0.0060s) ====================================
== AddVersionsStatus: migrating ==============================================
-- add_column(:versions, :status, :string, {:default=>"open"})
-> 0.0013s
== AddVersionsStatus: migrated (0.0019s) =====================================
== AddViewIssuesPermission: migrating ========================================
== AddViewIssuesPermission: migrated (0.0056s) ===============================
== AddDefaultDoneRatioToIssueStatus: migrating ===============================
-- add_column(:issue_statuses, :default_done_ratio, :integer)
-> 0.0010s
== AddDefaultDoneRatioToIssueStatus: migrated (0.0011s) ======================
== AddVersionsSharing: migrating =============================================
-- add_column(:versions, :sharing, :string, {:null=>false, :default=>"none"})
-> 0.0013s
-- add_index(:versions, :sharing)
-> 0.0006s
== AddVersionsSharing: migrated (0.0022s) ====================================
== AddLftAndRgtIndexesToProjects: migrating ==================================
-- add_index(:projects, :lft)
-> 0.0009s
-- add_index(:projects, :rgt)
-> 0.0007s
== AddLftAndRgtIndexesToProjects: migrated (0.0017s) =========================
== AddIndexToSettingsName: migrating =========================================
-- add_index(:settings, :name)
-> 0.0009s
== AddIndexToSettingsName: migrated (0.0010s) ================================
== AddIndexesToIssueStatus: migrating ========================================
-- add_index(:issue_statuses, :position)
-> 0.0009s
-- add_index(:issue_statuses, :is_closed)
-> 0.0006s
-- add_index(:issue_statuses, :is_default)
-> 0.0006s
== AddIndexesToIssueStatus: migrated (0.0024s) ===============================
== RemoveEnumerationsOpt: migrating ==========================================
-- remove_column(:enumerations, :opt)
-> 0.0484s
== RemoveEnumerationsOpt: migrated (0.0485s) =================================
== ChangeWikiContentsTextLimit: migrating ====================================
== ChangeWikiContentsTextLimit: migrated (0.0000s) ===========================
== AddIndexOnChangesetsScmid: migrating ======================================
-- add_index(:changesets, [:repository_id, :scmid], {:name=>:changesets_repos_scmid})
-> 0.0009s
== AddIndexOnChangesetsScmid: migrated (0.0010s) =============================
Loaded suite /usr/bin/rake
Started
Finished in 0.000456 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
+ rake db:migrate_plugins RAILS_ENV=test
(in /usr/local/test/redmine-0.9-stable)
Migrating engines...
Migrating acts_as_activity_provider...
Migrating acts_as_attachable...
Migrating acts_as_customizable...
Migrating acts_as_event...
Migrating acts_as_list...
Migrating acts_as_searchable...
Migrating acts_as_tree...
Migrating acts_as_versioned...
Migrating acts_as_watchable...
Migrating awesome_nested_set...
Migrating classic_pagination...
Migrating coderay-0.7.6.227...
Migrating gravatar...
Migrating object_daddy...
Migrating open_id_authentication...
Migrating prepend_engine_views...
Migrating redmine_hudson...
== CreateHudsonSettings: migrating ===========================================
-- create_table(:hudson_settings)
-> 0.0023s
== CreateHudsonSettings: migrated (0.0025s) ==================================
== AddShowCompact: migrating =================================================
-- add_column(:hudson_settings, :show_compact, :boolean, {:default=>false})
-> 0.0108s
== AddShowCompact: migrated (0.0110s) ========================================
== AddAuthUserPassword: migrating ============================================
-- add_column(:hudson_settings, :auth_user, :string, {:default=>""})
-> 0.0015s
-- add_column(:hudson_settings, :auth_password, :string, {:default=>""})
-> 0.0016s
== AddAuthUserPassword: migrated (0.0033s) ===================================
== CreateHudsonJobs: migrating ===============================================
-- create_table(:hudson_jobs)
-> 0.0029s
-- create_table(:hudson_builds)
-> 0.0025s
-- create_table(:hudson_build_changesets)
-> 0.0019s
== CreateHudsonJobs: migrated (0.0077s) ======================================
== AddCausedByToHudsonBuild: migrating =======================================
-- add_column(:hudson_builds, :caused_by, :integer)
-> 0.0014s
== AddCausedByToHudsonBuild: migrated (0.0016s) ==============================
== AddHealthReportKeywordsToHudsonSettings: migrating ========================
-- add_column(:hudson_settings, :health_report_build_stability, :string, {:default=>"Build stability"})
-> 0.0013s
-- add_column(:hudson_settings, :health_report_test_result, :string, {:default=>"Test Result"})
-> 0.0010s
== AddHealthReportKeywordsToHudsonSettings: migrated (0.0036s) ===============
== CreateHudsonBuildTestResults: migrating ===================================
-- create_table(:hudson_build_test_results)
-> 0.0024s
== CreateHudsonBuildTestResults: migrated (0.0025s) ==========================
== AddGetBuildDetailsToHudsonSettings: migrating =============================
-- add_column(:hudson_settings, :get_build_details, :boolean, {:default=>true})
-> 0.0013s
== AddGetBuildDetailsToHudsonSettings: migrated (0.0014s) ====================
== AddLookAndFeelToHudsonSettings: migrating =================================
-- add_column(:hudson_settings, :look_and_feel, :string, {:default=>"Hudson"})
-> 0.0012s
== AddLookAndFeelToHudsonSettings: migrated (0.0017s) ========================
== CreateHudsonSettingsHealthReports: migrating ==============================
-- create_table(:hudson_settings_health_reports)
-> 0.0018s
-- remove_column(:hudson_settings, :health_report_build_stability)
-> 0.0374s
-- remove_column(:hudson_settings, :health_report_test_result)
-> 0.0709s
== CreateHudsonSettingsHealthReports: migrated (0.1111s) =====================
== AddDescriptionAndStateToHudsonJobs: migrating =============================
-- add_column(:hudson_jobs, :description, :text)
-> 0.0008s
-- add_column(:hudson_jobs, :state, :string)
-> 0.0009s
== AddDescriptionAndStateToHudsonJobs: migrated (0.0019s) ====================
== CreateHudsonHealthReports: migrating ======================================
-- create_table(:hudson_health_reports)
-> 0.0021s
== CreateHudsonHealthReports: migrated (0.0023s) =============================
== UpdateBuilding: migrating =================================================
== UpdateBuilding: migrated (0.0016s) ========================================
== UpdateHudsonBuildsErrorAndCausedBy: migrating =============================
== UpdateHudsonBuildsErrorAndCausedBy: migrated (0.0009s) ====================
== CreateHudsonBuildArtifacts: migrating =====================================
-- create_table(:hudson_build_artifacts)
-> 0.0021s
== CreateHudsonBuildArtifacts: migrated (0.0022s) ============================
== CreateHudsonJobSettings: migrating ========================================
-- create_table(:hudson_job_settings)
-> 0.0020s
== CreateHudsonJobSettings: migrated (0.0022s) ===============================
== AddRecordHudsonJobSettings: migrating =====================================
== AddRecordHudsonJobSettings: migrated (0.0077s) ============================
== ChangeColumnHudsonBuildNumber: migrating ==================================
-- add_column(:hudson_builds, :number_new, :integer)
-> 0.0013s
-- remove_column(:hudson_builds, :number)
-> 0.0315s
-- rename_column(:hudson_builds, :number_new, :number)
-> 0.0327s
== ChangeColumnHudsonBuildNumber: migrated (0.0670s) =========================
== AddUrlForPluginToHudsonSettings: migrating ================================
-- add_column(:hudson_settings, :url_for_plugin, :string, {:default=>""})
-> 0.0013s
== AddUrlForPluginToHudsonSettings: migrated (0.0015s) =======================
Migrating rfpdf...
Migrating ruby-net-ldap-0.0.4...
Loaded suite /usr/bin/rake
Started
Finished in 0.000339 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
[redmine-0.9-stable] $ rake redmine_hudson:test:unit RAILS_ENV=test
(in /usr/local/test/redmine-0.9-stable)
./test/unit/../../../../../app/models/setting.rb:29: warning: already initialized constant DATE_FORMATS
./test/unit/../../../../../app/models/setting.rb:34: warning: already initialized constant TIME_FORMATS
./test/unit/../../../../../app/models/setting.rb:74: warning: already initialized constant ENCODINGS
Loaded suite /usr/local/bin/rcov
Started
.....DEPRECATION WARNING: truncate takes an option hash instead of separate length and omission arguments. (called from initialize at /usr/local/test/redmine-0.9-stable/vendor/plugins/redmine_hudson/app/models/hudson_exceptions.rb:36)
DEPRECATION WARNING: truncate takes an option hash instead of separate length and omission arguments. (called from test_rexml_parse_error at ./test/unit/hudson_api_exception_test.rb:70)
.............................................................................................
Finished in 10.892254 seconds.
98 tests, 264 assertions, 0 failures, 0 errors
Loaded suite /usr/bin/rake
Started
Finished in 0.000559 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
[redmine-0.9-stable] $ rake redmine_hudson:test:feature RAILS_ENV=test
(in /usr/local/test/redmine-0.9-stable)
# $Id: hudson_index.feature 503 2010-05-09 00:14:14Z toshiyuki.ando1971 $
Feature: index
show hudson jobs with latest build results
Scenario: If 'Developer' don't have 'view_hudson' permission, Redmine don't show hudson tab on the menu # test/features/hudson_index.feature:5
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
When I go to "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should not see "Hudson" within "#main-menu" # test/features/step_definitions/webrat_steps.rb:150
Scenario: If 'Developer' have 'view_hudson' permission, Redmine show hudson tab on the menu # test/features/hudson_index.feature:15
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
When I go to "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should see "Hudson" within "#main-menu" # test/features/step_definitions/webrat_steps.rb:128
Scenario: If project has no Hudson settings, plugin show message # test/features/hudson_index.feature:26
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
When I go to Hudson at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should see "No settings for this project. Please confirm settings" # test/features/step_definitions/webrat_steps.rb:124
When I follow "confirm settings" # test/features/step_definitions/webrat_steps.rb:24
Then I should see "Settings" # test/features/step_definitions/webrat_steps.rb:124
When I fill in "http://localhost:8080" for "settings[url]" # test/features/step_definitions/webrat_steps.rb:36
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Then the field named "settings[url]" should contain "http://localhost:8080/" # test/features/step_definitions/webrat_steps_add.rb:31
When I go to Hudson at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should see "No Jobs" # test/features/step_definitions/webrat_steps.rb:124
Scenario: Show job simple-ruby-application # test/features/hudson_index.feature:45
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
And Hudson API returns "simple-ruby-application" as depth0 # test/features/step_definitions/hudson_steps.rb:62
When I go to HudsonSettings at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
And I fill in "http://localhost:8080" for "settings[url]" # test/features/step_definitions/webrat_steps.rb:36
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
And I check "settings_jobs_simple-ruby-application" # test/features/step_definitions/webrat_steps.rb:108
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Given Hudson API returns "simple-ruby-application" as depth1 # test/features/step_definitions/hudson_steps.rb:70
When I go to Hudson at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should see "simple-ruby-application" within "#job-state-simple-ruby-application" # test/features/step_definitions/webrat_steps.rb:128
And I should see "app" linked to "http://localhost:8080/job/simple-ruby-application/3/artifact/SimpleRubyApplication/source/app.rb" # test/features/step_definitions/webrat_steps_add.rb:35
And I should see "readme" linked to "http://localhost:8080/job/simple-ruby-application/3/artifact/SimpleRubyApplication/readme.rdoc" # test/features/step_definitions/webrat_steps_add.rb:35
# $Id: hudson_index.feature 477 2010-03-27 16:45:28Z toshiyuki.ando1971 $
Feature: issue
show hudson build results on issue
Scenario: Show job simple-ruby-application # test/features/hudson_issue.feature:5
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
And "eCookbook" Project Has Hudson Jobs: # test/features/step_definitions/hudson_steps.rb:6
| name |
| simple-ruby-application |
And Hudson Job "simple-ruby-application" Has Hudson Build Results: # test/features/step_definitions/hudson_steps.rb:34
| number | result | finished_at | building | error | caused_by | revisions |
| 5 | SUCCESS | #today | false | | 1 | 2 |
And Issue #1 is related to revisions "2" # test/features/step_definitions/redmine_steps.rb:62
When I show issue #1 # test/features/step_definitions/webrat_steps_add.rb:5
Then I should see "new RevisionBuildResults('2');" # test/features/step_definitions/webrat_steps.rb:124
And I should see "BuildResult('simple-ruby-application',5,'SUCCESS'" # test/features/step_definitions/webrat_steps.rb:124
And I should see ",'http://redmine.local/hudson/job/simple-ruby-application/5'));" # test/features/step_definitions/webrat_steps.rb:124
# $Id$
Feature: settings_edit
show and edit hudson settings
Scenario: Add new project settings # test/features/hudson_settings_edit.feature:5
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
When I go to HudsonSettings at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
Then I should see "Settings" # test/features/step_definitions/webrat_steps.rb:124
When I fill in "http://localhost:8080" for "settings[url]" # test/features/step_definitions/webrat_steps.rb:36
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Then the field named "settings[url]" should contain "http://localhost:8080/" # test/features/step_definitions/webrat_steps_add.rb:31
Scenario: Add HealthReport settings # test/features/hudson_settings_edit.feature:17
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
And Hudson API returns "simple-ruby-application" as depth0 # test/features/step_definitions/hudson_steps.rb:62
When I go to HudsonSettings at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
And I fill in "http://localhost:8080" for "settings[url]" # test/features/step_definitions/webrat_steps.rb:36
And I add health report settings - Keyword "Build stability" and URLFormat "http://hoge.com/hudson/simple-job/lastBuild/" # test/features/step_definitions/webrat_steps_add.rb:9
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Then the field named "settings[url]" should contain "http://localhost:8080/" # test/features/step_definitions/webrat_steps_add.rb:31
And health_report_settings "1" should have Keyword "Build stability" and URLFormat "http://hoge.com/hudson/simple-job/lastBuild/" # test/features/step_definitions/webrat_steps_add.rb:39
Scenario: Add HealthReport settings # test/features/hudson_settings_edit.feature:31
Given Project "eCookbook" uses "hudson" Plugin # test/features/step_definitions/redmine_steps.rb:45
And "Developer" has a permission "view_hudson,edit_hudson_settings" # test/features/step_definitions/redmine_steps.rb:53
And I log on as a User # test/features/step_definitions/redmine_steps.rb:13
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
And I join "eCookbook" Project as a "Developer" # test/features/step_definitions/redmine_steps.rb:34
And Hudson API returns "simple-ruby-application" as depth0 # test/features/step_definitions/hudson_steps.rb:62
When I go to HudsonSettings at "eCookbook" Project # test/features/step_definitions/webrat_steps.rb:16
And I fill in "http://localhost:8080" for "settings[url]" # test/features/step_definitions/webrat_steps.rb:36
And I add health report settings - Keyword "Build stability" and URLFormat "http://hoge.com/hudson/simple-job/lastBuild/" # test/features/step_definitions/webrat_steps_add.rb:9
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Then I add health report settings - Keyword "Coverage" and URLFormat "http://hoge.com/hudson/simple-job/rcov/" # test/features/step_definitions/webrat_steps_add.rb:9
And I press "Save" # test/features/step_definitions/webrat_steps.rb:20
Then health_report_settings "1" should have Keyword "Build stability" and URLFormat "http://hoge.com/hudson/simple-job/lastBuild/" # test/features/step_definitions/webrat_steps_add.rb:39
And health_report_settings "2" should have Keyword "Coverage" and URLFormat "http://hoge.com/hudson/simple-job/rcov/" # test/features/step_definitions/webrat_steps_add.rb:39
# $Id$
Feature: redmine
test for redmine (roles...etc)
Scenario: Show role permission # test/features/redmine.feature:5
Given I log on as a Admin # test/features/step_definitions/redmine_steps.rb:3
And I select "English" as language # test/features/step_definitions/redmine_steps.rb:23
When I go to Edit roles for "admin" # test/features/step_definitions/webrat_steps.rb:16
Then I should see "View Hudson" # test/features/step_definitions/webrat_steps.rb:124
And I should see "Build Hudson" # test/features/step_definitions/webrat_steps.rb:124
And I should see "Edit Hudson settings" # test/features/step_definitions/webrat_steps.rb:124
And I should not see "view_hudson" # test/features/step_definitions/webrat_steps.rb:146
And I should not see "build_hudson" # test/features/step_definitions/webrat_steps.rb:146
And I should not see "edit_hudson_settings" # test/features/step_definitions/webrat_steps.rb:146
9 scenarios (9 passed)
100 steps (100 passed)
0m19.838s
[plugins] $ /bin/sh -xe /tmp/hudson1096131410552818694.sh
+ xargs chmod 644
+ find redmine_hudson -type f
+ find redmine_hudson -type d
+ xargs chmod 755
[plugins] $ ruby -v /tmp/hudson9204388741406181272.rb
ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-linux]
adding: redmine_hudson/ (stored 0%)
adding: redmine_hudson/test/ (stored 0%)
adding: redmine_hudson/test/fixtures/ (stored 0%)
adding: redmine_hudson/test/fixtures/hudson_job_settings.yml (deflated 60%)
adding: redmine_hudson/test/fixtures/hudson_jobs.yml (deflated 72%)
adding: redmine_hudson/test/fixtures/hudson_settings.yml (deflated 74%)
adding: redmine_hudson/test/fixtures/hudson_build_changesets.yml (deflated 24%)
adding: redmine_hudson/test/fixtures/hudson_build_artifacts.yml (deflated 17%)
adding: redmine_hudson/test/fixtures/hudson_builds.yml (deflated 46%)
adding: redmine_hudson/test/fixtures/hudson_settings_health_reports.yml (deflated 50%)
adding: redmine_hudson/test/responses/ (stored 0%)
adding: redmine_hudson/test/responses/hudson_1_fetch_job_simple_ruby_application_build_detail.xml (deflated 68%)
adding: redmine_hudson/test/responses/hudson_2_fetch_job.xml (deflated 67%)
adding: redmine_hudson/test/responses/hudson_5_fetch_job.xml (deflated 67%)
adding: redmine_hudson/test/responses/hudson_1_fetch_job.xml (deflated 61%)
adding: redmine_hudson/test/responses/hudson_1_fetch_job_simple_ruby_application_rssAll.xml (deflated 64%)
adding: redmine_hudson/test/responses/hudson_1_fetch_job_simple_ruby_application_build_detail_completed.xml (deflated 75%)
adding: redmine_hudson/test/responses/hudson_4_fetch_job.xml (deflated 52%)
adding: redmine_hudson/test/responses/hudson_3_fetch_job.xml (deflated 51%)
adding: redmine_hudson/test/responses/hudson_simple_ruby_application_config.xml (deflated 65%)
adding: redmine_hudson/test/unit/ (stored 0%)
adding: redmine_hudson/test/unit/hudson_health_report_test.rb (deflated 54%)
adding: redmine_hudson/test/unit/hudson_settings_health_report_test.rb (deflated 76%)
adding: redmine_hudson/test/unit/hudson_api_exception_test.rb (deflated 74%)
adding: redmine_hudson/test/unit/hudson_job_test.rb (deflated 73%)
adding: redmine_hudson/test/unit/hudson_application_hooks_test.rb (deflated 64%)
adding: redmine_hudson/test/unit/hudson_helper_test.rb (deflated 73%)
adding: redmine_hudson/test/unit/hudson_build_test_result_test.rb (deflated 39%)
adding: redmine_hudson/test/unit/hudson_test.rb (deflated 83%)
adding: redmine_hudson/test/unit/hudson_no_build_test.rb (deflated 26%)
adding: redmine_hudson/test/unit/hudson_settings_test.rb (deflated 74%)
adding: redmine_hudson/test/unit/hudson_build_rotator_test.rb (deflated 82%)
adding: redmine_hudson/test/unit/hudson_build_test.rb (deflated 80%)
adding: redmine_hudson/test/unit/hudson_build_changeset_test.rb (deflated 65%)
adding: redmine_hudson/test/unit/hudson_job_settings_test.rb (deflated 58%)
adding: redmine_hudson/test/unit/hudson_build_artifact_test.rb (deflated 50%)
adding: redmine_hudson/test/features/ (stored 0%)
adding: redmine_hudson/test/features/redmine.feature (deflated 52%)
adding: redmine_hudson/test/features/hudson_index.feature (deflated 76%)
adding: redmine_hudson/test/features/step_definitions/ (stored 0%)
adding: redmine_hudson/test/features/step_definitions/hudson_steps.rb (deflated 68%)
adding: redmine_hudson/test/features/step_definitions/redmine_steps.rb (deflated 67%)
adding: redmine_hudson/test/features/step_definitions/webrat_steps.rb (deflated 71%)
adding: redmine_hudson/test/features/step_definitions/webrat_steps_add.rb (deflated 60%)
adding: redmine_hudson/test/features/support/ (stored 0%)
adding: redmine_hudson/test/features/support/env.rb (deflated 54%)
adding: redmine_hudson/test/features/support/paths.rb (deflated 48%)
adding: redmine_hudson/test/features/hudson_issue.feature (deflated 53%)
adding: redmine_hudson/test/features/hudson_settings_edit.feature (deflated 80%)
adding: redmine_hudson/test/test_helper.rb (deflated 33%)
adding: redmine_hudson/redmine_hudson_atom.patch (deflated 65%)
adding: redmine_hudson/README.ja.rdoc (deflated 65%)
adding: redmine_hudson/coverage/ (stored 0%)
adding: redmine_hudson/coverage/app-models-hudson_build_test_result_rb.html (deflated 74%)
adding: redmine_hudson/coverage/app-models-hudson_rb.html (deflated 88%)
adding: redmine_hudson/coverage/app-models-hudson_api_error_rb.html (deflated 74%)
adding: redmine_hudson/coverage/jquery-1.3.2.min.js (deflated 66%)
adding: redmine_hudson/coverage/app-models-hudson_build_rotator_rb.html (deflated 85%)
adding: redmine_hudson/coverage/app-models-hudson_job_settings_rb.html (deflated 83%)
adding: redmine_hudson/coverage/app-models-hudson_exceptions_rb.html (deflated 81%)
adding: redmine_hudson/coverage/lib-query_patch_rb.html (deflated 89%)
adding: redmine_hudson/coverage/app-helpers-rexml_helper_rb.html (deflated 74%)
adding: redmine_hudson/coverage/app-models-hudson_job_rb.html (deflated 89%)
adding: redmine_hudson/coverage/print.css (deflated 32%)
adding: redmine_hudson/coverage/app-models-hudson_health_report_rb.html (deflated 79%)
adding: redmine_hudson/coverage/index.html (deflated 89%)
adding: redmine_hudson/coverage/app-models-hudson_build_artifact_rb.html (deflated 70%)
adding: redmine_hudson/coverage/app-models-hudson_settings_health_report_rb.html (deflated 79%)
adding: redmine_hudson/coverage/app-models-hudson_build_changeset_rb.html (deflated 76%)
adding: redmine_hudson/coverage/screen.css (deflated 72%)
adding: redmine_hudson/coverage/app-models-hudson_build_rb.html (deflated 88%)
adding: redmine_hudson/coverage/app-models-hudson_settings_rb.html (deflated 82%)
adding: redmine_hudson/coverage/rcov.js (deflated 59%)
adding: redmine_hudson/coverage/app-helpers-hudson_helper_rb.html (deflated 86%)
adding: redmine_hudson/coverage/lib-hudson_application_hooks_rb.html (deflated 85%)
adding: redmine_hudson/coverage/jquery.tablesorter.min.js (deflated 69%)
adding: redmine_hudson/init.rb (deflated 52%)
adding: redmine_hudson/lib/ (stored 0%)
adding: redmine_hudson/lib/tasks/ (stored 0%)
adding: redmine_hudson/lib/tasks/fetch.rake (deflated 23%)
adding: redmine_hudson/lib/tasks/quality.rake (deflated 65%)
adding: redmine_hudson/lib/tasks/testing.rake (deflated 53%)
adding: redmine_hudson/lib/query_patch.rb (deflated 78%)
adding: redmine_hudson/lib/hudson_application_hooks.rb (deflated 67%)
adding: redmine_hudson/README.rdoc (deflated 61%)
adding: redmine_hudson/db/ (stored 0%)
adding: redmine_hudson/db/migrate/ (stored 0%)
adding: redmine_hudson/db/migrate/005_add_caused_by_to_hudson_build.rb (deflated 35%)
adding: redmine_hudson/db/migrate/014_update_hudson_builds_error_and_caused_by.rb (deflated 35%)
adding: redmine_hudson/db/migrate/013_update_building.rb (deflated 54%)
adding: redmine_hudson/db/migrate/019_add_url_for_plugin_to_hudson_settings.rb (deflated 36%)
adding: redmine_hudson/db/migrate/001_create_hudson_settings.rb (deflated 41%)
adding: redmine_hudson/db/migrate/015_create_hudson_build_artifacts.rb (deflated 47%)
adding: redmine_hudson/db/migrate/012_create_hudson_health_reports.rb (deflated 44%)
adding: redmine_hudson/db/migrate/017_add_record_hudson_job_settings.rb (deflated 41%)
adding: redmine_hudson/db/migrate/009_add_look_and_feel_to_hudson_settings.rb (deflated 40%)
adding: redmine_hudson/db/migrate/006_add_health_report_keywords_to_hudson_settings.rb (deflated 59%)
adding: redmine_hudson/db/migrate/016_create_hudson_job_settings.rb (deflated 50%)
adding: redmine_hudson/db/migrate/018_change_column_hudson_build_number.rb (deflated 66%)
adding: redmine_hudson/db/migrate/011_add_description_and_state_to_hudson_jobs.rb (deflated 45%)
adding: redmine_hudson/db/migrate/007_create_hudson_build_test_results.rb (deflated 50%)
adding: redmine_hudson/db/migrate/004_create_hudson_jobs.rb (deflated 68%)
adding: redmine_hudson/db/migrate/002_add_show_compact.rb (deflated 34%)
adding: redmine_hudson/db/migrate/003_add_auth_user_password.rb (deflated 49%)
adding: redmine_hudson/db/migrate/008_add_get_build_details_to_hudson_settings.rb (deflated 38%)
adding: redmine_hudson/db/migrate/010_create_hudson_settings_health_reports.rb (deflated 72%)
adding: redmine_hudson/lang/ (stored 0%)
adding: redmine_hudson/lang/fr.yml (deflated 60%)
adding: redmine_hudson/lang/de.yml (deflated 59%)
adding: redmine_hudson/lang/en.yml (deflated 61%)
adding: redmine_hudson/lang/zh.yml (deflated 54%)
adding: redmine_hudson/lang/it.yml (deflated 60%)
adding: redmine_hudson/lang/ja.yml (deflated 58%)
adding: redmine_hudson/lang/hu.yml (deflated 59%)
adding: redmine_hudson/lang/es.yml (deflated 60%)
adding: redmine_hudson/assets/ (stored 0%)
adding: redmine_hudson/assets/stylesheets/ (stored 0%)
adding: redmine_hudson/assets/stylesheets/hudson.css (deflated 57%)
adding: redmine_hudson/assets/images/ (stored 0%)
adding: redmine_hudson/assets/images/blue.png (deflated 3%)
adding: redmine_hudson/assets/images/red_anime.png (deflated 6%)
adding: redmine_hudson/assets/images/today.png (stored 0%)
adding: redmine_hudson/assets/images/yellow_anime.png (deflated 1%)
adding: redmine_hudson/assets/images/hudson_icon.png (stored 0%)
adding: redmine_hudson/assets/images/grey_anime.png (deflated 2%)
adding: redmine_hudson/assets/images/console.png (deflated 4%)
adding: redmine_hudson/assets/images/disabled.png (stored 0%)
adding: redmine_hudson/assets/images/yellow.png (deflated 2%)
adding: redmine_hudson/assets/images/grey.png (deflated 1%)
adding: redmine_hudson/assets/images/blue_anime.png (deflated 2%)
adding: redmine_hudson/assets/images/red.png (deflated 2%)
adding: redmine_hudson/assets/javascripts/ (stored 0%)
adding: redmine_hudson/assets/javascripts/description_visibility_controller.js (deflated 66%)
adding: redmine_hudson/assets/javascripts/build_artifacts.js (deflated 59%)
adding: redmine_hudson/assets/javascripts/build_result.js (deflated 52%)
adding: redmine_hudson/assets/javascripts/build_request.js (deflated 62%)
adding: redmine_hudson/assets/javascripts/build_history.js (deflated 59%)
adding: redmine_hudson/assets/javascripts/job_settings_field_controller.js (deflated 59%)
adding: redmine_hudson/assets/javascripts/hudson_settings.js (deflated 57%)
adding: redmine_hudson/assets/javascripts/revision_build_results.js (deflated 38%)
adding: redmine_hudson/app/ (stored 0%)
adding: redmine_hudson/app/helpers/ (stored 0%)
adding: redmine_hudson/app/helpers/hudson_helper.rb (deflated 64%)
adding: redmine_hudson/app/helpers/rexml_helper.rb (deflated 47%)
adding: redmine_hudson/app/views/ (stored 0%)
adding: redmine_hudson/app/views/hudson/ (stored 0%)
adding: redmine_hudson/app/views/hudson/index.rhtml (deflated 69%)
adding: redmine_hudson/app/views/hudson/_icon_style_plugin.erb (deflated 76%)
adding: redmine_hudson/app/views/hudson/index.atom.builder (deflated 61%)
adding: redmine_hudson/app/views/hudson/_icon_style_hudson.erb (deflated 76%)
adding: redmine_hudson/app/views/hudson/_hudson_sidebar.rhtml (deflated 28%)
adding: redmine_hudson/app/views/hudson/_history.rhtml (deflated 31%)
adding: redmine_hudson/app/views/hudson_settings/ (stored 0%)
adding: redmine_hudson/app/views/hudson_settings/_redmine_hudson_settings.erb (deflated 66%)
adding: redmine_hudson/app/views/hudson_settings/_job_settings.erb (deflated 72%)
adding: redmine_hudson/app/views/hudson_settings/edit.rhtml (deflated 64%)
adding: redmine_hudson/app/views/hudson_settings/_joblist.rhtml (deflated 59%)
adding: redmine_hudson/app/views/hudson_settings/_health_report_setting.erb (deflated 50%)
adding: redmine_hudson/app/controllers/ (stored 0%)
adding: redmine_hudson/app/controllers/hudson_settings_controller.rb (deflated 70%)
adding: redmine_hudson/app/controllers/hudson_controller.rb (deflated 66%)
adding: redmine_hudson/app/models/ (stored 0%)
adding: redmine_hudson/app/models/hudson_build_changeset.rb (deflated 43%)
adding: redmine_hudson/app/models/hudson_settings_health_report.rb (deflated 55%)
adding: redmine_hudson/app/models/hudson_api_error.rb (deflated 46%)
adding: redmine_hudson/app/models/hudson_build_rotator.rb (deflated 71%)
adding: redmine_hudson/app/models/hudson_settings.rb (deflated 53%)
adding: redmine_hudson/app/models/hudson_job.rb (deflated 75%)
adding: redmine_hudson/app/models/hudson_build_artifact.rb (deflated 24%)
adding: redmine_hudson/app/models/hudson_health_report.rb (deflated 58%)
adding: redmine_hudson/app/models/hudson_exceptions.rb (deflated 58%)
adding: redmine_hudson/app/models/hudson_build.rb (deflated 71%)
adding: redmine_hudson/app/models/hudson.rb (deflated 70%)
adding: redmine_hudson/app/models/hudson_query_filter.rb (deflated 48%)
adding: redmine_hudson/app/models/hudson_build_test_result.rb (deflated 37%)
adding: redmine_hudson/app/models/hudson_job_settings.rb (deflated 60%)
adding: redmine_hudson/features_rcov/ (stored 0%)
adding: redmine_hudson/features_rcov/app-models-hudson_build_test_result_rb.html (deflated 74%)
adding: redmine_hudson/features_rcov/app-models-hudson_rb.html (deflated 88%)
adding: redmine_hudson/features_rcov/app-models-hudson_api_error_rb.html (deflated 74%)
adding: redmine_hudson/features_rcov/jquery-1.3.2.min.js (deflated 66%)
adding: redmine_hudson/features_rcov/app-models-hudson_build_rotator_rb.html (deflated 85%)
adding: redmine_hudson/features_rcov/app-models-hudson_job_settings_rb.html (deflated 83%)
adding: redmine_hudson/features_rcov/app-controllers-hudson_settings_controller_rb.html (deflated 88%)
adding: redmine_hudson/features_rcov/app-models-hudson_exceptions_rb.html (deflated 81%)
adding: redmine_hudson/features_rcov/lib-query_patch_rb.html (deflated 89%)
adding: redmine_hudson/features_rcov/app-helpers-rexml_helper_rb.html (deflated 74%)
adding: redmine_hudson/features_rcov/app-models-hudson_job_rb.html (deflated 89%)
adding: redmine_hudson/features_rcov/print.css (deflated 32%)
adding: redmine_hudson/features_rcov/app-models-hudson_health_report_rb.html (deflated 79%)
adding: redmine_hudson/features_rcov/index.html (deflated 89%)
adding: redmine_hudson/features_rcov/app-models-hudson_build_artifact_rb.html (deflated 70%)
adding: redmine_hudson/features_rcov/app-models-hudson_settings_health_report_rb.html (deflated 79%)
adding: redmine_hudson/features_rcov/app-models-hudson_build_changeset_rb.html (deflated 76%)
adding: redmine_hudson/features_rcov/screen.css (deflated 72%)
adding: redmine_hudson/features_rcov/app-models-hudson_build_rb.html (deflated 88%)
adding: redmine_hudson/features_rcov/app-models-hudson_settings_rb.html (deflated 82%)
adding: redmine_hudson/features_rcov/rcov.js (deflated 59%)
adding: redmine_hudson/features_rcov/app-helpers-hudson_helper_rb.html (deflated 86%)
adding: redmine_hudson/features_rcov/lib-hudson_application_hooks_rb.html (deflated 85%)
adding: redmine_hudson/features_rcov/jquery.tablesorter.min.js (deflated 69%)
adding: redmine_hudson/features_rcov/app-controllers-hudson_controller_rb.html (deflated 86%)
adding: redmine_hudson/config/ (stored 0%)
adding: redmine_hudson/config/locales/ (stored 0%)
adding: redmine_hudson/config/locales/fr.yml (deflated 61%)
adding: redmine_hudson/config/locales/de.yml (deflated 61%)
adding: redmine_hudson/config/locales/en.yml (deflated 62%)
adding: redmine_hudson/config/locales/zh.yml (deflated 56%)
adding: redmine_hudson/config/locales/it.yml (deflated 61%)
adding: redmine_hudson/config/locales/ja.yml (deflated 60%)
adding: redmine_hudson/config/locales/hu.yml (deflated 61%)
adding: redmine_hudson/config/locales/es.yml (deflated 62%)
Archiving artifacts
Publishing rcov report...
Hudson Plugin(trunk) #39 is already in the queue
Finished: SUCCESS
|