Skip to content

Instantly share code, notes, and snippets.

@ozzak
Created October 16, 2012 10:11
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 ozzak/3898481 to your computer and use it in GitHub Desktop.
Save ozzak/3898481 to your computer and use it in GitHub Desktop.
Fetching gem metadata from http://repos.fedorapeople.org/repos/katello/gems/.
Fetching full source index from http://repos.fedorapeople.org/repos/katello/gems/
Using rake (0.9.2.2)
Using Ascii85 (1.0.1)
Using Platform (0.4.0)
Using open4 (1.3.0)
Using POpen4 (0.1.4)
Using ZenTest (4.5.0)
Using abstract (1.0.0)
Using activesupport (3.0.10)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.10)
Using erubis (2.6.6)
Using rack (1.2.5)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.26)
Using actionpack (3.0.10)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.10)
Using arel (2.0.10)
Using activerecord (3.0.10)
Using activeresource (3.0.10)
Using fastercsv (1.5.4)
Using color (1.4.1)
Using transaction-simple (1.4.0.2)
Using pdf-writer (1.1.8)
Using ruport (1.7.0)
Using acts_as_reportable (1.1.1)
Using addressable (2.3.2)
Using apipie-rails (0.0.12)
Using autotest-rails (4.1.0)
Using bundler (1.2.1)
Using chunky_png (1.2.0)
Using ci_reporter (1.7.2)
Using columnize (0.3.2)
Using fssm (0.2.7)
Using sass (3.1.7)
Using compass (0.11.5)
Using compass-960-plugin (0.10.4)
Using crack (0.3.1)
Using daemons (1.1.4)
Using delayed_job (2.1.4)
Using diff-lcs (1.1.2)
Using eventmachine (0.12.10)
Using multi_json (1.3.6)
Using execjs (1.4.0)
Using fast_gettext (0.6.1)
Using locale (2.0.5)
Using gettext (2.1.0)
Using gettext_i18n_rails (0.2.13)
Using haml (3.1.2)
Using rdoc (3.8)
Using thor (0.14.6)
Using railties (3.0.10)
Using haml-rails (0.3.4)
Using i18n_data (0.2.7)
Using yui-compressor (0.9.6)
Using jammit (0.6.5)
Using rails (3.0.10)
Using js-routes (0.6.2)
Using jshintrb (0.1.1)
Using json (1.7.5)
Using net-ldap (0.1.1)
Using ldap_fluff (0.1.1)
Using libv8 (3.3.10.4)
Using linecache (0.43)
Using sqlite3 (1.3.3)
Using systemu (2.5.0)
Using macaddr (1.5.0)
Using uuid (2.3.5)
Using logical-insight (0.4.4)
Using minitest (3.4.0)
Using newrelic_rpm (3.1.1)
Using nokogiri (1.5.5)
Using oauth (0.4.4)
Using ruby-rc4 (0.1.5)
Using pdf-reader (1.1.1)
Using pg (0.11.0)
Using ttfunk (1.0.3)
Using prawn (1.0.0.rc1)
Using rails-dev-boost (0.1.1)
Using warden (1.0.5)
Using rails_warden (0.5.5)
Using rcov (0.9.9)
Using redcarpet (2.1.1)
Using rest-client (1.6.1)
Using rspec-core (2.5.1)
Using rspec-expectations (2.5.0)
Using rspec-mocks (2.5.0)
Using rspec (2.5.0)
Using rspec-rails (2.5.0)
Using ruby-debug-base (0.10.4)
Using ruby-debug (0.10.4)
Using ruby-prof (0.11.2)
Using sexp_processor (3.0.5)
Using ruby_parser (2.3.1)
Using simple-navigation (3.3.4)
Using therubyracer (0.10.1)
Using thin (1.2.11)
Using tire (0.3.12)
Using uuidtools (2.1.1)
Using vcr (2.2.5)
Using webmock (1.8.10)
Using webrat (0.7.3)
Using yard (0.7.2)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Applying: add rubygem-parallel and rubygem-parallel_test to devel composes
== CreateOrganizations: migrating ============================================
-- create_table(:organizations)
NOTICE: CREATE TABLE will create implicit sequence "organizations_id_seq" for serial column "organizations.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "organizations_pkey" for table "organizations"
-> 0.0086s
== CreateOrganizations: migrated (0.0089s) ===================================
== CreateEnvironments: migrating =============================================
-- create_table(:environments)
NOTICE: CREATE TABLE will create implicit sequence "environments_id_seq" for serial column "environments.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environments_pkey" for table "environments"
-> 0.0128s
== CreateEnvironments: migrated (0.0130s) ====================================
== AddEnvironmentPriors: migrating ===========================================
-- create_table(:environment_priors, {:id=>false})
-> 0.0021s
== AddEnvironmentPriors: migrated (0.0023s) ==================================
== CreateProducts: migrating =================================================
-- create_table(:products)
NOTICE: CREATE TABLE will create implicit sequence "products_id_seq" for serial column "products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "products_pkey" for table "products"
-> 0.0059s
== CreateProducts: migrated (0.0060s) ========================================
== EnvironmentsProducts: migrating ===========================================
-- create_table(:environment_products)
NOTICE: CREATE TABLE will create implicit sequence "environment_products_id_seq" for serial column "environment_products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environment_products_pkey" for table "environment_products"
-> 0.0048s
-- add_index(:environment_products, [:environment_id, :product_id], {:unique=>true})
-> 0.0033s
== EnvironmentsProducts: migrated (0.0085s) ==================================
== CreateProviders: migrating ================================================
-- create_table(:providers)
NOTICE: CREATE TABLE will create implicit sequence "providers_id_seq" for serial column "providers.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "providers_pkey" for table "providers"
-> 0.0060s
== CreateProviders: migrated (0.0061s) =======================================
== CreateChangesets: migrating ===============================================
-- create_table(:changesets)
NOTICE: CREATE TABLE will create implicit sequence "changesets_id_seq" for serial column "changesets.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changesets_pkey" for table "changesets"
-> 0.0046s
== CreateChangesets: migrated (0.0048s) ======================================
== CreateUsers: migrating ====================================================
-- create_table(:users)
NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
-> 0.0064s
== CreateUsers: migrated (0.0066s) ===========================================
== CreateRoles: migrating ====================================================
-- create_table(:roles)
NOTICE: CREATE TABLE will create implicit sequence "roles_id_seq" for serial column "roles.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "roles_pkey" for table "roles"
-> 0.0044s
== CreateRoles: migrated (0.0045s) ===========================================
== CreateVerbs: migrating ====================================================
-- create_table(:verbs)
NOTICE: CREATE TABLE will create implicit sequence "verbs_id_seq" for serial column "verbs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "verbs_pkey" for table "verbs"
-> 0.0045s
== CreateVerbs: migrated (0.0046s) ===========================================
== CreateResourceTypes: migrating ============================================
-- create_table(:resource_types)
NOTICE: CREATE TABLE will create implicit sequence "resource_types_id_seq" for serial column "resource_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "resource_types_pkey" for table "resource_types"
-> 0.0043s
== CreateResourceTypes: migrated (0.0045s) ===================================
== CreatePermissions: migrating ==============================================
-- create_table(:permissions)
NOTICE: CREATE TABLE will create implicit sequence "permissions_id_seq" for serial column "permissions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "permissions_pkey" for table "permissions"
-> 0.0053s
-- add_index(:permissions, :role_id)
-> 0.0356s
-- add_index(:permissions, :resource_type_id, {:null=>true})
-> 0.0039s
-- add_index(:permissions, :organization_id, {:null=>true})
-> 0.0045s
== CreatePermissions: migrated (0.2541s) =====================================
== CreatePermissionVerb: migrating ===========================================
-- create_table(:permissions_verbs, {:id=>false})
-> 0.0019s
-- add_index(:permissions_verbs, :permission_id)
-> 0.0030s
-- add_index(:permissions_verbs, :verb_id)
-> 0.0036s
== CreatePermissionVerb: migrated (0.0089s) ==================================
== CreatePermissionTag: migrating ============================================
-- create_table(:permission_tags)
NOTICE: CREATE TABLE will create implicit sequence "permission_tags_id_seq" for serial column "permission_tags.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "permission_tags_pkey" for table "permission_tags"
-> 0.0047s
== CreatePermissionTag: migrated (0.0049s) ===================================
== CreateRoleUser: migrating =================================================
-- create_table(:roles_users, {:id=>false})
-> 0.0018s
-- add_index(:roles_users, :role_id)
-> 0.0029s
-- add_index(:roles_users, :user_id)
-> 0.0036s
== CreateRoleUser: migrated (0.0087s) ========================================
== ChangesetsProducts: migrating =============================================
-- create_table(:changesets_products, {:id=>false})
-> 0.0017s
== ChangesetsProducts: migrated (0.0020s) ====================================
== CreateHelpTips: migrating =================================================
-- create_table(:help_tips)
NOTICE: CREATE TABLE will create implicit sequence "help_tips_id_seq" for serial column "help_tips.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "help_tips_pkey" for table "help_tips"
-> 0.0044s
== CreateHelpTips: migrated (0.0046s) ========================================
== AddOwnerToRole: migrating =================================================
-- add_column(:users, :own_role_id, :integer)
-> 0.0013s
== AddOwnerToRole: migrated (0.0015s) ========================================
== CreateNotices: migrating ==================================================
-- create_table(:notices)
NOTICE: CREATE TABLE will create implicit sequence "notices_id_seq" for serial column "notices.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "notices_pkey" for table "notices"
-> 0.0063s
-- create_table(:user_notices)
NOTICE: CREATE TABLE will create implicit sequence "user_notices_id_seq" for serial column "user_notices.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "user_notices_pkey" for table "user_notices"
-> 0.0047s
== CreateNotices: migrated (0.0114s) =========================================
== CreateSystems: migrating ==================================================
-- create_table(:systems)
NOTICE: CREATE TABLE will create implicit sequence "systems_id_seq" for serial column "systems.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "systems_pkey" for table "systems"
-> 0.0066s
== CreateSystems: migrated (0.0067s) =========================================
== ChangesetPackages: migrating ==============================================
-- create_table(:changeset_packages)
NOTICE: CREATE TABLE will create implicit sequence "changeset_packages_id_seq" for serial column "changeset_packages.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_packages_pkey" for table "changeset_packages"
-> 0.0057s
== ChangesetPackages: migrated (0.0060s) =====================================
== ChangesetErrata: migrating ================================================
-- create_table(:changeset_errata)
NOTICE: CREATE TABLE will create implicit sequence "changeset_errata_id_seq" for serial column "changeset_errata.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_errata_pkey" for table "changeset_errata"
-> 0.0055s
== ChangesetErrata: migrated (0.0057s) =======================================
== CreateSyncPlans: migrating ================================================
-- create_table(:sync_plans)
NOTICE: CREATE TABLE will create implicit sequence "sync_plans_id_seq" for serial column "sync_plans.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "sync_plans_pkey" for table "sync_plans"
-> 0.0061s
== CreateSyncPlans: migrated (0.0063s) =======================================
== AddChangesetPromotionDate: migrating ======================================
-- add_column(:changesets, :promotion_date, :datetime)
-> 0.0012s
== AddChangesetPromotionDate: migrated (0.0014s) =============================
== ChangesetRepos: migrating =================================================
-- create_table(:changesets_repositories, {:id=>false})
-> 0.0019s
== ChangesetRepos: migrated (0.0021s) ========================================
== CreateSearchHistories: migrating ==========================================
-- create_table(:search_histories)
NOTICE: CREATE TABLE will create implicit sequence "search_histories_id_seq" for serial column "search_histories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "search_histories_pkey" for table "search_histories"
-> 0.0057s
== CreateSearchHistories: migrated (0.0058s) =================================
== CreateSearchFavorites: migrating ==========================================
-- create_table(:search_favorites)
NOTICE: CREATE TABLE will create implicit sequence "search_favorites_id_seq" for serial column "search_favorites.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "search_favorites_pkey" for table "search_favorites"
-> 0.0059s
== CreateSearchFavorites: migrated (0.0061s) =================================
== AddChangesetStatus: migrating =============================================
-- add_column(:changesets, :state, :string, {:null=>false, :default=>"new"})
-> 0.0047s
-- remove_column(:changesets, :published)
-> 0.0016s
== AddChangesetStatus: migrated (0.0066s) ====================================
== AddUserPageSize: migrating ================================================
-- add_column(:users, :page_size, :integer, {:null=>false, :default=>25})
-> 0.0034s
== AddUserPageSize: migrated (0.0036s) =======================================
== CreateDelayedJobs: migrating ==============================================
-- create_table(:delayed_jobs, {:force=>true})
NOTICE: CREATE TABLE will create implicit sequence "delayed_jobs_id_seq" for serial column "delayed_jobs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "delayed_jobs_pkey" for table "delayed_jobs"
-> 0.0077s
-- add_index(:delayed_jobs, [:priority, :run_at], {:name=>"delayed_jobs_priority"})
-> 0.0034s
== CreateDelayedJobs: migrated (0.0115s) =====================================
== ChangesetUsers: migrating =================================================
-- create_table(:changeset_users)
NOTICE: CREATE TABLE will create implicit sequence "changeset_users_id_seq" for serial column "changeset_users.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_users_pkey" for table "changeset_users"
-> 0.0044s
== ChangesetUsers: migrated (0.0046s) ========================================
== ProductsSystemTemplates: migrating ========================================
-- create_table(:products_system_templates, {:id=>false})
-> 0.0018s
== ProductsSystemTemplates: migrated (0.0020s) ===============================
== CreateOrganizationUser: migrating =========================================
-- create_table(:organizations_users, {:id=>false})
-> 0.0018s
-- add_index(:organizations_users, :organization_id)
-> 0.0030s
-- add_index(:organizations_users, :user_id)
-> 0.0037s
== CreateOrganizationUser: migrated (0.0090s) ================================
== AddRoleDescription: migrating =============================================
-- add_column(:roles, :description, :string, {:limit=>250})
-> 0.0024s
== AddRoleDescription: migrated (0.0026s) ====================================
== AddUserDisabled: migrating ================================================
-- add_column(:users, :disabled, :boolean, {:default=>false})
-> 0.0022s
== AddUserDisabled: migrated (0.0024s) =======================================
== CreateActivationKeys: migrating ===========================================
-- create_table(:activation_keys)
NOTICE: CREATE TABLE will create implicit sequence "activation_keys_id_seq" for serial column "activation_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "activation_keys_pkey" for table "activation_keys"
-> 0.0060s
== CreateActivationKeys: migrated (0.0061s) ==================================
== TaskStatus: migrating =====================================================
-- create_table(:task_statuses)
NOTICE: CREATE TABLE will create implicit sequence "task_statuses_id_seq" for serial column "task_statuses.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "task_statuses_pkey" for table "task_statuses"
-> 0.0065s
-- add_index(:task_statuses, :uuid)
-> 0.0031s
== TaskStatus: migrated (0.0099s) ============================================
== CreateSubscriptions: migrating ============================================
-- create_table(:subscriptions)
NOTICE: CREATE TABLE will create implicit sequence "subscriptions_id_seq" for serial column "subscriptions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "subscriptions_pkey" for table "subscriptions"
-> 0.0046s
-- create_table(:key_subscriptions)
NOTICE: CREATE TABLE will create implicit sequence "key_subscriptions_id_seq" for serial column "key_subscriptions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "key_subscriptions_pkey" for table "key_subscriptions"
-> 0.0045s
== CreateSubscriptions: migrated (0.0095s) ===================================
== AddChangesetTaskId: migrating =============================================
-- change_table(:changesets)
-> 0.0012s
== AddChangesetTaskId: migrated (0.0014s) ====================================
== AddChangesetsDescription: migrating =======================================
-- add_column(:changesets, :description, :string)
-> 0.0011s
== AddChangesetsDescription: migrated (0.0013s) ==============================
== AddChangesetDependency: migrating =========================================
-- create_table(:changeset_dependencies)
NOTICE: CREATE TABLE will create implicit sequence "changeset_dependencies_id_seq" for serial column "changeset_dependencies.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_dependencies_pkey" for table "changeset_dependencies"
-> 0.0056s
== AddChangesetDependency: migrated (0.0058s) ================================
== AddSystemTemplateToSystem: migrating ======================================
-- add_column(:systems, :system_template_id, :integer)
-> 0.0012s
-- add_index(:systems, :system_template_id)
-> 0.0030s
== AddSystemTemplateToSystem: migrated (0.0044s) =============================
== AddUserToActivationKeys: migrating ========================================
-- add_column(:activation_keys, :user_id, :integer)
-> 0.0011s
-- add_index(:activation_keys, :user_id)
-> 0.0030s
== AddUserToActivationKeys: migrated (0.0044s) ===============================
== CreateSystemActivationKeys: migrating =====================================
-- create_table(:system_activation_keys)
NOTICE: CREATE TABLE will create implicit sequence "system_activation_keys_id_seq" for serial column "system_activation_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_activation_keys_pkey" for table "system_activation_keys"
-> 0.0042s
-- add_index(:system_activation_keys, :system_id)
-> 0.0030s
-- add_index(:system_activation_keys, :activation_key_id)
-> 0.0036s
== CreateSystemActivationKeys: migrated (0.0113s) ============================
== ChangesetDistributions: migrating =========================================
-- create_table(:changeset_distributions)
NOTICE: CREATE TABLE will create implicit sequence "changeset_distributions_id_seq" for serial column "changeset_distributions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_distributions_pkey" for table "changeset_distributions"
-> 0.0058s
== ChangesetDistributions: migrated (0.0060s) ================================
== AddDetailsToPermission: migrating =========================================
-- add_column(:permissions, :name, :string, {:default=>""})
-> 0.0021s
-- add_column(:permissions, :description, :string, {:default=>""})
-> 0.0031s
== AddDetailsToPermission: migrated (0.0056s) ================================
== ChangesetsSystemTemplate: migrating =======================================
-- create_table(:changesets_system_templates, {:id=>false})
-> 0.0020s
== ChangesetsSystemTemplate: migrated (0.0022s) ==============================
== CreateTemplates: migrating ================================================
-- create_table(:system_templates)
NOTICE: CREATE TABLE will create implicit sequence "system_templates_id_seq" for serial column "system_templates.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_templates_pkey" for table "system_templates"
-> 0.0061s
== CreateTemplates: migrated (0.0063s) =======================================
== AddReqeustType: migrating =================================================
-- add_column(:notices, :request_type, :string)
-> 0.0012s
== AddReqeustType: migrated (0.0014s) ========================================
== RenameSubscriptionsPools: migrating =======================================
-- rename_table(:subscriptions, :pools)
-> 0.0014s
== RenameSubscriptionsPools: migrated (0.0016s) ==============================
== RenameKeySubscrptionKeyPool: migrating ====================================
-- rename_table(:key_subscriptions, :key_pools)
-> 0.0012s
== RenameKeySubscrptionKeyPool: migrated (0.0013s) ===========================
== RenameSubscriptionUuid: migrating =========================================
-- rename_column(:pools, :subscription, :cp_id)
-> 0.0011s
== RenameSubscriptionUuid: migrated (0.0012s) ================================
== RenameKeyPoolSubscriptionId: migrating ====================================
-- rename_column(:key_pools, :subscription_id, :pool_id)
-> 0.0010s
== RenameKeyPoolSubscriptionId: migrated (0.0012s) ===========================
== CreateSystemTemplatePackGroups: migrating =================================
-- create_table(:system_template_pack_groups)
NOTICE: CREATE TABLE will create implicit sequence "system_template_pack_groups_id_seq" for serial column "system_template_pack_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_pack_groups_pkey" for table "system_template_pack_groups"
-> 0.0044s
-- add_index(:system_template_pack_groups, :system_template_id)
-> 0.0030s
== CreateSystemTemplatePackGroups: migrated (0.0077s) ========================
== CreateSystemTemplatePgCategories: migrating ===============================
-- create_table(:system_template_pg_categories)
NOTICE: CREATE TABLE will create implicit sequence "system_template_pg_categories_id_seq" for serial column "system_template_pg_categories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_pg_categories_pkey" for table "system_template_pg_categories"
-> 0.0048s
-- add_index(:system_template_pg_categories, :system_template_id)
-> 0.0030s
== CreateSystemTemplatePgCategories: migrated (0.0081s) ======================
== SystemTemplatePackages: migrating =========================================
-- create_table(:system_template_packages)
NOTICE: CREATE TABLE will create implicit sequence "system_template_packages_id_seq" for serial column "system_template_packages.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_packages_pkey" for table "system_template_packages"
-> 0.0058s
-- add_index(:system_template_packages, :system_template_id)
-> 0.0030s
== SystemTemplatePackages: migrated (0.0091s) ================================
== CreateFilters: migrating ==================================================
-- create_table(:filters)
NOTICE: CREATE TABLE will create implicit sequence "filters_id_seq" for serial column "filters.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "filters_pkey" for table "filters"
-> 0.0044s
== CreateFilters: migrated (0.0045s) =========================================
== FiltersProducts: migrating ================================================
-- create_table(:filters_products, {:id=>false})
-> 0.0019s
== FiltersProducts: migrated (0.0021s) =======================================
== CreateRepository: migrating ===============================================
-- create_table(:repositories)
NOTICE: CREATE TABLE will create implicit sequence "repositories_id_seq" for serial column "repositories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "repositories_pkey" for table "repositories"
-> 0.0063s
== CreateRepository: migrated (0.0064s) ======================================
== AddChangesetsDependencyDependencyOf: migrating ============================
-- add_column(:changeset_dependencies, :dependency_of, :string)
-> 0.0012s
== AddChangesetsDependencyDependencyOf: migrated (0.0014s) ===================
== AddSystemTemplateDistribution: migrating ==================================
-- create_table(:system_template_distributions)
NOTICE: CREATE TABLE will create implicit sequence "system_template_distributions_id_seq" for serial column "system_template_distributions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_distributions_pkey" for table "system_template_distributions"
-> 0.0044s
-- add_index(:system_template_distributions, :system_template_id)
-> 0.0030s
== AddSystemTemplateDistribution: migrated (0.0076s) =========================
== AddEmailToUser: migrating =================================================
-- add_column(:users, :email, :string)
-> 0.0012s
== AddEmailToUser: migrated (0.0013s) ========================================
== AddPasswordResetToUsers: migrating ========================================
-- add_column(:users, :password_reset_token, :string)
-> 0.0012s
-- add_column(:users, :password_reset_sent_at, :datetime)
-> 0.0009s
== AddPasswordResetToUsers: migrated (0.0024s) ===============================
== AddRepoDetails: migrating =================================================
-- add_column(:repositories, :release, :string, {:null=>true})
-> 0.0012s
== AddRepoDetails: migrated (0.0013s) ========================================
== FixRepositoryWhitelist: migrating =========================================
-- rename_column(:repositories, :blacklisted, :enabled)
-> 0.0010s
-- change_column_default(:repositories, :enabled, true)
-> 0.0013s
== FixRepositoryWhitelist: migrated (0.0025s) ================================
== UpdateRepoAddMajorMinor: migrating ========================================
-- add_column(:repositories, :major, :integer)
-> 0.0011s
-- add_column(:repositories, :minor, :string)
-> 0.0009s
== UpdateRepoAddMajorMinor: migrated (0.0023s) ===============================
== RemoveRepoRelease: migrating ==============================================
-- remove_column(:repositories, :release)
-> 0.0012s
== RemoveRepoRelease: migrated (0.0013s) =====================================
== CreateGpgs: migrating =====================================================
-- create_table(:gpg_keys)
NOTICE: CREATE TABLE will create implicit sequence "gpg_keys_id_seq" for serial column "gpg_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "gpg_keys_pkey" for table "gpg_keys"
-> 0.0060s
-- add_index(:gpg_keys, [:organization_id, :name], {:unique=>true})
-> 0.0032s
== CreateGpgs: migrated (0.0094s) ============================================
== AddGpgColumnToRepository: migrating =======================================
-- add_column(:repositories, :gpg_key_id, :integer)
-> 0.0011s
== AddGpgColumnToRepository: migrated (0.0012s) ==============================
== AddDefaultGpgKeyToProduct: migrating ======================================
-- add_column(:products, :gpg_key_id, :integer)
-> 0.0011s
== AddDefaultGpgKeyToProduct: migrated (0.0012s) =============================
== AddSystemTasks: migrating =================================================
-- create_table(:system_tasks)
NOTICE: CREATE TABLE will create implicit sequence "system_tasks_id_seq" for serial column "system_tasks.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_tasks_pkey" for table "system_tasks"
-> 0.0042s
== AddSystemTasks: migrated (0.0044s) ========================================
== AddOrgDeletionTaskId: migrating ===========================================
-- add_column(:organizations, :task_id, :integer, {:default=>nil})
-> 0.0017s
== AddOrgDeletionTaskId: migrated (0.0019s) ==================================
== AddParamsToTaskStatus: migrating ==========================================
-- add_column(:task_statuses, :parameters, :text)
-> 0.0011s
== AddParamsToTaskStatus: migrated (0.0013s) =================================
== AddTaskTypeToTaskStatus: migrating ========================================
-- add_column(:task_statuses, :task_type, :string)
-> 0.0011s
== AddTaskTypeToTaskStatus: migrated (0.0013s) ===============================
== AddingPreferencesToUser: migrating ========================================
-- add_column(:users, :preferences, :text)
-> 0.0011s
== AddingPreferencesToUser: migrated (0.0013s) ===============================
== AddUserToTaskStatus: migrating ============================================
-- add_column(:task_statuses, :user_id, :integer, {:null=>false, :default=>0})
-> 0.0035s
== AddUserToTaskStatus: migrated (0.4168s) ===================================
== CreateMarketingEngineeringProducts: migrating =============================
-- create_table(:marketing_engineering_products)
NOTICE: CREATE TABLE will create implicit sequence "marketing_engineering_products_id_seq" for serial column "marketing_engineering_products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "marketing_engineering_products_pkey" for table "marketing_engineering_products"
-> 0.0044s
-- add_index(:marketing_engineering_products, :marketing_product_id)
-> 0.0031s
-- add_index(:marketing_engineering_products, :engineering_product_id)
-> 0.0037s
== CreateMarketingEngineeringProducts: migrated (0.0117s) ====================
== UpdateProductsAddType: migrating ==========================================
-- add_column(:products, :type, :string)
-> 0.0012s
== UpdateProductsAddType: migrated (0.0013s) =================================
== CreateSystemTemplateRepos: migrating ======================================
-- create_table(:system_template_repositories)
NOTICE: CREATE TABLE will create implicit sequence "system_template_repositories_id_seq" for serial column "system_template_repositories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_repositories_pkey" for table "system_template_repositories"
-> 0.0045s
== CreateSystemTemplateRepos: migrated (0.0047s) =============================
== SystemsAddType: migrating =================================================
-- add_column(:systems, :type, :string, {:default=>"System"})
-> 0.0020s
== SystemsAddType: migrated (0.0021s) ========================================
== AddRolesLock: migrating ===================================================
-- add_column(:roles, :locked, :boolean, {:default=>false})
-> 0.0019s
== AddRolesLock: migrated (0.0021s) ==========================================
== AddPlanToProduct: migrating ===============================================
-- add_column(:products, :sync_plan_id, :integer, {:null=>true})
-> 0.0011s
== AddPlanToProduct: migrated (0.0013s) ======================================
== FiltersRepositories: migrating ============================================
-- create_table(:filters_repositories, {:id=>false})
-> 0.0018s
== FiltersRepositories: migrated (0.0021s) ===================================
== RenameLockerToLibrary: migrating ==========================================
-- rename_column(:environments, :locker, :library)
-> 0.0010s
== RenameLockerToLibrary: migrated (0.0062s) =================================
== UpdateProductTypeAddDefault: migrating ====================================
-- change_column(:products, :type, :string, {:null=>false, :default=>"Product"})
-> 0.0075s
== UpdateProductTypeAddDefault: migrated (0.0077s) ===========================
== AddCpLabelToRepository: migrating =========================================
-- add_column(:repositories, :cp_label, :string)
-> 0.0012s
-- add_index(:repositories, :cp_label)
-> 0.0031s
== AddCpLabelToRepository: migrated (0.0046s) ================================
== RemoveAllocatedFromKeyPools: migrating ====================================
-- remove_column(:key_pools, :allocated)
-> 0.0013s
== RemoveAllocatedFromKeyPools: migrated (0.0015s) ===========================
== FilterAddName: migrating ==================================================
-- add_column(:filters, :name, :string, {:null=>true})
-> 0.0025s
-- change_column(:filters, :name, :string, {:null=>false})
-> 0.0052s
== FilterAddName: migrated (0.1262s) =========================================
== CreateLdapGroupRoles: migrating ===========================================
-- create_table(:ldap_group_roles)
NOTICE: CREATE TABLE will create implicit sequence "ldap_group_roles_id_seq" for serial column "ldap_group_roles.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "ldap_group_roles_pkey" for table "ldap_group_roles"
-> 0.0046s
== CreateLdapGroupRoles: migrated (0.0048s) ==================================
== AddLdapFlagToRole: migrating ==============================================
-- add_column(:roles, :ldap, :boolean)
-> 0.0011s
== AddLdapFlagToRole: migrated (0.0013s) =====================================
== CreateSystemGroups: migrating =============================================
-- create_table(:system_groups)
NOTICE: CREATE TABLE will create implicit sequence "system_groups_id_seq" for serial column "system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_groups_pkey" for table "system_groups"
-> 0.0066s
== CreateSystemGroups: migrated (0.0068s) ====================================
== CreateKeySystemGroups: migrating ==========================================
-- create_table(:key_system_groups)
NOTICE: CREATE TABLE will create implicit sequence "key_system_groups_id_seq" for serial column "key_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "key_system_groups_pkey" for table "key_system_groups"
-> 0.0045s
== CreateKeySystemGroups: migrated (0.0047s) =================================
== AddLdapFlagToRolesUsers: migrating ========================================
-- remove_column(:roles, :ldap)
-> 0.0011s
-- add_column(:roles_users, :ldap, :boolean)
-> 0.0009s
== AddLdapFlagToRolesUsers: migrated (0.0023s) ===============================
== AddSystemGroupLocked: migrating ===========================================
-- add_column(:system_groups, :locked, :boolean, {:null=>false, :default=>false})
-> 0.0033s
== AddSystemGroupLocked: migrated (0.0035s) ==================================
== CreateSystemSystemGroups: migrating =======================================
-- create_table(:system_system_groups)
NOTICE: CREATE TABLE will create implicit sequence "system_system_groups_id_seq" for serial column "system_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_system_groups_pkey" for table "system_system_groups"
-> 0.0044s
== CreateSystemSystemGroups: migrated (0.0046s) ==============================
== AddNvreaToChangesetPackage: migrating =====================================
-- add_column(:changeset_packages, :nvrea, :string)
-> 0.0013s
== AddNvreaToChangesetPackage: migrated (0.0031s) ============================
== AddSystemGroupsEnvironment: migrating =====================================
-- create_table(:environment_system_groups)
NOTICE: CREATE TABLE will create implicit sequence "environment_system_groups_id_seq" for serial column "environment_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environment_system_groups_pkey" for table "environment_system_groups"
-> 0.0046s
== AddSystemGroupsEnvironment: migrated (0.0048s) ============================
== CreateJobs: migrating =====================================================
-- create_table(:jobs)
NOTICE: CREATE TABLE will create implicit sequence "jobs_id_seq" for serial column "jobs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "jobs_pkey" for table "jobs"
-> 0.0057s
-- create_table(:job_tasks)
NOTICE: CREATE TABLE will create implicit sequence "job_tasks_id_seq" for serial column "job_tasks.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "job_tasks_pkey" for table "job_tasks"
-> 0.0043s
== CreateJobs: migrated (0.0104s) ============================================
== AddUsageLimitToActivationKey: migrating ===================================
-- add_column(:activation_keys, :usage_limit, :integer, {:default=>-1})
-> 0.0019s
== AddUsageLimitToActivationKey: migrated (0.0021s) ==========================
== AddTaskOwnerToTaskStatus: migrating =======================================
-- change_table(:task_statuses)
-> 0.0020s
-- execute("UPDATE task_statuses t\n SET task_owner_type = 'System', task_owner_id = s.system_id\n FROM system_tasks s\n WHERE s.task_status_id = t.id;")
-> 0.0012s
-- drop_table(:system_tasks)
-> 0.0019s
== AddTaskOwnerToTaskStatus: migrated (0.0055s) ==============================
== AddTaskStatusIdToProvider: migrating ======================================
-- change_table(:providers)
-> 0.0012s
== AddTaskStatusIdToProvider: migrated (0.0013s) =============================
== AddRepositoryLibraryId: migrating =========================================
-- change_table(:repositories)
-> 0.0012s
== AddRepositoryLibraryId: migrated (0.3789s) ================================
== RemoveSystemGroupLocked: migrating ========================================
-- remove_column(:system_groups, :locked)
-> 0.0014s
== RemoveSystemGroupLocked: migrated (0.0016s) ===============================
== AddTypeToChangeset: migrating =============================================
-- add_column(:changesets, :type, :string, {:default=>"PromotionChangeset"})
-> 0.0021s
-- execute("UPDATE changesets\n SET type = 'PromotionChangeset'")
-> 0.0009s
== AddTypeToChangeset: migrated (0.1088s) ====================================
== AddDbIndexes: migrating ===================================================
-- add_index(:providers, :organization_id)
-> 0.0032s
-- add_index(:providers, :task_status_id)
-> 0.0036s
-- add_index(:environments, :organization_id)
-> 0.0030s
-- add_index(:environment_priors, :environment_id)
-> 0.0030s
-- add_index(:environment_priors, :prior_id)
-> 0.0039s
-- add_index(:organizations, :task_id)
-> 0.0031s
-- add_index(:products, :cp_id)
-> 0.0032s
-- add_index(:products, :provider_id)
-> 0.0038s
-- add_index(:products, :gpg_key_id)
-> 0.0042s
-- add_index(:products, :sync_plan_id)
-> 0.0048s
-- add_index(:permission_tags, :permission_id)
-> 0.0033s
-- add_index(:permission_tags, :tag_id)
-> 0.0037s
-- add_index(:changesets_products, :changeset_id)
-> 0.0030s
-- add_index(:changesets_products, :product_id)
-> 0.0036s
-- add_index(:help_tips, :user_id)
-> 0.0032s
-- add_index(:users, :own_role_id)
-> 0.0033s
-- add_index(:systems, :environment_id)
-> 0.0038s
-- add_index(:user_notices, :user_id)
-> 0.0032s
-- add_index(:user_notices, :notice_id)
-> 0.0038s
-- add_index(:changeset_errata, :changeset_id)
-> 0.0031s
-- add_index(:changeset_errata, :errata_id)
-> 0.0036s
-- add_index(:changeset_errata, :product_id)
-> 0.0042s
-- add_index(:sync_plans, :organization_id)
-> 0.0031s
-- add_index(:changesets_repositories, :changeset_id)
-> 0.0032s
-- add_index(:changesets_repositories, :repository_id)
-> 0.0036s
-- add_index(:search_histories, :user_id)
-> 0.0031s
-- add_index(:search_favorites, :user_id)
-> 0.0033s
-- add_index(:changeset_users, :changeset_id)
-> 0.0031s
-- add_index(:changeset_users, :user_id)
-> 0.0038s
-- add_index(:products_system_templates, :system_template_id)
-> 0.0035s
-- add_index(:products_system_templates, :product_id)
-> 0.0042s
-- add_index(:changeset_packages, :changeset_id)
-> 0.0035s
-- add_index(:changeset_packages, :package_id)
-> 0.0043s
-- add_index(:changeset_packages, :product_id)
-> 0.0048s
-- add_index(:changesets, :environment_id)
-> 0.0036s
-- add_index(:changesets, :task_status_id)
-> 0.0043s
-- add_index(:activation_keys, :organization_id)
-> 0.0044s
-- add_index(:activation_keys, :environment_id)
-> 0.0048s
-- add_index(:activation_keys, :system_template_id)
-> 0.0053s
-- add_index(:changeset_distributions, :changeset_id)
-> 0.0036s
-- add_index(:changeset_distributions, :distribution_id)
-> 0.0043s
-- add_index(:changeset_distributions, :product_id)
-> 0.0047s
-- add_index(:changesets_system_templates, :changeset_id)
-> 0.0036s
-- add_index(:changesets_system_templates, :system_template_id)
-> 0.0043s
-- add_index(:system_templates, :parent_id)
-> 0.0036s
-- add_index(:system_templates, :environment_id)
-> 0.0043s
-- add_index(:pools, :cp_id)
-> 0.0036s
-- add_index(:key_pools, :activation_key_id)
-> 0.0037s
-- add_index(:key_pools, :pool_id)
-> 0.0042s
-- add_index(:changeset_dependencies, :changeset_id)
-> 0.0035s
-- add_index(:changeset_dependencies, :package_id)
-> 0.0043s
-- add_index(:changeset_dependencies, :product_id)
-> 0.0047s
-- add_index(:filters_products, :filter_id)
-> 0.0035s
-- add_index(:filters_products, :product_id)
-> 0.0042s
-- add_index(:filters, :pulp_id)
-> 0.0036s
-- add_index(:filters, :organization_id)
-> 0.0042s
-- add_index(:system_template_distributions, :distribution_pulp_id)
-> 0.0042s
-- add_index(:ldap_group_roles, :role_id)
-> 0.0036s
-- add_index(:system_template_repositories, :system_template_id)
-> 0.0037s
-- add_index(:system_template_repositories, :repository_id)
-> 0.0043s
-- add_index(:filters_repositories, :filter_id)
-> 0.0036s
-- add_index(:filters_repositories, :repository_id)
-> 0.0042s
-- add_index(:repositories, :pulp_id)
-> 0.0044s
-- add_index(:repositories, :environment_product_id)
-> 0.0049s
-- add_index(:repositories, :gpg_key_id)
-> 0.0054s
-- add_index(:repositories, :library_instance_id)
-> 0.0058s
-- add_index(:key_system_groups, :activation_key_id)
-> 0.0037s
-- add_index(:key_system_groups, :system_group_id)
-> 0.0043s
-- add_index(:system_groups, :pulp_id)
-> 0.0037s
-- add_index(:system_groups, :organization_id)
-> 0.0044s
-- add_index(:system_system_groups, :system_id)
-> 0.0036s
-- add_index(:system_system_groups, :system_group_id)
-> 0.0041s
-- add_index(:environment_system_groups, :environment_id)
-> 0.0033s
-- add_index(:environment_system_groups, :system_group_id)
-> 0.0040s
-- add_index(:jobs, :job_owner_id)
-> 0.0035s
-- add_index(:jobs, :pulp_id)
-> 0.0038s
-- add_index(:job_tasks, :job_id)
-> 0.0033s
-- add_index(:job_tasks, :task_status_id)
-> 0.0039s
-- add_index(:task_statuses, :organization_id)
-> 0.0039s
-- add_index(:task_statuses, :user_id)
-> 0.0045s
-- add_index(:task_statuses, :task_owner_id)
-> 0.0049s
== AddDbIndexes: migrated (0.3245s) ==========================================
== DbUniqueIndices: migrating ================================================
-- add_index(:activation_keys, [:name, :organization_id], {:unique=>true})
-> 0.0055s
-- add_index(:changesets, [:name, :environment_id], {:unique=>true})
-> 0.0043s
-- add_index(:changeset_distributions, [:distribution_id, :changeset_id], {:unique=>true, :name=>"index_cs_distro_distro_id_cs_id"})
-> 0.0048s
-- add_index(:changeset_errata, [:errata_id, :changeset_id], {:unique=>true})
-> 0.0048s
-- add_index(:changeset_packages, [:nvrea, :changeset_id], {:unique=>true})
-> 0.0048s
-- add_index(:filters, [:name, :organization_id], {:unique=>true})
-> 0.0043s
-- add_index(:environments, [:name, :organization_id], {:unique=>true})
-> 0.0040s
-- add_index(:ldap_group_roles, [:ldap_group, :role_id], {:unique=>true})
-> 0.0038s
-- add_index(:organizations, :name, {:unique=>true})
-> 0.0039s
-- add_index(:organizations, :cp_key, {:unique=>true})
-> 0.0043s
-- add_index(:permissions, [:name, :organization_id, :role_id], {:unique=>true})
-> 0.0048s
-- add_index(:providers, [:name, :organization_id], {:unique=>true})
-> 0.0043s
-- add_index(:roles, :name, {:unique=>true})
-> 0.0030s
-- add_index(:roles_users, [:user_id, :role_id], {:unique=>true})
-> 0.0044s
-- add_index(:sync_plans, [:name, :organization_id], {:unique=>true})
-> 0.0037s
-- add_index(:system_groups, [:name, :organization_id], {:unique=>true})
-> 0.0041s
-- add_index(:system_templates, [:name, :environment_id], {:unique=>true})
-> 0.0042s
-- add_index(:system_template_distributions, [:distribution_pulp_id, :system_template_id], {:unique=>true, :name=>"index_sys_template_distro_on_pulp_id_template_id"})
-> 0.0042s
-- add_index(:system_template_packages, [:system_template_id, :package_name, :version, :release, :epoch, :arch], {:name=>"index_sys_template_packages_on_nvrea_template_id", :unique=>true})
-> 0.0040s
-- add_index(:system_template_pack_groups, [:name, :system_template_id], {:unique=>true, :name=>"index_sys_template_packs_on_name_template_id"})
-> 0.0036s
-- add_index(:system_template_pg_categories, [:name, :system_template_id], {:unique=>true, :name=>"index_sys_template_pg_categories_on_name_template_id"})
-> 0.0036s
-- add_index(:users, :username, {:unique=>true})
-> 0.0036s
== DbUniqueIndices: migrated (0.0952s) =======================================
== CreateCustomInfo: migrating ===============================================
-- create_table(:custom_info)
NOTICE: CREATE TABLE will create implicit sequence "custom_info_id_seq" for serial column "custom_info.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "custom_info_pkey" for table "custom_info"
-> 0.0062s
-- add_index(:custom_info, [:informable_type, :informable_id, :keyname, :value], {:name=>"index_custom_info_on_inf_type_and_inf_id_and_kn_and_v", :unique=>true})
-> 0.0033s
== CreateCustomInfo: migrated (0.0098s) ======================================
== AddOrganizationToNotice: migrating ========================================
-- change_table(:notices)
-> 0.0012s
-- add_index(:notices, :organization_id)
-> 0.0029s
== AddOrganizationToNotice: migrated (0.0044s) ===============================
== AddLabelsToEnvironment: migrating =========================================
-- change_table(:environments)
-> 0.3066s
-- add_index(:environments, [:label, :organization_id], {:unique=>true})
-> 0.0044s
== AddLabelsToEnvironment: migrated (0.3113s) ================================
== AddLabelsToProduct: migrating =============================================
-- change_table(:products)
-> 0.1006s
== AddLabelsToProduct: migrated (0.1008s) ====================================
== AddLabelsToRepository: migrating ==========================================
-- change_table(:repositories)
-> 0.0096s
-- add_index(:repositories, [:label, :environment_product_id], {:unique=>true})
-> 0.0058s
== AddLabelsToRepository: migrated (0.0157s) =================================
== RenameCpKeyToLabel: migrating =============================================
-- rename_column(:organizations, :cp_key, :label)
-> 0.0012s
== RenameCpKeyToLabel: migrated (0.0013s) ====================================
== RenameCpKeyToLabel: reverting =============================================
-- rename_column(:organizations, :label, :cp_key)
-> 0.0019s
== RenameCpKeyToLabel: reverted (0.0021s) ====================================
== AddLabelsToRepository: reverting ==========================================
-- remove_index(:repositories, {:column=>[:label, :environment_product_id]})
-> 0.0430s
-- change_table(:repositories)
-> 0.0017s
== AddLabelsToRepository: reverted (0.0451s) =================================
== AddLabelsToProduct: reverting =============================================
-- change_table(:products)
-> 0.0013s
== AddLabelsToProduct: reverted (0.0015s) ====================================
== AddLabelsToEnvironment: reverting =========================================
-- remove_index(:environments, {:column=>[:label, :organization_id]})
-> 0.0054s
-- change_table(:environments)
-> 0.0011s
== AddLabelsToEnvironment: reverted (0.0068s) ================================
== AddOrganizationToNotice: reverting ========================================
-- change_table(:notices)
-> 0.0018s
== AddOrganizationToNotice: reverted (0.0020s) ===============================
== CreateCustomInfo: reverting ===============================================
-- remove_index(:custom_info, {:name=>"index_custom_info_on_inf_type_and_inf_id_and_kn_and_v"})
-> 0.0041s
-- drop_table(:custom_info)
-> 0.0202s
== CreateCustomInfo: reverted (0.0247s) ======================================
== DbUniqueIndices: reverting ================================================
-- remove_index(:activation_keys, {:column=>[:name, :organization_id]})
-> 0.0068s
-- remove_index(:changesets, {:column=>[:name, :environment_id]})
-> 0.0053s
-- remove_index(:changeset_distributions, {:name=>"index_cs_distro_distro_id_cs_id"})
-> 0.0055s
-- remove_index(:changeset_errata, [:errata_id, :changeset_id])
-> 0.0056s
-- remove_index(:changeset_packages, [:nvrea, :changeset_id])
-> 0.0055s
-- remove_index(:filters, {:column=>[:name, :organization_id]})
-> 0.0050s
-- remove_index(:environments, {:column=>[:name, :organization_id]})
-> 0.0043s
-- remove_index(:ldap_group_roles, {:column=>[:ldap_group, :role_id]})
-> 0.0044s
-- remove_index(:organizations, :name)
-> 0.0048s
-- remove_index(:organizations, :cp_key)
-> 0.0042s
-- remove_index(:permissions, {:column=>[:name, :organization_id, :role_id]})
-> 0.0056s
-- remove_index(:providers, {:column=>[:name, :organization_id]})
-> 0.0050s
-- remove_index(:roles, :name)
-> 0.0038s
-- remove_index(:roles_users, {:column=>[:user_id, :role_id]})
-> 0.0050s
-- remove_index(:sync_plans, {:column=>[:name, :organization_id]})
-> 0.0044s
-- remove_index(:system_groups, {:column=>[:name, :organization_id]})
-> 0.0050s
-- remove_index(:system_templates, {:column=>[:name, :environment_id]})
-> 0.0051s
-- remove_index(:system_template_distributions, {:name=>"index_sys_template_distro_on_pulp_id_template_id"})
-> 0.0050s
-- remove_index(:system_template_packages, {:name=>"index_sys_template_packages_on_nvrea_template_id"})
-> 0.0045s
-- remove_index(:system_template_pack_groups, {:name=>"index_sys_template_packs_on_name_template_id"})
-> 0.0044s
-- remove_index(:system_template_pg_categories, {:name=>"index_sys_template_pg_categories_on_name_template_id"})
-> 0.0042s
-- remove_index(:users, :username)
-> 0.0044s
== DbUniqueIndices: reverted (0.1110s) =======================================
== AddDbIndexes: reverting ===================================================
-- remove_index(:providers, {:column=>:organization_id})
-> 0.0042s
-- remove_index(:providers, {:column=>:task_status_id})
-> 0.0035s
-- remove_index(:environments, {:column=>:organization_id})
-> 0.0033s
-- remove_index(:environment_priors, {:column=>:environment_id})
-> 0.0042s
-- remove_index(:environment_priors, {:column=>:prior_id})
-> 0.0035s
-- remove_index(:organizations, {:column=>:task_id})
-> 0.0036s
-- remove_index(:products, {:column=>:cp_id})
-> 0.0053s
-- remove_index(:products, {:column=>:provider_id})
-> 0.0048s
-- remove_index(:products, {:column=>:gpg_key_id})
-> 0.0042s
-- remove_index(:products, {:column=>:sync_plan_id})
-> 0.0034s
-- remove_index(:permission_tags, {:column=>:permission_id})
-> 0.0041s
-- remove_index(:permission_tags, {:column=>:tag_id})
-> 0.0035s
-- remove_index(:changesets_products, {:column=>:changeset_id})
-> 0.0041s
-- remove_index(:changesets_products, {:column=>:product_id})
-> 0.0035s
-- remove_index(:help_tips, {:column=>:user_id})
-> 0.2450s
-- remove_index(:users, {:column=>:own_role_id})
-> 0.0035s
-- remove_index(:systems, {:column=>:environment_id})
-> 0.0041s
-- remove_index(:user_notices, {:column=>:user_id})
-> 0.0041s
-- remove_index(:user_notices, {:column=>:notice_id})
-> 0.0035s
-- remove_index(:changeset_errata, {:column=>:changeset_id})
-> 0.0047s
-- remove_index(:changeset_errata, {:column=>:errata_id})
-> 0.0041s
-- remove_index(:changeset_errata, {:column=>:product_id})
-> 0.0034s
-- remove_index(:sync_plans, {:column=>:organization_id})
-> 0.0035s
-- remove_index(:changesets_repositories, {:column=>:changeset_id})
-> 0.0040s
-- remove_index(:changesets_repositories, {:column=>:repository_id})
-> 0.0034s
-- remove_index(:search_histories, {:column=>:user_id})
-> 0.0035s
-- remove_index(:search_favorites, {:column=>:user_id})
-> 0.0035s
-- remove_index(:changeset_users, {:column=>:changeset_id})
-> 0.0041s
-- remove_index(:changeset_users, {:column=>:user_id})
-> 0.0035s
-- remove_index(:products_system_templates, {:column=>:system_template_id})
-> 0.0040s
-- remove_index(:products_system_templates, {:column=>:product_id})
-> 0.0034s
-- remove_index(:changeset_packages, {:column=>:changeset_id})
-> 0.0046s
-- remove_index(:changeset_packages, {:column=>:package_id})
-> 0.0040s
-- remove_index(:changeset_packages, {:column=>:product_id})
-> 0.0036s
-- remove_index(:changesets, {:column=>:environment_id})
-> 0.0040s
-- remove_index(:changesets, {:column=>:task_status_id})
-> 0.0034s
-- remove_index(:activation_keys, {:column=>:organization_id})
-> 0.0051s
-- remove_index(:activation_keys, {:column=>:environment_id})
-> 0.0045s
-- remove_index(:activation_keys, {:column=>:system_template_id})
-> 0.0040s
-- remove_index(:changeset_distributions, {:column=>:changeset_id})
-> 0.0047s
-- remove_index(:changeset_distributions, {:column=>:distribution_id})
-> 0.0041s
-- remove_index(:changeset_distributions, {:column=>:product_id})
-> 0.0034s
-- remove_index(:changesets_system_templates, {:column=>:changeset_id})
-> 0.0041s
-- remove_index(:changesets_system_templates, {:column=>:system_template_id})
-> 0.0035s
-- remove_index(:system_templates, {:column=>:parent_id})
-> 0.0040s
-- remove_index(:system_templates, {:column=>:environment_id})
-> 0.0035s
-- remove_index(:pools, {:column=>:cp_id})
-> 0.0034s
-- remove_index(:key_pools, {:column=>:activation_key_id})
-> 0.0041s
-- remove_index(:key_pools, {:column=>:pool_id})
-> 0.0034s
-- remove_index(:changeset_dependencies, {:column=>:changeset_id})
-> 0.0046s
-- remove_index(:changeset_dependencies, {:column=>:package_id})
-> 0.0040s
-- remove_index(:changeset_dependencies, {:column=>:product_id})
-> 0.0034s
-- remove_index(:filters_products, {:column=>:filter_id})
-> 0.0040s
-- remove_index(:filters_products, {:column=>:product_id})
-> 0.0034s
-- remove_index(:filters, {:column=>:pulp_id})
-> 0.0040s
-- remove_index(:filters, {:column=>:organization_id})
-> 0.0034s
-- remove_index(:system_template_distributions, {:column=>:distribution_pulp_id})
-> 0.0042s
-- remove_index(:ldap_group_roles, {:column=>:role_id})
-> 0.0035s
-- remove_index(:system_template_repositories, {:column=>:system_template_id})
-> 0.0045s
-- remove_index(:system_template_repositories, {:column=>:repository_id})
-> 0.0033s
-- remove_index(:filters_repositories, {:column=>:filter_id})
-> 0.0040s
-- remove_index(:filters_repositories, {:column=>:repository_id})
-> 0.0034s
-- remove_index(:repositories, {:column=>:pulp_id})
-> 0.0057s
-- remove_index(:repositories, {:column=>:environment_product_id})
-> 0.0050s
-- remove_index(:repositories, {:column=>:gpg_key_id})
-> 0.0046s
-- remove_index(:repositories, {:column=>:library_instance_id})
-> 0.0043s
-- remove_index(:key_system_groups, {:column=>:activation_key_id})
-> 0.0040s
-- remove_index(:key_system_groups, {:column=>:system_group_id})
-> 0.0035s
-- remove_index(:system_groups, {:column=>:pulp_id})
-> 0.0041s
-- remove_index(:system_groups, {:column=>:organization_id})
-> 0.0034s
-- remove_index(:system_system_groups, {:column=>:system_id})
-> 0.0039s
-- remove_index(:system_system_groups, {:column=>:system_group_id})
-> 0.0034s
-- remove_index(:environment_system_groups, {:column=>:environment_id})
-> 0.0040s
-- remove_index(:environment_system_groups, {:column=>:system_group_id})
-> 0.0034s
-- remove_index(:jobs, {:column=>:job_owner_id})
-> 0.0040s
-- remove_index(:jobs, {:column=>:pulp_id})
-> 0.0034s
-- remove_index(:job_tasks, {:column=>:job_id})
-> 0.0041s
-- remove_index(:job_tasks, {:column=>:task_status_id})
-> 0.0034s
-- remove_index(:task_statuses, {:column=>:organization_id})
-> 0.0052s
-- remove_index(:task_statuses, {:column=>:user_id})
-> 0.0045s
-- remove_index(:task_statuses, {:column=>:task_owner_id})
-> 0.0039s
== AddDbIndexes: reverted (0.5707s) ==========================================
== AddTypeToChangeset: reverting =============================================
-- remove_column(:changesets, :type)
-> 0.0014s
== AddTypeToChangeset: reverted (0.0016s) ====================================
== RemoveSystemGroupLocked: reverting ========================================
-- add_column(:system_groups, :locked, :boolean, {:null=>false, :default=>false})
-> 0.0110s
== RemoveSystemGroupLocked: reverted (0.0112s) ===============================
== AddRepositoryLibraryId: reverting =========================================
-- remove_column(:repositories, :library_instance_id)
-> 0.0012s
== AddRepositoryLibraryId: reverted (0.0013s) ================================
== AddTaskStatusIdToProvider: reverting ======================================
-- change_table(:providers)
-> 0.0012s
== AddTaskStatusIdToProvider: reverted (0.0014s) =============================
== AddTaskOwnerToTaskStatus: reverting =======================================
-- create_table(:system_tasks)
NOTICE: CREATE TABLE will create implicit sequence "system_tasks_id_seq" for serial column "system_tasks.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_tasks_pkey" for table "system_tasks"
-> 0.0065s
-- execute("INSERT INTO system_tasks (task_status_id, system_id)\n SELECT id, task_owner_id\n FROM task_statuses\n WHERE task_statuses.task_owner_type = 'System'")
-> 0.0013s
-- change_table(:task_statuses)
-> 0.0019s
== AddTaskOwnerToTaskStatus: reverted (0.0101s) ==============================
== AddUsageLimitToActivationKey: reverting ===================================
-- remove_column(:activation_keys, :usage_limit)
-> 0.0014s
== AddUsageLimitToActivationKey: reverted (0.0016s) ==========================
== CreateJobs: reverting =====================================================
-- drop_table(:job_tasks)
-> 0.0021s
-- drop_table(:jobs)
-> 0.0023s
== CreateJobs: reverted (0.0046s) ============================================
== AddSystemGroupsEnvironment: reverting =====================================
-- drop_table(:environment_system_groups)
-> 0.0020s
== AddSystemGroupsEnvironment: reverted (0.0022s) ============================
== AddNvreaToChangesetPackage: reverting =====================================
-- remove_column(:changeset_packages, :nvrea)
-> 0.0011s
== AddNvreaToChangesetPackage: reverted (0.0013s) ============================
== CreateSystemSystemGroups: reverting =======================================
-- drop_table(:system_system_groups)
-> 0.0020s
== CreateSystemSystemGroups: reverted (0.0021s) ==============================
== AddSystemGroupLocked: reverting ===========================================
-- remove_column(:system_groups, :locked)
-> 0.0013s
== AddSystemGroupLocked: reverted (0.0015s) ==================================
== AddLdapFlagToRolesUsers: reverting ========================================
-- add_column(:roles, :ldap, :boolean)
-> 0.0011s
-- remove_column(:roles_users, :ldap)
-> 0.0009s
== AddLdapFlagToRolesUsers: reverted (0.0024s) ===============================
== CreateKeySystemGroups: reverting ==========================================
-- drop_table(:key_system_groups)
-> 0.0021s
== CreateKeySystemGroups: reverted (0.0022s) =================================
== CreateSystemGroups: reverting =============================================
-- drop_table(:system_groups)
-> 0.0026s
== CreateSystemGroups: reverted (0.0028s) ====================================
== AddLdapFlagToRole: reverting ==============================================
-- remove_column(:roles, :ldap)
-> 0.0012s
== AddLdapFlagToRole: reverted (0.0013s) =====================================
== CreateLdapGroupRoles: reverting ===========================================
-- drop_table(:ldap_group_roles)
-> 0.0020s
== CreateLdapGroupRoles: reverted (0.0021s) ==================================
== FilterAddName: reverting ==================================================
-- remove_column(:filters, :name)
-> 0.0012s
== FilterAddName: reverted (0.0014s) =========================================
== RemoveAllocatedFromKeyPools: reverting ====================================
-- add_column(:key_pools, :allocated, :integer)
-> 0.0011s
== RemoveAllocatedFromKeyPools: reverted (0.0012s) ===========================
== AddCpLabelToRepository: reverting =========================================
-- remove_index(:repositories, :cp_label)
-> 0.0033s
-- remove_column(:repositories, :cp_label)
-> 0.0010s
== AddCpLabelToRepository: reverted (0.0046s) ================================
== UpdateProductTypeAddDefault: reverting ====================================
-- change_column(:products, :type, :string, {:null=>true, :default=>nil})
-> 0.0377s
== UpdateProductTypeAddDefault: reverted (0.0379s) ===========================
== RenameLockerToLibrary: reverting ==========================================
-- rename_column(:environments, :library, :locker)
-> 0.0010s
== RenameLockerToLibrary: reverted (0.0210s) =================================
== FiltersRepositories: reverting ============================================
-- drop_table(:filters_repositories)
-> 0.0013s
== FiltersRepositories: reverted (0.0014s) ===================================
== AddPlanToProduct: reverting ===============================================
-- remove_column(:products, :sync_plan_id)
-> 0.0012s
== AddPlanToProduct: reverted (0.0013s) ======================================
== AddRolesLock: reverting ===================================================
-- remove_column(:roles, :locked)
-> 0.0013s
== AddRolesLock: reverted (0.0015s) ==========================================
== SystemsAddType: reverting =================================================
-- remove_column(:systems, :type)
-> 0.0014s
== SystemsAddType: reverted (0.0015s) ========================================
== CreateSystemTemplateRepos: reverting ======================================
-- drop_table(:system_template_repositories)
-> 0.0020s
== CreateSystemTemplateRepos: reverted (0.0021s) =============================
== UpdateProductsAddType: reverting ==========================================
-- remove_column(:products, :type)
-> 0.0020s
== UpdateProductsAddType: reverted (0.0022s) =================================
== CreateMarketingEngineeringProducts: reverting =============================
-- drop_table(:marketing_engineering_products)
-> 0.0024s
== CreateMarketingEngineeringProducts: reverted (0.0026s) ====================
== AddUserToTaskStatus: reverting ============================================
-- remove_column(:task_statuses, :user_id)
-> 0.0014s
== AddUserToTaskStatus: reverted (0.0015s) ===================================
== AddingPreferencesToUser: reverting ========================================
-- remove_column(:users, :preferences)
-> 0.0012s
== AddingPreferencesToUser: reverted (0.0014s) ===============================
== AddTaskTypeToTaskStatus: reverting ========================================
-- remove_column(:task_statuses, :task_type)
-> 0.0011s
== AddTaskTypeToTaskStatus: reverted (0.0013s) ===============================
== AddParamsToTaskStatus: reverting ==========================================
-- remove_column(:task_statuses, :parameters)
-> 0.0011s
== AddParamsToTaskStatus: reverted (0.0013s) =================================
== AddOrgDeletionTaskId: reverting ===========================================
-- remove_column(:organizations, :task_id)
-> 0.0011s
== AddOrgDeletionTaskId: reverted (0.0013s) ==================================
== AddSystemTasks: reverting =================================================
-- drop_table(:system_tasks)
-> 0.0019s
== AddSystemTasks: reverted (0.0021s) ========================================
== AddDefaultGpgKeyToProduct: reverting ======================================
-- remove_column(:products, :gpg_key_id)
-> 0.0011s
== AddDefaultGpgKeyToProduct: reverted (0.0013s) =============================
== AddGpgColumnToRepository: reverting =======================================
-- remove_column(:repositories, :gpg_key_id)
-> 0.0011s
== AddGpgColumnToRepository: reverted (0.0013s) ==============================
== CreateGpgs: reverting =====================================================
-- remove_index(:gpg_keys, [:organization_id, :name])
-> 0.0033s
-- drop_table(:gpg_keys)
-> 0.0022s
== CreateGpgs: reverted (0.0058s) ============================================
== RemoveRepoRelease: reverting ==============================================
-- add_column(:repositories, :release, :string, {:null=>true})
-> 0.0012s
== RemoveRepoRelease: reverted (0.0014s) =====================================
== UpdateRepoAddMajorMinor: reverting ========================================
-- remove_column(:repositories, :major)
-> 0.0011s
-- remove_column(:repositories, :minor)
-> 0.0009s
== UpdateRepoAddMajorMinor: reverted (0.0023s) ===============================
== FixRepositoryWhitelist: reverting =========================================
== FixRepositoryWhitelist: reverted (0.0000s) ================================
== AddRepoDetails: reverting =================================================
-- remove_column(:repositories, :release)
-> 0.0011s
== AddRepoDetails: reverted (0.0013s) ========================================
== AddPasswordResetToUsers: reverting ========================================
-- remove_column(:users, :password_reset_sent_at)
-> 0.0011s
-- remove_column(:users, :password_reset_token)
-> 0.0009s
== AddPasswordResetToUsers: reverted (0.0023s) ===============================
== AddEmailToUser: reverting =================================================
-- remove_column(:users, :email)
-> 0.0011s
== AddEmailToUser: reverted (0.0013s) ========================================
== AddSystemTemplateDistribution: reverting ==================================
-- drop_table(:system_template_distributions)
-> 0.0022s
== AddSystemTemplateDistribution: reverted (0.0023s) =========================
== AddChangesetsDependencyDependencyOf: reverting ============================
-- remove_column(:changeset_dependencies, :dependency_of)
-> 0.0011s
== AddChangesetsDependencyDependencyOf: reverted (0.0013s) ===================
== CreateRepository: reverting ===============================================
-- drop_table(:repositories)
-> 0.0026s
== CreateRepository: reverted (0.0028s) ======================================
== FiltersProducts: reverting ================================================
-- drop_table(:filters_products)
-> 0.0012s
== FiltersProducts: reverted (0.0013s) =======================================
== CreateFilters: reverting ==================================================
-- drop_table(:filters)
-> 0.0024s
== CreateFilters: reverted (0.0026s) =========================================
== SystemTemplatePackages: reverting =========================================
-- drop_table(:system_template_packages)
-> 0.0026s
== SystemTemplatePackages: reverted (0.0028s) ================================
== CreateSystemTemplatePgCategories: reverting ===============================
-- drop_table(:system_template_pg_categories)
-> 0.0021s
== CreateSystemTemplatePgCategories: reverted (0.0022s) ======================
== CreateSystemTemplatePackGroups: reverting =================================
-- drop_table(:system_template_pack_groups)
-> 0.0021s
== CreateSystemTemplatePackGroups: reverted (0.0023s) ========================
== RenameKeyPoolSubscriptionId: reverting ====================================
-- rename_column(:key_pools, :pool_id, :subscription_id)
-> 0.0010s
== RenameKeyPoolSubscriptionId: reverted (0.0012s) ===========================
== RenameSubscriptionUuid: reverting =========================================
-- rename_column(:pools, :cp_id, :subscription)
-> 0.0011s
== RenameSubscriptionUuid: reverted (0.0012s) ================================
== RenameKeySubscrptionKeyPool: reverting ====================================
-- rename_table(:key_pools, :key_subscriptions)
-> 0.0011s
== RenameKeySubscrptionKeyPool: reverted (0.0013s) ===========================
== RenameSubscriptionsPools: reverting =======================================
-- rename_table(:pools, :subscriptions)
-> 0.0011s
== RenameSubscriptionsPools: reverted (0.0012s) ==============================
== AddReqeustType: reverting =================================================
-- remove_column(:notices, :request_type)
-> 0.0011s
== AddReqeustType: reverted (0.0013s) ========================================
== CreateTemplates: reverting ================================================
-- drop_table(:system_templates)
-> 0.0024s
== CreateTemplates: reverted (0.0025s) =======================================
== ChangesetsSystemTemplate: reverting =======================================
-- drop_table(:changesets_system_templates)
-> 0.0013s
== ChangesetsSystemTemplate: reverted (0.0015s) ==============================
== AddDetailsToPermission: reverting =========================================
-- remove_column(:permissions, :description)
-> 0.0015s
-- remove_column(:permissions, :name)
-> 0.0013s
== AddDetailsToPermission: reverted (0.0030s) ================================
== ChangesetDistributions: reverting =========================================
-- drop_table(:changeset_distributions)
-> 0.0025s
== ChangesetDistributions: reverted (0.0026s) ================================
== CreateSystemActivationKeys: reverting =====================================
-- drop_table(:system_activation_keys)
-> 0.0024s
== CreateSystemActivationKeys: reverted (0.0025s) ============================
== AddUserToActivationKeys: reverting ========================================
-- remove_index(:activation_keys, :user_id)
-> 0.0032s
-- remove_column(:activation_keys, :user_id)
-> 0.0010s
== AddUserToActivationKeys: reverted (0.0044s) ===============================
== AddSystemTemplateToSystem: reverting ======================================
-- remove_index(:systems, :system_template_id)
-> 0.0031s
-- remove_column(:systems, :system_template_id)
-> 0.0010s
== AddSystemTemplateToSystem: reverted (0.0044s) =============================
== AddChangesetDependency: reverting =========================================
-- drop_table(:changeset_dependencies)
-> 0.0024s
== AddChangesetDependency: reverted (0.0025s) ================================
== AddChangesetsDescription: reverting =======================================
-- remove_column(:changesets, :description)
-> 0.0011s
== AddChangesetsDescription: reverted (0.0013s) ==============================
== AddChangesetTaskId: reverting =============================================
== AddChangesetTaskId: reverted (0.0000s) ====================================
== CreateSubscriptions: reverting ============================================
-- drop_table(:key_subscriptions)
-> 0.0019s
-- drop_table(:subscriptions)
-> 0.0017s
== CreateSubscriptions: reverted (0.0039s) ===================================
== TaskStatus: reverting =====================================================
-- remove_index(:task_statuses, :uuid)
-> 0.0031s
-- drop_table(:task_statuses)
-> 0.0022s
== TaskStatus: reverted (0.0056s) ============================================
== CreateActivationKeys: reverting ===========================================
-- drop_table(:activation_keys)
-> 0.0024s
== CreateActivationKeys: reverted (0.0026s) ==================================
== AddUserDisabled: reverting ================================================
-- remove_column(:users, :disabled)
-> 0.0013s
== AddUserDisabled: reverted (0.0015s) =======================================
== AddRoleDescription: reverting =============================================
-- remove_column(:roles, :description)
-> 0.0011s
== AddRoleDescription: reverted (0.0013s) ====================================
== CreateOrganizationUser: reverting =========================================
-- remove_index(:organizations_users, :organization_id)
-> 0.0037s
-- remove_index(:organizations_users, :user_id)
-> 0.0030s
-- drop_table(:organizations_users)
-> 0.0010s
== CreateOrganizationUser: reverted (0.0080s) ================================
== ProductsSystemTemplates: reverting ========================================
-- drop_table(:products_system_templates)
-> 0.0012s
== ProductsSystemTemplates: reverted (0.0014s) ===============================
== ChangesetUsers: reverting =================================================
-- drop_table(:changeset_users)
-> 0.0020s
== ChangesetUsers: reverted (0.0021s) ========================================
== CreateDelayedJobs: reverting ==============================================
-- drop_table(:delayed_jobs)
-> 0.0030s
== CreateDelayedJobs: reverted (0.0031s) =====================================
== AddUserPageSize: reverting ================================================
-- remove_column(:users, :page_size)
-> 0.0014s
== AddUserPageSize: reverted (0.0015s) =======================================
== AddChangesetStatus: reverting =============================================
-- remove_column(:changesets, :state)
-> 0.0014s
-- add_column(:changesets, :published, :boolean, {:default=>false})
-> 0.0017s
== AddChangesetStatus: reverted (0.0033s) ====================================
== CreateSearchFavorites: reverting ==========================================
-- drop_table(:search_favorites)
-> 0.0024s
== CreateSearchFavorites: reverted (0.0026s) =================================
== CreateSearchHistories: reverting ==========================================
-- drop_table(:search_histories)
-> 0.0024s
== CreateSearchHistories: reverted (0.0025s) =================================
== ChangesetRepos: reverting =================================================
-- drop_table(:changesets_repositories)
-> 0.0013s
== ChangesetRepos: reverted (0.0015s) ========================================
== AddChangesetPromotionDate: reverting ======================================
-- remove_column(:changesets, :promotion_date)
-> 0.0012s
== AddChangesetPromotionDate: reverted (0.0013s) =============================
== CreateSyncPlans: reverting ================================================
-- drop_table(:sync_plans)
-> 0.0024s
== CreateSyncPlans: reverted (0.0026s) =======================================
== ChangesetErrata: reverting ================================================
-- drop_table(:changeset_errata)
-> 0.0024s
== ChangesetErrata: reverted (0.0025s) =======================================
== ChangesetPackages: reverting ==============================================
-- drop_table(:changeset_packages)
-> 0.0024s
== ChangesetPackages: reverted (0.0025s) =====================================
== CreateSystems: reverting ==================================================
-- drop_table(:systems)
-> 0.0023s
== CreateSystems: reverted (0.0025s) =========================================
== CreateNotices: reverting ==================================================
-- drop_table(:user_notices)
-> 0.0021s
-- drop_table(:notices)
-> 0.0024s
== CreateNotices: reverted (0.0048s) =========================================
== AddOwnerToRole: reverting =================================================
-- remove_column(:users, :own_role_id)
-> 0.0012s
== AddOwnerToRole: reverted (0.0014s) ========================================
== CreateHelpTips: reverting =================================================
-- drop_table(:help_tips)
-> 0.0020s
== CreateHelpTips: reverted (0.0022s) ========================================
== ChangesetsProducts: reverting =============================================
-- drop_table(:changesets_products)
-> 0.0012s
== ChangesetsProducts: reverted (0.0013s) ====================================
== CreateRoleUser: reverting =================================================
-- remove_index(:roles_users, :role_id)
-> 0.0036s
-- remove_index(:roles_users, :user_id)
-> 0.0029s
-- drop_table(:roles_users)
-> 0.0010s
== CreateRoleUser: reverted (0.0080s) ========================================
== CreatePermissionTag: reverting ============================================
-- drop_table(:permission_tags)
-> 0.0020s
== CreatePermissionTag: reverted (0.0021s) ===================================
== CreatePermissionVerb: reverting ===========================================
-- remove_index(:permissions_verbs, :permission_id)
-> 0.0037s
-- remove_index(:permissions_verbs, :verb_id)
-> 0.0030s
-- drop_table(:permissions_verbs)
-> 0.0010s
== CreatePermissionVerb: reverted (0.0081s) ==================================
== CreatePermissions: reverting ==============================================
-- remove_index(:permissions, :role_id)
-> 0.0042s
-- remove_index(:permissions, :resource_type_id)
-> 0.0034s
-- remove_index(:permissions, :organization_id)
-> 0.0029s
-- drop_table(:permissions)
-> 0.0026s
== CreatePermissions: reverted (0.0137s) =====================================
== CreateResourceTypes: reverting ============================================
-- drop_table(:resource_types)
-> 0.0020s
== CreateResourceTypes: reverted (0.0021s) ===================================
== CreateVerbs: reverting ====================================================
-- drop_table(:verbs)
-> 0.0020s
== CreateVerbs: reverted (0.0021s) ===========================================
== CreateRoles: reverting ====================================================
-- drop_table(:roles)
-> 0.0024s
== CreateRoles: reverted (0.0026s) ===========================================
== CreateUsers: reverting ====================================================
-- drop_table(:users)
-> 0.0027s
== CreateUsers: reverted (0.0029s) ===========================================
== CreateChangesets: reverting ===============================================
-- drop_table(:changesets)
-> 0.0025s
== CreateChangesets: reverted (0.0027s) ======================================
== CreateProviders: reverting ================================================
-- drop_table(:providers)
-> 0.0025s
== CreateProviders: reverted (0.0026s) =======================================
== EnvironmentsProducts: reverting ===========================================
-- remove_index(:environment_products, [:environment_id, :product_id])
-> 0.0033s
-- drop_table(:environment_products)
-> 0.0017s
== EnvironmentsProducts: reverted (0.0053s) ==================================
== CreateProducts: reverting =================================================
-- drop_table(:products)
-> 0.0025s
== CreateProducts: reverted (0.0026s) ========================================
== AddEnvironmentPriors: reverting ===========================================
-- drop_table(:environment_priors)
-> 0.0012s
== AddEnvironmentPriors: reverted (0.0014s) ==================================
== CreateEnvironments: reverting =============================================
-- drop_table(:environments)
-> 0.0026s
== CreateEnvironments: reverted (0.0028s) ====================================
== CreateOrganizations: reverting ============================================
-- drop_table(:organizations)
-> 0.0024s
== CreateOrganizations: reverted (0.0026s) ===================================
NOTICE: CREATE TABLE will create implicit sequence "activation_keys_id_seq" for serial column "activation_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "activation_keys_pkey" for table "activation_keys"
NOTICE: CREATE TABLE will create implicit sequence "changeset_dependencies_id_seq" for serial column "changeset_dependencies.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_dependencies_pkey" for table "changeset_dependencies"
NOTICE: CREATE TABLE will create implicit sequence "changeset_distributions_id_seq" for serial column "changeset_distributions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_distributions_pkey" for table "changeset_distributions"
NOTICE: CREATE TABLE will create implicit sequence "changeset_errata_id_seq" for serial column "changeset_errata.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_errata_pkey" for table "changeset_errata"
NOTICE: CREATE TABLE will create implicit sequence "changeset_packages_id_seq" for serial column "changeset_packages.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_packages_pkey" for table "changeset_packages"
NOTICE: CREATE TABLE will create implicit sequence "changeset_users_id_seq" for serial column "changeset_users.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changeset_users_pkey" for table "changeset_users"
NOTICE: CREATE TABLE will create implicit sequence "changesets_id_seq" for serial column "changesets.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "changesets_pkey" for table "changesets"
NOTICE: CREATE TABLE will create implicit sequence "custom_info_id_seq" for serial column "custom_info.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "custom_info_pkey" for table "custom_info"
NOTICE: CREATE TABLE will create implicit sequence "delayed_jobs_id_seq" for serial column "delayed_jobs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "delayed_jobs_pkey" for table "delayed_jobs"
NOTICE: CREATE TABLE will create implicit sequence "environment_products_id_seq" for serial column "environment_products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environment_products_pkey" for table "environment_products"
NOTICE: CREATE TABLE will create implicit sequence "environment_system_groups_id_seq" for serial column "environment_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environment_system_groups_pkey" for table "environment_system_groups"
NOTICE: CREATE TABLE will create implicit sequence "environments_id_seq" for serial column "environments.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "environments_pkey" for table "environments"
NOTICE: CREATE TABLE will create implicit sequence "filters_id_seq" for serial column "filters.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "filters_pkey" for table "filters"
NOTICE: CREATE TABLE will create implicit sequence "gpg_keys_id_seq" for serial column "gpg_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "gpg_keys_pkey" for table "gpg_keys"
NOTICE: CREATE TABLE will create implicit sequence "help_tips_id_seq" for serial column "help_tips.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "help_tips_pkey" for table "help_tips"
NOTICE: CREATE TABLE will create implicit sequence "job_tasks_id_seq" for serial column "job_tasks.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "job_tasks_pkey" for table "job_tasks"
NOTICE: CREATE TABLE will create implicit sequence "jobs_id_seq" for serial column "jobs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "jobs_pkey" for table "jobs"
NOTICE: CREATE TABLE will create implicit sequence "key_pools_id_seq" for serial column "key_pools.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "key_pools_pkey" for table "key_pools"
NOTICE: CREATE TABLE will create implicit sequence "key_system_groups_id_seq" for serial column "key_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "key_system_groups_pkey" for table "key_system_groups"
NOTICE: CREATE TABLE will create implicit sequence "ldap_group_roles_id_seq" for serial column "ldap_group_roles.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "ldap_group_roles_pkey" for table "ldap_group_roles"
NOTICE: CREATE TABLE will create implicit sequence "marketing_engineering_products_id_seq" for serial column "marketing_engineering_products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "marketing_engineering_products_pkey" for table "marketing_engineering_products"
NOTICE: CREATE TABLE will create implicit sequence "notices_id_seq" for serial column "notices.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "notices_pkey" for table "notices"
NOTICE: CREATE TABLE will create implicit sequence "organizations_id_seq" for serial column "organizations.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "organizations_pkey" for table "organizations"
NOTICE: CREATE TABLE will create implicit sequence "permission_tags_id_seq" for serial column "permission_tags.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "permission_tags_pkey" for table "permission_tags"
NOTICE: CREATE TABLE will create implicit sequence "permissions_id_seq" for serial column "permissions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "permissions_pkey" for table "permissions"
NOTICE: CREATE TABLE will create implicit sequence "pools_id_seq" for serial column "pools.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pools_pkey" for table "pools"
NOTICE: CREATE TABLE will create implicit sequence "products_id_seq" for serial column "products.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "products_pkey" for table "products"
NOTICE: CREATE TABLE will create implicit sequence "providers_id_seq" for serial column "providers.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "providers_pkey" for table "providers"
NOTICE: CREATE TABLE will create implicit sequence "repositories_id_seq" for serial column "repositories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "repositories_pkey" for table "repositories"
NOTICE: CREATE TABLE will create implicit sequence "resource_types_id_seq" for serial column "resource_types.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "resource_types_pkey" for table "resource_types"
NOTICE: CREATE TABLE will create implicit sequence "roles_id_seq" for serial column "roles.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "roles_pkey" for table "roles"
NOTICE: CREATE TABLE will create implicit sequence "search_favorites_id_seq" for serial column "search_favorites.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "search_favorites_pkey" for table "search_favorites"
NOTICE: CREATE TABLE will create implicit sequence "search_histories_id_seq" for serial column "search_histories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "search_histories_pkey" for table "search_histories"
NOTICE: CREATE TABLE will create implicit sequence "sync_plans_id_seq" for serial column "sync_plans.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "sync_plans_pkey" for table "sync_plans"
NOTICE: CREATE TABLE will create implicit sequence "system_activation_keys_id_seq" for serial column "system_activation_keys.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_activation_keys_pkey" for table "system_activation_keys"
NOTICE: CREATE TABLE will create implicit sequence "system_groups_id_seq" for serial column "system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_groups_pkey" for table "system_groups"
NOTICE: CREATE TABLE will create implicit sequence "system_system_groups_id_seq" for serial column "system_system_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_system_groups_pkey" for table "system_system_groups"
NOTICE: CREATE TABLE will create implicit sequence "system_template_distributions_id_seq" for serial column "system_template_distributions.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_distributions_pkey" for table "system_template_distributions"
NOTICE: CREATE TABLE will create implicit sequence "system_template_pack_groups_id_seq" for serial column "system_template_pack_groups.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_pack_groups_pkey" for table "system_template_pack_groups"
NOTICE: CREATE TABLE will create implicit sequence "system_template_packages_id_seq" for serial column "system_template_packages.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_packages_pkey" for table "system_template_packages"
NOTICE: CREATE TABLE will create implicit sequence "system_template_pg_categories_id_seq" for serial column "system_template_pg_categories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_pg_categories_pkey" for table "system_template_pg_categories"
NOTICE: CREATE TABLE will create implicit sequence "system_template_repositories_id_seq" for serial column "system_template_repositories.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_template_repositories_pkey" for table "system_template_repositories"
NOTICE: CREATE TABLE will create implicit sequence "system_templates_id_seq" for serial column "system_templates.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "system_templates_pkey" for table "system_templates"
NOTICE: CREATE TABLE will create implicit sequence "systems_id_seq" for serial column "systems.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "systems_pkey" for table "systems"
NOTICE: CREATE TABLE will create implicit sequence "task_statuses_id_seq" for serial column "task_statuses.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "task_statuses_pkey" for table "task_statuses"
NOTICE: CREATE TABLE will create implicit sequence "user_notices_id_seq" for serial column "user_notices.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "user_notices_pkey" for table "user_notices"
NOTICE: CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
NOTICE: CREATE TABLE will create implicit sequence "verbs_id_seq" for serial column "verbs.id"
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "verbs_pkey" for table "verbs"
/usr/bin/ruby -S bundle exec rspec ./spec/controllers/system_errata_controller_spec.rb ./spec/controllers/system_packages_controller_spec.rb ./spec/controllers/promotions_controller_spec.rb ./spec/controllers/search_controller_spec.rb ./spec/controllers/filters_controller_spec.rb ./spec/controllers/users_controller_spec.rb ./spec/controllers/sync_schedules_controller_spec.rb ./spec/controllers/sync_plans_controller_spec.rb ./spec/controllers/providers_controller_spec.rb ./spec/controllers/distributions_controller_spec.rb ./spec/controllers/systems_controller_spec.rb ./spec/controllers/roles_controller_spec.rb ./spec/controllers/dashboard_controller_spec.rb ./spec/controllers/environments_controller_spec.rb ./spec/controllers/system_groups_controller_spec.rb ./spec/controllers/gpg_keys_controller_spec.rb ./spec/controllers/content_search_controller_spec.rb ./spec/controllers/user_session_controller_spec.rb ./spec/controllers/system_templates_controller_spec.rb ./spec/controllers/organizations_controller_spec.rb ./spec/controllers/subscriptions_controller_spec.rb ./spec/controllers/changeset_controller_spec.rb ./spec/controllers/api/sync_controller_spec.rb ./spec/controllers/api/filters_controller_spec.rb ./spec/controllers/api/users_controller_spec.rb ./spec/controllers/api/sync_plans_controller_spec.rb ./spec/controllers/api/templates_controller_spec.rb ./spec/controllers/api/custom_info_controller_spec.rb ./spec/controllers/api/providers_controller_spec.rb ./spec/controllers/api/distributions_controller_spec.rb ./spec/controllers/api/systems_controller_spec.rb ./spec/controllers/api/uebercerts_controller_spec.rb ./spec/controllers/api/roles_controller_spec.rb ./spec/controllers/api/environments_controller_spec.rb ./spec/controllers/api/systems_packages_controller_spec.rb ./spec/controllers/api/changesets_content_controller_spec.rb ./spec/controllers/api/system_groups_controller_spec.rb ./spec/controllers/api/gpg_keys_controller_spec.rb ./spec/controllers/api/organizations_controller_spec.rb ./spec/controllers/api/subscriptions_controller_spec.rb ./spec/controllers/api/permissions_controller_spec.rb ./spec/controllers/api/root_controller_spec.rb ./spec/controllers/api/packages_controller_spec.rb ./spec/controllers/api/products_controller_spec.rb ./spec/controllers/api/tasks_controller_spec.rb ./spec/controllers/api/changesets_controller_spec.rb ./spec/controllers/api/activation_keys_controller_spec.rb ./spec/controllers/api/repositories_controller_spec.rb ./spec/controllers/api/system_group_packages_controller_spec.rb ./spec/controllers/api/templates_content_controller_spec.rb ./spec/controllers/api/errata_controller_spec.rb ./spec/controllers/api/system_group_errata_controller_spec.rb ./spec/controllers/api/puppetclasses_controller_spec.rb ./spec/controllers/system_group_events_controller_spec.rb ./spec/controllers/packages_controller_spec.rb ./spec/controllers/products_controller_spec.rb ./spec/controllers/operations_controller_spec.rb ./spec/controllers/password_resets_controller_spec.rb ./spec/controllers/activation_keys_controller_spec.rb ./spec/controllers/sync_management_controller_spec.rb ./spec/controllers/repositories_controller_spec.rb ./spec/controllers/system_group_packages_controller_spec.rb ./spec/controllers/errata_controller_spec.rb ./spec/controllers/system_group_errata_controller_spec.rb ./spec/controllers/system_events_controller_spec.rb ./spec/controllers/notices_controller_spec.rb ./spec/views/common/_search.html.haml_spec.rb ./spec/views/content/index.html.haml_spec.rb ./spec/views/activation_keys/_new.html.haml_spec.rb ./spec/views/activation_keys/_edit.html.haml_spec.rb ./spec/views/activation_keys/index.html.haml_spec.rb ./spec/views/systems/index.html.haml_spec.rb ./spec/views/operations/index.html.haml_spec.rb ./spec/views/sync_management/index.html.haml_spec.rb ./spec/views/dashboard/show.html.haml_spec.rb ./spec/views/dashboard/index.html.haml_spec.rb ./spec/views/distributions/_show.html.haml_spec.rb ./spec/views/distributions/_filelist.html.haml_spec.rb ./spec/models/role_spec.rb ./spec/models/gpg_key_spec.rb ./spec/models/candlepin_consumer_spec.rb ./spec/models/hypervisor_spec.rb ./spec/models/activation_key_spec.rb ./spec/models/help_tip_spec.rb ./spec/models/orchestration_spec.rb ./spec/models/system_template_spec.rb ./spec/models/product_spec.rb ./spec/models/repo_spec.rb ./spec/models/system_template_package_spec.rb ./spec/models/organization_spec.rb ./spec/models/glue/candlepin/repository_orchestration_spec.rb ./spec/models/custom_info_spec.rb ./spec/models/system_group_spec.rb ./spec/models/permission_spec.rb ./spec/models/system_spec.rb ./spec/models/repository_spec.rb ./spec/models/user_spec.rb ./spec/models/ldap_group_role_spec.rb ./spec/models/provider_spec.rb ./spec/models/distribution_spec.rb ./spec/models/task_status_spec.rb ./spec/models/lazy_accessor_spec.rb ./spec/models/sync_plan_spec.rb ./spec/models/pool_spec.rb ./spec/models/changeset_spec.rb ./spec/models/environment_spec.rb ./spec/models/pulp_task_status_spec.rb ./spec/models/system_template_revision_spec.rb ./spec/models/errata_spec.rb ./spec/lib/cdn_spec.rb ./spec/lib/model_util_spec.rb ./spec/lib/notifications_spec.rb ./spec/lib/mapping_spec.rb ./spec/lib/package_util_spec.rb ./spec/lib/url_matcher_spec.rb ./spec/lib/password_spec.rb ./spec/routing/user_session_routes_spec.rb ./spec/routing/consumers_routing_spec.rb ./spec/routing/environments_routing_spec.rb ./spec/helpers/sync_schedules_helper_spec.rb ./spec/helpers/custom_info_helper_spec.rb ./spec/helpers/environments_helper_spec.rb ./spec/helpers/operations_helper_spec.rb ./spec/helpers/application_info_helper_spec.rb ./spec/helpers/content_helper_spec.rb ./spec/helpers/sync_management_helper_spec.rb ./spec/helpers/content_search_helper_spec.rb ./spec/helpers/dashboard_helper_spec.rb ./spec/helpers/systems_helper_spec.rb ./spec/helpers/puppetclasses_helper_spec.rb ./spec/helpers/katello_url_helper_spec.rb ./spec/helpers/filters_helper_spec.rb ./spec/helpers/sync_plans_helper_spec.rb ./spec/helpers/nodes_helper_spec.rb ./spec/helpers/system_groups_helper_spec.rb ./spec/helpers/hash_util_spec.rb ./spec/helpers/errata_helper_spec.rb ./spec/helpers/users_helper_spec.rb ./spec/helpers/packages_helper_spec.rb
monkey eats only a banana! (this monkey needs rspec 2.(7-10))
./spec/support/monkey_rspec_trac_creation_line_of_mocks.rb:10
......*.............................../home/utest/katello/src/app/controllers/promotions_controller.rb:113: warning: Object#id will be deprecated; use Object#object_id
./home/utest/katello/src/app/controllers/promotions_controller.rb:199: warning: Object#id will be deprecated; use Object#object_id
.......................................................................................................**.......................................................................................*...................Jammit Warning: No assets match 'public/stylesheets/compiled/sections/operations.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/tabs.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/fancyqueries.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/content_search.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/orgs.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/contents.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/notifications.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/loginpage.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/widgets/tipsy_custom.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/widgets/path_selector.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/fancyqueries.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/katello.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/dashboard.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/systems.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/generic.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/ie.css'
Jammit Warning: No assets match 'public/stylesheets/compiled/sections/subscriptions.css'
................**.An expectation of :install_packages was set on nil. Called from /home/utest/katello/src/spec/controllers/systems_controller_spec.rb:599. Use allow_message_expectations_on_nil to disable warnings.
.**.An expectation of :install_package_groups was set on nil. Called from /home/utest/katello/src/spec/controllers/systems_controller_spec.rb:629. Use allow_message_expectations_on_nil to disable warnings.
.*******.An expectation of :uninstall_packages was set on nil. Called from /home/utest/katello/src/spec/controllers/systems_controller_spec.rb:698. Use allow_message_expectations_on_nil to disable warnings.
.**.An expectation of :uninstall_packages_groups was set on nil. Called from /home/utest/katello/src/spec/controllers/systems_controller_spec.rb:728. Use allow_message_expectations_on_nil to disable warnings.
.**.An expectation of :install_errata was set on nil. Called from /home/utest/katello/src/spec/controllers/systems_controller_spec.rb:758. Use allow_message_expectations_on_nil to disable warnings.
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................*...................*****.........................................................................................................*................................................................................................................................................................................................................................................................................................................................**............................................*..........................................................................................................................................................................................................................................................................................................................................................................................................................****...******............*******
Pending:
SystemErrataController main viewing systems and requesting errata with a bad filter type should be unsuccessful
# Not Yet Implemented
# ./spec/controllers/system_errata_controller_spec.rb:102
ProvidersController update a provider subscriptions should update a provider subscription
# Not Yet Implemented
# ./spec/controllers/providers_controller_spec.rb:49
ProvidersController update a provider subscriptions should try to force a provider update
# Not Yet Implemented
# ./spec/controllers/providers_controller_spec.rb:59
SystemsController main viewing systems with an offset should return a portion of systems
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:176
SystemsController main bulk actions package actions add packages should support receiving list of package names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:576
SystemsController main bulk actions package actions add packages should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:583
SystemsController main bulk actions package actions add package groups should support receiving list of group names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:606
SystemsController main bulk actions package actions add package groups should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:613
SystemsController main bulk actions package actions update packages should support receiving list of package names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:636
SystemsController main bulk actions package actions update packages should support receiving an empty list to support update-all
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:643
SystemsController main bulk actions package actions update packages should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:650
SystemsController main bulk actions package actions update package groups should support receiving list of group names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:659
SystemsController main bulk actions package actions update package groups should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:666
SystemsController main bulk actions package actions remove packages should support receiving list of package names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:675
SystemsController main bulk actions package actions remove packages should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:682
SystemsController main bulk actions package actions remove package groups should support receiving list of group names
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:705
SystemsController main bulk actions package actions remove package groups should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:712
SystemsController main bulk actions package actions install errata should support receiving list of errata
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:735
SystemsController main bulk actions package actions install errata should generate a notice on success
# Not Yet Implemented
# ./spec/controllers/systems_controller_spec.rb:742
content/index.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/content/index.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/content/index.html.haml_spec.rb:16
systems/index.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/systems/index.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/systems/index.html.haml_spec.rb:16
operations/index.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/operations/index.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/operations/index.html.haml_spec.rb:16
sync_management/index.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/sync_management/index.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/sync_management/index.html.haml_spec.rb:16
dashboard/show.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/dashboard/show.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/dashboard/show.html.haml_spec.rb:16
dashboard/index.html.haml add some examples to (or delete) /home/utest/katello/src/spec/views/dashboard/index.html.haml_spec.rb
# Not Yet Implemented
# ./spec/views/dashboard/index.html.haml_spec.rb:16
HelpTip add some examples to (or delete) /home/utest/katello/src/spec/models/help_tip_spec.rb
# Not Yet Implemented
# ./spec/models/help_tip_spec.rb:16
System host-guest relation guest system
# Not Yet Implemented
# ./spec/models/system_spec.rb:335
System host-guest relation host system
# Not Yet Implemented
# ./spec/models/system_spec.rb:345
LdapGroupRole add some examples to (or delete) /home/utest/katello/src/spec/models/ldap_group_role_spec.rb
# Not Yet Implemented
# ./spec/models/ldap_group_role_spec.rb:4
SyncSchedulesHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/sync_schedules_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/sync_schedules_helper_spec.rb:14
CustomInfoHelper add tests for CustomInfoHelper::consolidate()
# Not Yet Implemented
# ./spec/helpers/custom_info_helper_spec.rb:16
EnvironmentsHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/environments_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/environments_helper_spec.rb:26
OperationsHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/operations_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/operations_helper_spec.rb:26
ContentHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/content_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/content_helper_spec.rb:26
SyncManagementHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/sync_management_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/sync_management_helper_spec.rb:26
ContentSearchHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/content_search_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/content_search_helper_spec.rb:14
DashboardHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/dashboard_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/dashboard_helper_spec.rb:26
SystemsHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/systems_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/systems_helper_spec.rb:26
PuppetclassesHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/puppetclasses_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/puppetclasses_helper_spec.rb:26
FiltersHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/filters_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/filters_helper_spec.rb:14
SyncPlansHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/sync_plans_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/sync_plans_helper_spec.rb:14
NodesHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/nodes_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/nodes_helper_spec.rb:26
SystemGroupsHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/system_groups_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/system_groups_helper_spec.rb:16
ErrataHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/errata_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/errata_helper_spec.rb:26
UsersHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/users_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/users_helper_spec.rb:26
PackagesHelper add some examples to (or delete) /home/utest/katello/src/spec/helpers/packages_helper_spec.rb
# Not Yet Implemented
# ./spec/helpers/packages_helper_spec.rb:26
Finished in 1138.14 seconds
2284 examples, 0 failures, 46 pending
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment