Skip to content

Releases: grpc/test-infra

Release 1.4.1

09 Sep 18:40
3afcecb
Compare
Choose a tag to compare

What's Changed

  • Update dotnet docker images to .NET 7 and enable dynamic PGO by @JamesNK in #321

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

New Contributors

Full Changelog: v1.4.0...v1.4.1

Release 1.4.0

30 Aug 01:26
a07e3f7
Compare
Choose a tag to compare

What's Changed

  • Make collection of Prometheus data be controlled by an annotation. by @wanlin31 in #315
  • Enable driver to be able to use image supplied from load test configuration. by @wanlin31 in #316
  • Add PSM dashboard to OSS benchmark dashboard. by @wanlin31 in #317

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Full Changelog: v1.3.0...v1.4.0

Release 1.3.0

28 Jun 17:11
e2d63ef
Compare
Choose a tag to compare

What's Changed

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Full Changelog: v1.2.0...v1.3.0

Release 1.2.0

13 Apr 17:27
4df1e5c
Compare
Choose a tag to compare

What's Changed

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Full Changelog: v1.1.0...v1.2.0

Release 1.1.0

02 Mar 00:24
eb22327
Compare
Choose a tag to compare

What's Changed

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

16 Feb 22:25
1d5265d
Compare
Choose a tag to compare

Driver version: ccd8d577d063f97d02ce80a134c33cf51de530d1 (grpc/grpc#28805).

What's Changed

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.
  • Driver must be pinned to grpc/grpc#28805, since that is not included in v1.44.0.

Full Changelog: v0.11.0...v1.0.0

Release 0.11.1

08 Feb 02:47
0e23396
Compare
Choose a tag to compare
Release 0.11.1 Pre-release
Pre-release

What's Changed

  • Driver version updated from v1.43.2 (grpc/grpc#28706) to grpc/grpc#28805. This change fixes the driver error seen in tests that save data to BigQuery.

Known issues

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Release 0.11.0

07 Feb 20:05
0e23396
Compare
Choose a tag to compare
Release 0.11.0 Pre-release
Pre-release

What's Changed

Highlights: dashboard code and documentation, and breaking change in run containers configuration (from one per pod to a list).

Full Changelog: v0.10.0...v0.11.0

Known issues

  • Important: Driver exits with an error when saving data to BigQuery (will be fixed in a patch release).
  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.

Release 0.10.0

04 Nov 23:40
e69a88e
Compare
Choose a tag to compare
Release 0.10.0 Pre-release
Pre-release

Recent notable changes:

  • Use the message attribute to store error message in xml reports. by @paulosjca in #219
  • Add runner flag to delete successful load tests immediately. by @paulosjca in #225
  • Store pod logs by @brandonpaiz in #227
  • Assorted improvements to configs and docker images. by @jtattermusch in #228
    • Use optimized build where applicable (it was missing in some places)
    • Update Java Docker images to Java 11
    • Improve cxx pre-build image
  • Use nproc to get accurate processor count for JVM loadtests by @brandonpaiz in #231

Known issues include:

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.
  • PHP7 worker build sometimes gets stuck forever (in a completely unexpected place in docker build)

Release 0.9.1

31 Aug 18:54
d408f85
Compare
Choose a tag to compare
Release 0.9.1 Pre-release
Pre-release

Recent notable changes:

Known issues include:

  • Python OSS benchmarking client fails to yield initial status to driver (applies only to python_asyncio).
  • Node.js OSS benchmarking driver shows no action after receiving final status from client.