Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver
Tor
Commits
5b345c69
Commit
5b345c69
authored
4 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge branch 'maint-0.4.2' into release-0.4.2
parents
feecf46e
45d98304
No related branches found
Branches containing commit
Tags
tor-0.2.2.5-alpha
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/bug40099
+4
-0
4 additions, 0 deletions
changes/bug40099
src/test/test_rendcache.c
+1
-1
1 addition, 1 deletion
src/test/test_rendcache.c
with
5 additions
and
1 deletion
changes/bug40099
0 → 100644
+
4
−
0
View file @
5b345c69
o Minor bugfixes (tests):
- Fix the behavior of the rend_cache/clean_v2_descs_as_dir when run on
its own. Previously, it would exit with an error.
Fixes bug 40099; bugfix on 0.2.8.1-alpha.
This diff is collapsed.
Click to expand it.
src/test/test_rendcache.c
+
1
−
1
View file @
5b345c69
...
...
@@ -1101,6 +1101,7 @@ test_rend_cache_clean_v2_descs_as_dir(void *data)
desc
->
timestamp
=
now
;
desc
->
pk
=
pk_generate
(
0
);
e
->
parsed
=
desc
;
rend_cache_increment_allocation
(
rend_cache_entry_allocation
(
e
));
digestmap_set
(
rend_cache_v2_dir
,
key
,
e
);
/* Set the cutoff to minus 10 seconds. */
...
...
@@ -1250,4 +1251,3 @@ struct testcase_t rend_cache_tests[] = {
test_rend_cache_validate_intro_point_failure
,
0
,
NULL
,
NULL
},
END_OF_TESTCASES
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment