dragon512 commented on a change in pull request #7668:
URL: https://github.com/apache/trafficserver/pull/7668#discussion_r605925977
##########
File path: tests/gold_tests/pluginTest/lua/lua_watermark.test.py
##########
@@ -41,9 +43,16 @@
ts.Disk.remap_config.AddLine(
'map / http://127.0.0.1:{}/'.format(server.Variables.Port) +
- ' @plugin=tslua.so @pparam={}/watermark.lua'.format(Test.TestDirectory)
+ ' @plugin=tslua.so @pparam=watermark.lua'
)
+# Configure the tslua's configuration file.
+ts.Setup.Copy("watermark.lua", ts.Variables.CONFIGDIR)
+watermark_path = os.path.join(ts.Variables.CONFIGDIR, "watermark.lua")
+ts.Setup.Chown(watermark_path, "nobody", "nobody", ignore=True)
Review comment:
I am seeing a number of these items... Why is trafficserver.ext not
doing this correctly??
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]