Filter
Exclude
Time range
-
Near
Spring Bootのテストコードを網羅したZennの大全記事が、SI現場の引き継ぎ資料に使える粒度だった。Mockitoだけでなく、SpringBootTestのスライス分割やTestcontainers連携まで踏み込んでいる。テスト戦略を組み直す前に通読しておきたい。 zenn.dev/zak4132/articles/ja…
7
Less Than 30 Lines Of Code - MongoDB with Testcontainers in C# MongoDB is an awesome document database that we can use from C# using the MongoDB Driver NuGet package. But what if you don't want to setup MongoDB Compass or deal with MongoDB Atlas? Is there an easy solution to just try out MongoDB locally, or even leverage it for testing purposes? Testcontainers for MongoDB is the easy solution here! See how we can hook up Docker with MongoDB in less than 30 lines of pain-free C# code! Watch here: bgh.st/8jgm3f
1
105
Well, We upgraded a very large, legacy monolith from .NET Core 3.1 (previously upgraded from .NET Framework 4.6.2) to .NET 7.0 three years ago, in about a week. That included all Microsoft dependencies, file-scoped namespaces, and global usings. We ran into very few issues, mostly trivial compability issues, and since then we’ve kept it up to date with every new release, whether LTS or STS. I mean, if we could do it, almost anyone can. 😀 P.S: To be fair, we did have a borderline-paranoid level of comprehensive unit tests, plus integration and functional tests backed by Testcontainers, so that probably helped a lot
1
10
1,289
What if we could easily spin up containers for services that our tests depend on? Read more here: bgh.st/9dah6a #MongoDB #CSharp #DotNet #Testcontainers #Docker
96
The Testing Epiphany Tracing this showed me that mocking an in-memory SQLite database for API tests is a trap. It hides structural production bugs. The real move? Use Testcontainers to spin up a disposable PostgreSQL instance inside your Pytest suite.
1
11
any time I try to use Bun I end up regretting the decision, last week it was compatibility with testcontainers. At this point I don't see any single reason to prefer it over node (just like I don't see why I should use deno)
1
56
Jun 13
Spanner Omni を docker run で起動したくないから testcontainers から起動するフレームワークを作ったが、プロセスをまたいで共有したくなったのでライフサイクル管理をする機能を別に作るというやや本末転倒 github.com/apstndb/spanemubo…
143
Jun 13
まあこれに関しては毎回 Spanner Omni を終了すべきではないという考えはあったか。もともと testcontainers ベースの spanemuboost だと再利用はちょっと厳しいが、アタッチできるようにするのは手ではあるかなあ
1
218
7/ Security is explicit, not implied: by default the host Docker socket is mounted (so Testcontainers works inside the sandbox) — that's root-equivalent host access. RALPH_DOCKER_SOCK=0 turns it off. Full threat model in SECURITY.md.
1
7
🚀 Full room of Java devs for the 2h Microcks workshop @DevfestLille A great session led by @seb2goxdev (@AXA) & @lbroudoux, exploring how to leverage Microcks @testcontainers to validate APIs & microservices. Thanks to everyone who joined and shared their experiences 🙌
2
10
93
Who's actually using Floci? Apache Camel. Just Eat. CrateDB. UK gov teams. LocalStack went paid, they switched. Once Testcontainers, Spring Cloud AWS and Quarkus shipped Floci support, every downstream project got a one-line swap. Community compounding. linkedin.com/pulse/whos-actu…
2
54
✔️Despliegue de una API GraphQL en producción desde cero, sin necesidad de experiencia previa. ✔️Testcontainers para ejecutar dependencias reales en contenedores Docker directamente desde tus tests, garantizando entornos reproducibles y confiables.
1
34
Testing with TestContainers — real Aerospike, PostgreSQL, and Kafka instances for every test run. No mocks for critical infra. Real databases. Real message brokers. Real confidence. #Teranode #BSV
1
1
22
504
🛠️ 12 juin à 10h00 Fini l’incertitude : adoptez Testcontainers Microcks pour valider vos Microservices et APIs ! avec @seb2goxdev (@AXA) et @lbroudoux (@microcksio) Une session pratique autour de Testcontainers (Java / .NET) et Microcks. 👉 buff.ly/tCMg2yc

1
3
46