Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
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
Carlos Ramos Carreño
wendelin.core
Commits
ff8bd199
Commit
ff8bd199
authored
Nov 16, 2021
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: Cosmetics
parent
068f97c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
.nxdtest
.nxdtest
+2
-2
bigfile/tests/test_virtmem.c
bigfile/tests/test_virtmem.c
+2
-1
lib/tests/test_zodb.py
lib/tests/test_zodb.py
+1
-1
No files found.
.nxdtest
View file @
ff8bd199
...
...
@@ -9,9 +9,9 @@ for kind in ['t', 'fault', 'asan', 'tsan']:
t = 'test.%s' % kind
envadj = {}
# test.fault: on Ubuntu, when apport is registerd in /proc/sys/kernel/core_pattern,
# test.fault: on Ubuntu, when apport is register
e
d in /proc/sys/kernel/core_pattern,
# it is apport which is run to process core. Apport dumps core for us, but
# rejects to run in par
ra
lel with the following message in its log:
# rejects to run in par
al
lel with the following message in its log:
# ERROR: apport ...: another apport instance is already running, aborting
# this way, when test.fault tests are run in parallel, some of them fail to
# find core corresponding to expected crash.
...
...
bigfile/tests/test_virtmem.c
View file @
ff8bd199
...
...
@@ -34,7 +34,7 @@
#include "../../t/t_utils.h"
#include "../../t/t_utils.c"
/* test_vmamap verifies addr -> VMA lookup. */
void
test_vmamap
()
{
VMA
vma1
,
vma2
,
vma3
;
...
...
@@ -805,6 +805,7 @@ void test_file_access_synthetic(void)
CHECK_MRU
(
page2
,
page0
,
page3
);
CHECK_DIRTY
(
/*empty*/
);
/* invalidation */
diag
(
"invalidate"
);
mkdirty2
();
...
...
lib/tests/test_zodb.py
View file @
ff8bd199
...
...
@@ -293,7 +293,7 @@ def test_zconn_at():
assert
zconn_at
(
conn2
)
==
at0
# reopen conn2 -> view upated to @at1_
# reopen conn2 -> view up
d
ated to @at1_
conn2
.
close
()
conn2_
=
db
.
open
(
transaction_manager
=
tm1
)
assert
conn2_
is
conn2
# from DB pool
...
...
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