[ARVADOS] updated: 2.1.0-1554-ge3ebc4a38
Git user
git at public.arvados.org
Thu Oct 28 16:13:29 UTC 2021
Summary of changes:
services/api/test/test_helper.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
discards 63f15dacf4045d76a294b3a8101ac144d4ac4ca2 (commit)
via e3ebc4a384a9543454e20f160d7e0c78c528e09d (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (63f15dacf4045d76a294b3a8101ac144d4ac4ca2)
\
N -- N -- N (e3ebc4a384a9543454e20f160d7e0c78c528e09d)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e3ebc4a384a9543454e20f160d7e0c78c528e09d
Author: Ward Vandewege <ward at curii.com>
Date: Thu Oct 28 11:59:28 2021 -0400
Make sure our test schema is always updated.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/test/test_helper.rb b/services/api/test/test_helper.rb
index 843d4f1b2..cc19197d9 100644
--- a/services/api/test/test_helper.rb
+++ b/services/api/test/test_helper.rb
@@ -36,6 +36,9 @@ require 'rails/test_help'
require 'mocha'
require 'mocha/minitest'
+# Make sure our test schema is always up to date
+ActiveRecord::Migration.maintain_test_schema!
+
module ArvadosTestSupport
def json_response
Oj.strict_load response.body
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list