XDF / catz

The world's most advanced cat show photo engine
https://catza.net/
0 stars 0 forks source link

Caching not working on windows #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
..\t\header.t ..... 29/?
#   Failed test 'X-Catz-Origin: cache'
#   at ..\t\header.t line 100.
#          got: 'dynamic'
#     expected: 'cache'

#   Failed test 'X-Catz-Origin: cache'
#   at ..\t\header.t line 100.
#          got: 'dynamic'
#     expected: 'cache'

#   Failed test 'X-Catz-Origin: cache'
#   at ..\t\header.t line 100.
#          got: 'dynamic'
#     expected: 'cache'

...

Original issue reported on code.google.com by heikki.s...@gmail.com on 5 Mar 2014 at 7:52

GoogleCodeExporter commented 9 years ago
Seems that Memcached is running amok (full CPU).

Original comment by heikki.s...@gmail.com on 5 Mar 2014 at 7:52

GoogleCodeExporter commented 9 years ago
Now testing with tunneling the memcached traffic from windows to the linux 
server. So no longer using the old buggy windows memcached binary.

Original comment by heikki.s...@gmail.com on 14 Mar 2014 at 5:49

GoogleCodeExporter commented 9 years ago
The issue exists even with linux memcached.

Original comment by heikki.s...@gmail.com on 14 Mar 2014 at 6:15

GoogleCodeExporter commented 9 years ago
And some tests time out due to tunneling slowness.

Original comment by heikki.s...@gmail.com on 14 Mar 2014 at 6:21

GoogleCodeExporter commented 9 years ago
Files=23, Tests=9560, 996 wallclock secs ( 1.65 usr +  0.28 sys =  1.93 CPU)

Original comment by heikki.s...@gmail.com on 14 Mar 2014 at 6:36

GoogleCodeExporter commented 9 years ago
This is a minor issue since the production is on Linux.

Original comment by heikki.s...@gmail.com on 17 Apr 2014 at 7:30

GoogleCodeExporter commented 9 years ago
No longer using Windows: moved the development environment to ubuntu virtual 
machine running on VirtualBox.

Original comment by heikki.s...@gmail.com on 28 Sep 2014 at 7:54