Skip to content

Conversation

@JosiahWI
Copy link
Contributor

The test improperly assigned an IncludesExpression to traffic_out.All instead of traffic_out.Content, so it was not getting checked.

The test improperly assigned an IncludesExpression to traffic_out.All
instead of traffic_out.Content, so it was not getting checked.
if check_for_max_idle_timeout:
tr.Processes.Default.ReturnCode = 1 # timeout
self._ts.Disk.traffic_out.All = Testers.IncludesExpression(
self._ts.Disk.traffic_out.Content += Testers.IncludesExpression(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good finding! thanks

@maskit maskit added this to the 10.0.0 milestone May 24, 2023
@maskit maskit added the QUIC label May 24, 2023
Copy link
Member

@maskit maskit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@maskit maskit merged commit 2e71564 into apache:master May 24, 2023
@JosiahWI JosiahWI deleted the fix/quic-no-activity-timeout-test branch May 24, 2023 19:54
cmcfarlen pushed a commit to cmcfarlen/trafficserver that referenced this pull request Jun 3, 2024
* asf/master:
  Fix Via header on H3 connections (apache#9758)
  Add ssrc and surc log fields for server simple/unavail retry counts. (apache#9694)
  Term standardization: dead/down server -> down server (apache#9582)
  Fix a crash caused by a HTTP/2 GET request with a body (apache#9738)
  Add configuration for UDP poll timeout (apache#9733)
  Fix quic_no_activity_timeout test (apache#9737)
  Updates to cmake install to get a running ATS from a fresh install (apache#9735)
  Make config.proxy.http.no_dns_just_forward_to_parent overridable (apache#9728)
  Fix a potential crash due to use-after-free on QUIC connections (apache#9715)
  Doc: Clarify that connect ports can have multiple values (apache#9713)
  Add BRAVO Reader-Writer Lock (apache#9394)
  Cleanup: Fix format of doc corruption message (apache#9725)
  Don't build traffic_quic command (apache#9726)
  Fix protocol version in request Via header (apache#9716)
  Fix TS_HTTP_REQUEST_TRANSFORM_HOOK Tunnel Processing (apache#9724)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants