Closed mathieucarbou closed 1 year ago
@mobasherul : please look at my latest changes here: https://github.com/Terracotta-OSS/terracotta-platform/compare/0ce655c11ae9ea5152d295e8726eed4562be1b93..3e964db3f6809998d01c4b33e6dac2ff381b660d
Test were failing because of this: https://github.com/Terracotta-OSS/terracotta-platform/compare/0ce655c11ae9ea5152d295e8726eed4562be1b93..3e964db3f6809998d01c4b33e6dac2ff381b660d#diff-fd2d62ddaa2a6b2a659c9ff9f46f05dbc66265e3ded1a1868d1787ed7f7cf754L126-L127 : I was constructing the fetcher with the field connctionTimeout, not the user-overridden value connTimeout which can be set to null when callers want short timeouts
connctionTimeout
connTimeout
@mobasherul : please look at my latest changes here: https://github.com/Terracotta-OSS/terracotta-platform/compare/0ce655c11ae9ea5152d295e8726eed4562be1b93..3e964db3f6809998d01c4b33e6dac2ff381b660d
Test were failing because of this: https://github.com/Terracotta-OSS/terracotta-platform/compare/0ce655c11ae9ea5152d295e8726eed4562be1b93..3e964db3f6809998d01c4b33e6dac2ff381b660d#diff-fd2d62ddaa2a6b2a659c9ff9f46f05dbc66265e3ded1a1868d1787ed7f7cf754L126-L127 : I was constructing the fetcher with the field
connctionTimeout
, not the user-overridden valueconnTimeout
which can be set to null when callers want short timeouts