Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
105
Merge Requests
105
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
44243a87
Commit
44243a87
authored
Nov 15, 2023
by
Kazuhiko Shiozaki
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/erp5: use READ COMMITTED isolation level in cmf_activity_sql_connection.
parent
189107a5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
stack/erp5/buildout.hash.cfg
stack/erp5/buildout.hash.cfg
+2
-2
stack/erp5/instance-zope.cfg.in
stack/erp5/instance-zope.cfg.in
+1
-0
stack/erp5/zope.conf.in
stack/erp5/zope.conf.in
+1
-1
No files found.
stack/erp5/buildout.hash.cfg
View file @
44243a87
...
...
@@ -34,7 +34,7 @@ md5sum = 97b70cdd32616e21cbf4e2f2e6828526
[template-zope-conf]
filename = zope.conf.in
md5sum =
07c9d4ced9945fe3ad80e75b493af29e
md5sum =
26b323080f2d53a302e178349268e112
[site-zcml]
filename = site.zcml
...
...
@@ -90,7 +90,7 @@ md5sum = 0ac4b74436f554cd677f19275d18d880
[template-zope]
filename = instance-zope.cfg.in
md5sum =
9547bacad0635b0f64cac48f15c4e9ae
md5sum =
88a7e8a669e787dcce490ddbd16611bb
[template-balancer]
filename = instance-balancer.cfg.in
...
...
stack/erp5/instance-zope.cfg.in
View file @
44243a87
...
...
@@ -537,6 +537,7 @@ inline =
command-name = runUnitTest
command-line-extra =
--erp5_sql_connection_string '{{ connection_string_list[0] }}'
--cmf_activity_sql_connection_string '!READ-COMMITTED {{ connection_string_list[0] }}'
--extra_sql_connection_string_list '{{ ','.join(connection_string_list[1:]) }}'
--zserver {{ test_runner_address_list[0][0] ~ ':' ~ test_runner_address_list[0][1] }}
--zserver_frontend_url {{ slapparameter_dict['test-runner-balancer-url-list'][0] }}
...
...
stack/erp5/zope.conf.in
View file @
44243a87
...
...
@@ -71,7 +71,7 @@ trusted-proxy 0.0.0.0
id {{ parameter_dict['site-id'] }}
owner {{ parameter_dict['inituser'] }}
erp5_sql_connection_string {{ sql_connection_string }}
cmf_activity_sql_connection_string {{ sql_connection_string }}
cmf_activity_sql_connection_string
!READ-COMMITTED
{{ sql_connection_string }}
bt5_repository_url {{ ' '.join(bt5_repository_url) }}
bt5 {{ parameter_dict['bt5'] }}
{%- if parameter_dict['id-store-interval'] != None %}
...
...
Kazuhiko Shiozaki
@kazuhiko
mentioned in commit
f4e792d7
·
Sep 28, 2024
mentioned in commit
f4e792d7
mentioned in commit f4e792d7bfb2c2949d383ad2c5ccfdce3aa101f3
Toggle commit list
Kazuhiko Shiozaki
@kazuhiko
mentioned in commit
12d8601b
·
Sep 28, 2024
mentioned in commit
12d8601b
mentioned in commit 12d8601b10cffea6f2ffa8a5a848ad2b24ae09d1
Toggle commit list
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