infratest icon indicating copy to clipboard operation
infratest copied to clipboard

A Golang library for testing infrastructure in automated ways.

Results 14 infratest issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.0 to 1.58.2. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.58.2 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...

dependencies

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.1 to 0.30.1. Commits 8e3349b Update dependencies to v0.30.1 tag 4e1652b Merge pull request #124694 from pmalek/backport-124553-to-release-1.30 2daa31e fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553) 2df4de1 Merge...

dependencies

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.21.0. Commits cc29c91 go.mod: update golang.org/x dependencies 397fef9 gopls/internal/protocol: add links to LSP spec e2a352c internal/refactor/inline: extensible API c16c816 go/analysis/passes/stdversion: test *.go < go.mod version...

dependencies

Bumps [github.com/Storytel/gomock-matchers](https://github.com/Storytel/gomock-matchers) from 1.3.0 to 1.4.0. Release notes Sourced from github.com/Storytel/gomock-matchers's releases. v1.4.0: Add proto matcher What's Changed Add proto matcher by @​niklasembretsen in Storytel/gomock-matchers#9 New Contributors @​niklasembretsen made their...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies

### SUMMARY * If this fixes a specific issue, link it here. Otherwise provide a high level summary of changes. * If any change represents a breaking one (i.e. it...

[Route53Client](https://github.com/HBOCodeLabs/infratest/blob/v0.2.0/pkg/aws/route53.go#L19) has 2 problems: 1. The actual upstream method is called [`ListHostedZonesByName`](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/route53#Client.ListHostedZonesByName) (and not `ListHostedZonesByNameInput`, as is currently implemented on `Route53Client`) 2. The actual upstream method accepts a `context.Context` param

The `AssertEC2InstancesBalancedInSubnets` in the `aws` package was built with the assumption that (quoted from the method docs): "instance number 'x' in the [list of instances provided] should be placed in...

bug
help wanted

To support numerous tests for AWS DAX cluster testing, the following methods need to be added: - [x] Assert DAX cluster has server side encryption enabled - [ ] Assert...

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.0 to 1.59.1. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.59.1 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...

dependencies