Skip to content

Commit

Permalink
external memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu Carpa committed Oct 11, 2023
1 parent 6176fcd commit e21a4d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions etc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ services:
image: docker.io/elasticsearch:7.4.0
environment:
- discovery.type=single-node
memcached:
image: docker.io/memcached
activemq:
image: docker.io/webcenter/activemq:latest
environment:
Expand Down
3 changes: 3 additions & 0 deletions etc/docker/test/extra/rucio_autotests_common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ pool_recycle=3600
echo=0
pool_reset_on_return=rollback

[cache]
url = memcached:11211

[bootstrap]
# Hardcoded salt = 0, String = secret, Python: hashlib.sha256("0secret").hexdigest()
userpass_identity = ddmlab
Expand Down
3 changes: 0 additions & 3 deletions tools/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ do
esac
done

echo 'Clearing memcache'
echo flush_all > /dev/tcp/127.0.0.1/11211

echo 'Graceful restart of Apache'
httpd -k graceful

Expand Down

0 comments on commit e21a4d0

Please sign in to comment.