You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/08 19:59:04 UTC

[GitHub] [trafficserver] ywkaras commented on a change in pull request #7262: Make TSUrlSchemeGet() return scheme implied by URL type when there is no explicit scheme.

ywkaras commented on a change in pull request #7262:
URL: https://github.com/apache/trafficserver/pull/7262#discussion_r501978141



##########
File path: tests/tools/plugins/test_tsapi.cc
##########
@@ -28,14 +28,6 @@ Regression testing code for TS API.  Not comprehensive, hopefully will be built
 #include <ts/ts.h>
 #include <tscpp/util/PostScript.h>
 
-// TSReleaseAssert() doesn't seem to produce any logging output for a debug build, so do both kinds of assert.
-//
-#define ALWAYS_ASSERT(EXPR) \
-  {                         \
-    TSAssert(EXPR);         \
-    TSReleaseAssert(EXPR);  \
-  }
-

Review comment:
       Some unrelated cleanup, included in this PR.




----------------------------------------------------------------
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:
users@infra.apache.org