diff --git a/src/_blog/2022-12-07-testground-in-2022.md b/src/_blog/2022-12-07-testground-in-2022.md index 98c4a7b3..d4418574 100644 --- a/src/_blog/2022-12-07-testground-in-2022.md +++ b/src/_blog/2022-12-07-testground-in-2022.md @@ -16,7 +16,7 @@ Now that the end of the year is near; it is time for a “bragging session” an [[toc]] -## A new use case: interoperability testing for [libp2p](https://libp2p.io/) +## 🔌 A new use case: interoperability testing for [libp2p](https://libp2p.io/) Using Testground, the libp2p team is now testing interoperability between many implementations and versions. The newly introduced tests cover go-libp2p and rust-libp2p versions already, and js and nim support is in the works. @@ -29,7 +29,7 @@ Using Testground, the libp2p team is now testing interoperability between many i We also [presented _how Testground powers libp2p interoperability testing_ at IPFS Camp](https://www.youtube.com/watch?v=b2SkC4dYV-A) (Youtube). -## Massive stability improvements for supported SDKs +## 🤹 Massive stability improvements for supported SDKs Testground has an issue with flakiness. The project's stability has been on our minds throughout the year, and we have made significant strides in this area. @@ -38,7 +38,7 @@ Testground has an issue with flakiness. The project's stability has been on our - **A refreshed Docker Runner**: to support new languages better and fix concurrency issues, we [rewrote the Docker Runner](https://github.com/testground/testground/pull/1407#issuecomment-1203853804). In our tests, **false negatives went from 40% to <1%.** - **Benchmarking and stability improvements:** we've implemented tooling and [fixes](https://github.com/testground/testground/pull/1421) that help with CI [testing](https://github.com/libp2p/test-plans/pulls?q=is%3Apr+is%3Amerged+merged%3A%3E%3D2022-01-01). Some of this work will soon become part of the Testground Stability Dashboard and custom CI actions. -## EKS Support +## 🐘 EKS Support Testground is also designed to run large network tests spanning far beyond what a single machine can handle. With Testground on [EKS](https://aws.amazon.com/eks/) (managed Kubernetes service from AWS), we can support tests with more than 10k nodes. @@ -46,12 +46,12 @@ Testground is also designed to run large network tests spanning far beyond what - **Preview Support for EKS:** The [Bloxico team](https://bloxico.com/) has been working hard on [Testground EKS support](https://github.com/testground/testground/pull/1350) and [EKS infrastructure setup for Testground](https://github.com/testground/infra/pull/78). A working alpha setup is now available. Other teams, such as [Celestia](https://celestia.org/), are already building on top of it. -## And sooooo much more! +## ✨ And sooooo much more ✨ The team also dusted off [SDKs](https://github.com/testground/sdk-js/pull/22) and [examples](https://github.com/testground/testground/pull/1306), helped [improve ARM support](https://github.com/testground/testground/pull/1372). We introduced new [features](https://github.com/testground/testground/pull/1481), [bug fixes](https://github.com/testground/testground/pull/1321), and [brought many more improvements](https://github.com/testground/testground/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2022-01-01+). -## New Users +## 🫶 New Users New users and contributors are joining the project! @@ -62,7 +62,7 @@ New users and contributors are joining the project! - [**number0**](https://n0.computer/) uses Testground to benchmark [iroh](https://iroh.computer/), an IPFS implementation written in Rust focused on efficiency. They share numbers on [their website](https://iroh.computer/). - **Moving the Bytes Working Group** uses Testground to benchmark and test bitswap and new protocols for data exchange. You can follow along in [Notion](https://www.notion.so/MTB-WG-Meeting-1-cfeed84309894936bd652f1b47f3221a) and join the [#move-the-bytes-wg](https://filecoinproject.slack.com/archives/C04A22DCQCF) channel on FIL Slack. -## What's Next +## 🚀 What's Next We shared a [Roadmap](https://github.com/testground/testground/blob/master/ROADMAP.md) for what is coming to Testground in 2023. Here are the highlights.