Skip to content

Bump Testcontainers from 4.0.0 to 4.1.0 (#69)

Sign in for the full log view
GitHub Actions / Test Results succeeded Dec 16, 2024 in 0s

All 14 tests pass in 10s

14 tests  ±0   14 ✅ ±0   10s ⏱️ -1s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 86c813b. ± Comparison against earlier commit d6d1200.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

14 tests found

There are 14 tests, see "Raw output" for the full list of tests.
Raw output
IntegrationTests.CompileTest ‑ CheckHealthAsync
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "c", sourceCode: "#include <stdio.h>\n\nint main() {\n  printf(\"Hel"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "c11", sourceCode: "#include <stdio.h>\n#include <stdnoreturn.h>\n\nin"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc11", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cc20", sourceCode: "#include <cstdio>\n#include <iostream>\n\nint main"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "cs", sourceCode: "using System; \nclass Program\n{\n    static void "···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "java", sourceCode: "public class Main {\n    public static void main(S"···)
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "js", sourceCode: "console.log('hello world');")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "kt", sourceCode: "fun main() {\n    println(\"Hello, World!\")\n}")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "py3", sourceCode: "print(\"Hello, World!\")")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "pypy3", sourceCode: "print(\"Hello, World!\")")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "ruby", sourceCode: "")
IntegrationTests.CompileTest ‑ CompileCodeAsync(lang: "rust2021", sourceCode: "use std::io;\n \nfn main() {\n    let mut line = S"···)