Skip to content

Releases: cloudfoundry/cf-acceptance-tests

v5.9.0

20 Apr 17:49
e4dd7a2
Compare
Choose a tag to compare

Updated Tests

-apps/loggregator.go - Fixed flaky loggregator test.

Other Updates

  • Update golang crypto library.

v5.8.0

03 Apr 19:34
28d6fda
Compare
Choose a tag to compare

Updates

  • Remove flaky loggregator v1 metrics tests
    • Tests removed from windows/metrics.go, apps/loggregator.go
  • Improve readability in apps/default_environment_variables.go

v5.7.0

27 Feb 04:59
d51a1d6
Compare
Choose a tag to compare

Asset updates

  • /assets/python - The python app asset has been updated to use Python 3.

v5.6.0

02 Feb 22:18
00cdb2e
Compare
Choose a tag to compare

Other Updates

  • example-cats-config.json
    • Removed the duplicate entry include_tcp_routing from the example config.
  • Updated rack version to 2.0.8

v5.5.0

20 Dec 06:20
Compare
Choose a tag to compare

Helpers updates

-cf-test-helpers

  • When not using an existing space, but using an existing user, we need to add the user to the space.

v5.4.0

08 Dec 05:25
6aa8092
Compare
Choose a tag to compare

Updated Tests

-volume_services/volume_services.go

  • Improves the repeatability of the volume services test in CATs by adding the correct timeouts and randomizing the shared domain that it creates.

v5.3.0

13 Nov 17:24
Compare
Choose a tag to compare

Updated Tests

-route_services/route_services.go

  • Set skip-ssl-validation to true for the sample app.

Other Updates

  • assets/nora/README.md
    • Updated readme
  • apps/default_environment_variables.go - Fixed flaxiness of the test
  • Updated go-mod support for tests
    • Copied parts of the cf-networking proxy app into assets so that we no longer have a dependency on an app that doesn't support go mod format.

v5.2.0

31 Oct 16:58
ea4ed90
Compare
Choose a tag to compare

Notice:

  • We are actively integrating CLI 7 changes into CATS. We don't have exact dates for the major release yet, but we will continue to provide updates through release notes.

Updated Tests

-volume_services/volume_services.go

  • Improved the repeatability of the volume services test in CATs by creating the required shared domain during test setup and adding correct timeouts and randomizing the shared domain that it creates.

v5.1.0

15 Oct 17:03
7b6efef
Compare
Choose a tag to compare

Other Updates

- bin/test

  • Leverage vendored modules using -mod=vendor to run the tests faster. Note: Requires GO >= 1.11 to work.

v5.0.0

19 Sep 22:44
Compare
Choose a tag to compare

Updated Tests

  • Allow volume service create config to be specified to support testing against external volume services such as SMB
    • volume_services/volume_services.go ,
    • volume_service_create_config: The JSON configuration that is used when volume service is created.

Deleted Tests

  • Removed logging isolation segments tests as isolated loggregator aren't supported (flag include_logging_isolation_segments)
    • Removed logging_isolation_segments/logging_isolation_segments.go

Helper Updates

  • Removed helpers related to logging isolation segments
    • cats_suite_helpers/cats_suite_helpers.go