Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"go.testTimeout": "420s",
"go.testTimeout": "900s",
"gopls": {
"build.directoryFilters": [
"-hack"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test: ## Run tests
-cover -coverprofile=coverage.out -output-dir=. -coverpkg=./pkg/... \
--focus="${FOCUS}" \
--randomize-all \
--timeout=${TEST_TIMEOUT} \
./pkg/...

deflake: ## Run randomized, racing, code-covered tests to deflake failures
Expand Down
122 changes: 122 additions & 0 deletions designs/temp-acceptance-tests-moved.md

Large diffs are not rendered by default.

657 changes: 243 additions & 414 deletions pkg/cloudprovider/suite_drift_test.go

Large diffs are not rendered by default.

2,028 changes: 1,699 additions & 329 deletions pkg/cloudprovider/suite_features_test.go

Large diffs are not rendered by default.

961 changes: 687 additions & 274 deletions pkg/cloudprovider/suite_integration_test.go

Large diffs are not rendered by default.

1,524 changes: 858 additions & 666 deletions pkg/cloudprovider/suite_offerings_test.go

Large diffs are not rendered by default.

424 changes: 130 additions & 294 deletions pkg/cloudprovider/suite_test.go

Large diffs are not rendered by default.

2,873 changes: 354 additions & 2,519 deletions pkg/providers/instancetype/suite_test.go

Large diffs are not rendered by default.