diff --git a/skywalking/config.py b/skywalking/config.py index 5a95483e..8741f493 100644 --- a/skywalking/config.py +++ b/skywalking/config.py @@ -96,14 +96,3 @@ def finalize(): global RE_IGNORE_PATH RE_IGNORE_PATH = re.compile('%s|%s' % (suffix, path)) - - -def serialize(): - glob = globals() - - return {key: glob[key] for key in options} - - -def deserialize(data): - init(**data) - finalize() diff --git a/tests/plugin/sw_rabbitmq/docker-compose.yml b/tests/plugin/sw_rabbitmq/docker-compose.yml index acb80438..a4e0da4e 100644 --- a/tests/plugin/sw_rabbitmq/docker-compose.yml +++ b/tests/plugin/sw_rabbitmq/docker-compose.yml @@ -24,7 +24,7 @@ services: file: ../docker/docker-compose.base.yml rabbitmq-server: - image: rabbitmq:latest + image: rabbitmq:3.8.18 hostname: rabbitmq-server ports: - 5672:5672