Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
eb1c3c5c
Commit
eb1c3c5c
authored
6 years ago
by
andreykproductengine
Browse files
Options
Downloads
Patches
Plain Diff
Fix for teamcity W64 build freeze.
parent
59e47021
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/llcorehttp/tests/test_httprequest.hpp
+4
-0
4 additions, 0 deletions
indra/llcorehttp/tests/test_httprequest.hpp
with
4 additions
and
0 deletions
indra/llcorehttp/tests/test_httprequest.hpp
+
4
−
0
View file @
eb1c3c5c
...
@@ -2903,6 +2903,9 @@ void HttpRequestTestObjectType::test<22>()
...
@@ -2903,6 +2903,9 @@ void HttpRequestTestObjectType::test<22>()
set_test_name
(
"BUG-2295"
);
set_test_name
(
"BUG-2295"
);
#if LL_WINDOWS && ADDRESS_SIZE == 64
skip
(
"BUG-2295 - partial load on W64 causes freeze"
);
#endif
// Handler can be stack-allocated *if* there are no dangling
// Handler can be stack-allocated *if* there are no dangling
// references to it after completion of this method.
// references to it after completion of this method.
// Create before memory record as the string copy will bump numbers.
// Create before memory record as the string copy will bump numbers.
...
@@ -2921,6 +2924,7 @@ void HttpRequestTestObjectType::test<22>()
...
@@ -2921,6 +2924,7 @@ void HttpRequestTestObjectType::test<22>()
// options set
// options set
options
=
HttpOptions
::
ptr_t
(
new
HttpOptions
());
options
=
HttpOptions
::
ptr_t
(
new
HttpOptions
());
options
->
setRetries
(
1
);
// Partial_File is retryable and can timeout in here
options
->
setRetries
(
1
);
// Partial_File is retryable and can timeout in here
options
->
setDNSCacheTimeout
(
30
);
// Get singletons created
// Get singletons created
HttpRequest
::
createService
();
HttpRequest
::
createService
();
...
...
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