[obs-commits] [openSUSE/open-build-service] f4281e: [ci] Reset the cache before each rspec suite
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f4281e3879e93e84eadbcb3f64441bd023e303a1 https://github.com/openSUSE/open-build-service/commit/f4281e3879e93e84eadbcb... Author: Stephan Kulow <coolo@suse.de> Date: 2018-06-29 (Fri, 29 Jun 2018) Changed paths: M src/api/spec/rails_helper.rb A src/api/spec/support/cache.rb Log Message: ----------- [ci] Reset the cache before each rspec suite With things like database_cleaner you really want to make sure that tests don't pollute each other with stale cache items (rails defaults to null_store in test environment, but that's a harsher measure) Commit: 790417d99ab754fa74c3b1d836009a758115f1d2 https://github.com/openSUSE/open-build-service/commit/790417d99ab754fa74c3b1... Author: Stephan Kulow <coolo@suse.de> Date: 2018-06-29 (Fri, 29 Jun 2018) Changed paths: A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_that_requires_authentication/and_Negotiate_header_is_not_set/informs_the_client_tool_browser_that_kerberos_authentication_is_required.yml A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_that_requires_authentication/and_Negotiate_header_is_not_set/informs_users_about_failed_kerberos_authentication_and_possible_cause.yml A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_with_valid_kerberos_ticket/authenticates_the_user.yml M src/api/spec/cassettes/Login/login_via_widget.yml Log Message: ----------- [ci] Without cache we need more cassettes Commit: fd08798f017b52885f0f3e6c105b1748972b497b https://github.com/openSUSE/open-build-service/commit/fd08798f017b52885f0f3e... Author: Stephan Kulow <stephan@kulow.org> Date: 2018-07-02 (Mon, 02 Jul 2018) Changed paths: A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_that_requires_authentication/and_Negotiate_header_is_not_set/informs_the_client_tool_browser_that_kerberos_authentication_is_required.yml A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_that_requires_authentication/and_Negotiate_header_is_not_set/informs_users_about_failed_kerberos_authentication_and_possible_cause.yml A src/api/spec/cassettes/Login/in_kerberos_mode/for_a_request_with_valid_kerberos_ticket/authenticates_the_user.yml M src/api/spec/cassettes/Login/login_via_widget.yml M src/api/spec/rails_helper.rb A src/api/spec/support/cache.rb Log Message: ----------- Merge pull request #5256 from coolo/reset_cache [ci] Reset the cache before each rspec suite Compare: https://github.com/openSUSE/open-build-service/compare/307d8e9864aa...fd0879... **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Stephan Kulow