Skip to content

Conversation

coderbirju
Copy link
Owner

No description provided.

apostasie and others added 30 commits April 16, 2025 08:44
- fix timeout showing 0s instead of default when no explicit timeout is provided
- add actual execution time
- fix long logs (stdout, stderr) that were showing only the beginning to also show the end
- fix formatting issue for "..."
- marginally better output for command contextual information

Signed-off-by: apostasie <[email protected]>
While test allow declaration of custom environment variables, they must be set during the test
declaration, apply to all commands, and cannot be altered during lifecycle operations (eg: Setup).
This provides the ability to set variables for specific, individual commands.

Signed-off-by: apostasie <[email protected]>
Many tests require temporary resources (Dockerfiles, compose.yml, etc), and routinely
redo the same thing over and over (create separate temp dir, write file, remove temp dir).
At best this adds a lot of inconsistent boilerplate / helper functions to the test - at worst,
the resources are not properly cleaned-up, or not well isolated from other tests.

This PR does introduce a set of helpers to fasttrack temp files manipulation, and rejiggle the
Data interface to more clearly separate labels (shared with subtests) and temporary resources.

Signed-off-by: apostasie <[email protected]>
Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker).


Updates `github.com/docker/cli` from 28.0.4+incompatible to 28.1.0+incompatible
- [Commits](docker/cli@v28.0.4...v28.1.0)

Updates `github.com/docker/docker` from 28.0.4+incompatible to 28.1.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.0.4...v28.1.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
- dependency-name: github.com/docker/docker
  dependency-version: 28.1.0+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
feat: add cpu-rt-period and cpu-rt-runtime options in nerdctl create/run
[CI]: quality of life: minor debugging output fixes
[CI]: fix internal command flaky test (window)
…les/docker-c8760a323d

build(deps): bump the docker group with 2 updates
…les/github.com/containerd/containerd/v2-2.0.5

build(deps): bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5
[Tigron]: allow per-command environment override
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
[PRIORITY] [CI]: Fix EL8 tests execution
…inspect-output

feat: Add "Containers" propery in the "nerdctl network inspect" command.
[URGENT] Fixing main cross-merge bustage
Bump CNI to 1.3 (and minor tooling versions)
Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker).


Updates `github.com/docker/cli` from 28.1.0+incompatible to 28.1.1+incompatible
- [Commits](docker/cli@v28.1.0...v28.1.1)

Updates `github.com/docker/docker` from 28.1.0+incompatible to 28.1.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v28.1.0...v28.1.1)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.1+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: github.com/docker/docker
  dependency-version: 28.1.1+incompatible
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <[email protected]>
AkihiroSuda and others added 29 commits May 17, 2025 18:39
…shu153

MAINTAINERS: add Shubharanshu Mahapatra (Shubhranshu153) as a REVIEWER
…e-people-happy

Add support for compose AdditionalContexts
This test does not run in the rootfull Linux environment.
Also, there are some cases where the test does not run.
Therefore, this commit modifies all tests to perform the evaluation.

Note that when the host ports are not specified in the -p option of
`nerdctl run`, ports are randomly assigned, but it is not known what port
number will be assigned in each test.
Therefore, this commit modifies not to compare host ports.

Signed-off-by: Hayato Kiwata <[email protected]>
test: update test logic in TestTestParseFlagPWithPlatformSpec
Signed-off-by: apostasie <[email protected]>
Bumps [github.com/compose-spec/compose-go/v2](https://github.com/compose-spec/compose-go) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/compose-spec/compose-go/releases)
- [Commits](compose-spec/compose-go@v2.6.2...v2.6.3)

---
updated-dependencies:
- dependency-name: github.com/compose-spec/compose-go/v2
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…les/github.com/compose-spec/compose-go/v2-2.6.3

build(deps): bump github.com/compose-spec/compose-go/v2 from 2.6.2 to 2.6.3
[REFACTOR] Filesystem, part 2: revamp locks
test: refactor TestTestParseFlagPWithPlatformSpec and TestParsePortsL…
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/containerd/console/releases)
- [Commits](containerd/console@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: github.com/containerd/console
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/fluent/fluent-logger-golang](https://github.com/fluent/fluent-logger-golang) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/fluent/fluent-logger-golang/blob/master/CHANGELOG.md)
- [Commits](fluent/fluent-logger-golang@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/fluent/fluent-logger-golang
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…les/github.com/containerd/console-1.0.5

build(deps): bump github.com/containerd/console from 1.0.4 to 1.0.5
…les/github.com/fluent/fluent-logger-golang-1.10.0

build(deps): bump github.com/fluent/fluent-logger-golang from 1.9.0 to 1.10.0
[feature] enable --security-opt writable-cgroups=true|false as an option
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
…les/github.com/containerd/containerd/v2-2.1.1

build(deps): bump github.com/containerd/containerd/v2 from 2.1.0 to 2.1.1
update containerd (2.1.1), containerd-fuse-overlayfs (2.1.6), buildg (0.5.3)
Signed-off-by: Arjun Raja Yogidas <[email protected]>
@coderbirju coderbirju closed this May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.