This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 6f2194ee06 Remove test references to DelayTransformation.so (#10325)
6f2194ee06 is described below
commit 6f2194ee06cba87329d6b50e347a4112766e4dc5
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Aug 31 17:18:00 2023 -0500
Remove test references to DelayTransformation.so (#10325)
This is a follow up to #10235. #10235 removed all cpp-api plugins, of
which DelayTransformation.so was one. This removes the corresponding
autest for that plugin since it is no longer applicable and will
otherwise always just be skipped because the .so isn't in the install
directory.
---
tests/README.md | 3 -
.../CppDelayTransformation.test.py | 70 ----------------------
.../pluginTest/CppDelayTransformation/body.gold | 1 -
3 files changed, 74 deletions(-)
diff --git a/tests/README.md b/tests/README.md
index 90b8532331..c5a97c3180 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -57,9 +57,6 @@ is the path to `bin` directory of your TrafficServer
installation prefix:
pipenv detected!
Using the pre-existing virtual environment.
Environment config finished. Running AuTest...
- Running Test CppDelayTransformation: Skipped
- Warning: Skipping test CppDelayTransformation because:
- /opt/ats/libexec/trafficserver/DelayTransformationPlugin.so not found.
Running Test TSVConnFd:F Failed
Running Test accept_timeout: Skipped
Warning: Skipping test accept_timeout because:
diff --git
a/tests/gold_tests/pluginTest/CppDelayTransformation/CppDelayTransformation.test.py
b/tests/gold_tests/pluginTest/CppDelayTransformation/CppDelayTransformation.test.py
deleted file mode 100644
index bcfaf11109..0000000000
---
a/tests/gold_tests/pluginTest/CppDelayTransformation/CppDelayTransformation.test.py
+++ /dev/null
@@ -1,70 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-import os
-
-
-Test.Summary = '''
-Test CPPAPI example plugin DelayTransformation
-'''
-
-Test.SkipUnless(
- Condition.PluginExists("DelayTransformationPlugin.so")
-)
-
-server = Test.MakeOriginServer("server")
-
-resp_body = "1234567890" "1234567890" "1234567890" "1234567890" "1234567890"
"\n"
-
-server.addResponse(
- "sessionlog.json",
- {
- "headers":
- "GET / HTTP/1.1\r\n"
- "Host: does_not_matter"
- "\r\n",
- "timestamp": "1469733493.993",
- },
- {
- "headers":
- "HTTP/1.1 200 OK\r\n"
- "Connection: close\r\n"
- f"Content-Length: {len(resp_body)}\r\n"
- "\r\n",
- "timestamp": "1469733493.993",
- "body": resp_body
- }
-)
-
-ts = Test.MakeATSProcess("ts")
-
-ts.Disk.plugin_config.AddLine("DelayTransformationPlugin.so")
-
-ts.Disk.records_config.update({
- 'proxy.config.diags.debug.enabled': 1,
- 'proxy.config.diags.debug.tags': 'delay_transformation',
-})
-
-ts.Disk.remap_config.AddLine(
- f'map http://xyz/ http://127.0.0.1:{server.Variables.Port}/'
-)
-
-tr = Test.AddTestRun()
-tr.Processes.Default.StartBefore(server)
-tr.Processes.Default.StartBefore(ts)
-tr.Processes.Default.Command = f"curl --verbose --proxy
127.0.0.1:{ts.Variables.port} http://xyz/"
-tr.Processes.Default.Streams.stdout = "body.gold"
-tr.Processes.Default.ReturnCode = 0
diff --git a/tests/gold_tests/pluginTest/CppDelayTransformation/body.gold
b/tests/gold_tests/pluginTest/CppDelayTransformation/body.gold
deleted file mode 100644
index b64e65b6bb..0000000000
--- a/tests/gold_tests/pluginTest/CppDelayTransformation/body.gold
+++ /dev/null
@@ -1 +0,0 @@
-12345678901234567890123456789012345678901234567890