On 27 May 2017, at 15:26, James Peach wrote:

Hi all,

The remap_http autest case seems to be broken on master:

[jpeach@sk1 trafficserver]$ ./tests/autest.sh --ats-bin=/opt/ats/bin
Running Test basic:. Passed
Running Test basic-cop:. Passed
Running Test basic-manager:. Passed
Running Test cache-generation-clear:...... Passed
Running Test cache-generation-disjoint:...... Passed
Running Test config:. Passed
Running Test copy_config:.. Passed
Running Test copy_config2:.. Passed
Running Test custom-log:......... Passed
Running Test custom_response: Skipped
Warning: Skipping test custom_response because:
 This test fails at the moment as is turned off
Running Test disjoint-wait-for-cache: Skipped
Warning: Skipping test disjoint-wait-for-cache because:
 This test fails at the moment as is turned off
Running Test header_rewrite:. Passed
Running Test http2:... Passed
Running Test remap_http:FFFFFF Failed
Running Test remap_https:....... Passed
Running Test via:.... Passed

Running 3 times in a row gave me 3 different results …

[jpeach@sk1 trafficserver]$ ./tests/autest.sh --ats-bin=/opt/ats/bin
Running Test basic:. Passed
Running Test basic-cop:. Passed
Running Test basic-manager:. Passed
Running Test cache-generation-clear:...... Passed
Running Test cache-generation-disjoint:...... Passed
Running Test config:. Passed
Running Test copy_config:.. Passed
Running Test copy_config2:.. Passed
Running Test custom-log:F Failed
Running Test custom_response: Skipped
Warning: Skipping test custom_response because:
 This test fails at the moment as is turned off
Running Test disjoint-wait-for-cache: Skipped
Warning: Skipping test disjoint-wait-for-cache because:
 This test fails at the moment as is turned off
Running Test header_rewrite:. Passed
Running Test http2:... Passed
Running Test remap_http:FFFFFF Failed
Running Test remap_https:....... Passed
Running Test via:.... Passed

[jpeach@sk1 trafficserver]$ ./tests/autest.sh --ats-bin=/opt/ats/bin
Running Test basic:. Passed
Running Test basic-cop:. Passed
Running Test basic-manager:. Passed
Running Test cache-generation-clear:...... Passed
Running Test cache-generation-disjoint:...... Passed
Running Test config:. Passed
Running Test copy_config:.. Passed
Running Test copy_config2:.. Passed
Running Test custom-log:......... Passed
Running Test custom_response: Skipped
Warning: Skipping test custom_response because:
 This test fails at the moment as is turned off
Running Test disjoint-wait-for-cache: Skipped
Warning: Skipping test disjoint-wait-for-cache because:
 This test fails at the moment as is turned off
Running Test header_rewrite:F Failed
Running Test http2:... Passed
Running Test remap_http:FFFFFF Failed
Running Test remap_https:....... Passed
Running Test via:.... Passed

[jpeach@sk1 trafficserver]$ ./tests/autest.sh --ats-bin=/opt/ats/bin
Running Test basic:. Passed
Running Test basic-cop:. Passed
Running Test basic-manager:. Passed
Running Test cache-generation-clear:...... Passed
Running Test cache-generation-disjoint:...... Passed
Running Test config:. Passed
Running Test copy_config:.. Passed
Running Test copy_config2:.. Passed
Running Test custom-log:......... Passed
Running Test custom_response: Skipped
Warning: Skipping test custom_response because:
 This test fails at the moment as is turned off
Running Test disjoint-wait-for-cache: Skipped
Warning: Skipping test disjoint-wait-for-cache because:
 This test fails at the moment as is turned off
Running Test header_rewrite:. Passed
Running Test http2:... Passed
Running Test remap_http:...... Passed
Running Test remap_https:....... Passed
Running Test via:.... Passed

Generating Report: --------------
2 Tests were skipped:
--------------------------------------------------------------------------------
 Test "disjoint-wait-for-cache" Skipped
    File: disjoint-wait-for-cache.test.py
    Directory: /home/jpeach/src/trafficserver/tests/gold_tests/cache
  Reason: This test fails at the moment as is turned off

 Test "custom_response" Skipped
    File: custom_response.test.py
Directory: /home/jpeach/src/trafficserver/tests/gold_tests/body_factory
  Reason: This test fails at the moment as is turned off

Total of 16 test
  Unknown: 0
  Exception: 0
  Failed: 0
  Warning: 0
  Skipped: 2
  Passed: 14

Reply via email to