You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2023/01/17 17:53:03 UTC

[allura] branch dw/8490 created (now 8c6a29f97)

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a change to branch dw/8490
in repository https://gitbox.apache.org/repos/asf/allura.git


      at 8c6a29f97 [#8490] fix some tests failing when in parallel

This branch includes the following new commits:

     new 8c6a29f97 [#8490] fix some tests failing when in parallel

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[allura] 01/01: [#8490] fix some tests failing when in parallel

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch dw/8490
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 8c6a29f9793aa36692d0ce5e66bb90fa3a81296c
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Tue Jan 17 17:52:54 2023 +0000

    [#8490] fix some tests failing when in parallel
---
 Allura/allura/tests/unit/__init__.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Allura/allura/tests/unit/__init__.py b/Allura/allura/tests/unit/__init__.py
index 4097ac952..bd3e172a0 100644
--- a/Allura/allura/tests/unit/__init__.py
+++ b/Allura/allura/tests/unit/__init__.py
@@ -38,6 +38,10 @@ class MockPatchTestCase:
 
 class WithDatabase(MockPatchTestCase):
 
+    @classmethod
+    def setup_class(cls):
+        setup_basic_test()
+
     def setup_method(self, method):
         super().setup_method(method)
         clear_all_database_tables()