Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
2bd95ea0
Commit
2bd95ea0
authored
Oct 24, 2019
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nextcloud: use shorter paths for test
Nextcloud's redis is causing `AF_UNIX path too long` on test nodes.
parent
997aa7fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
software/nextcloud/test/test.py
software/nextcloud/test/test.py
+3
-0
No files found.
software/nextcloud/test/test.py
View file @
2bd95ea0
...
@@ -174,6 +174,7 @@ class NextCloudTestCase(InstanceTestCase):
...
@@ -174,6 +174,7 @@ class NextCloudTestCase(InstanceTestCase):
class
TestServices
(
NextCloudTestCase
):
class
TestServices
(
NextCloudTestCase
):
__partition_reference__
=
'ncs'
def
test_process_list
(
self
):
def
test_process_list
(
self
):
hash_list
=
[
hash_list
=
[
...
@@ -275,6 +276,8 @@ class TestServices(NextCloudTestCase):
...
@@ -275,6 +276,8 @@ class TestServices(NextCloudTestCase):
class
TestNextCloudParameters
(
NextCloudTestCase
):
class
TestNextCloudParameters
(
NextCloudTestCase
):
__partition_reference__
=
'ncp'
@
classmethod
@
classmethod
def
getInstanceParameterDict
(
cls
):
def
getInstanceParameterDict
(
cls
):
return
{
return
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment