Commit adca576
authored
Update hooks for
Description of changes:
- Updates controller hooks to be compatible with Go v2
- Removes mockery dependency from test suite
- Migrates all tests to use acktest framework exclusively
- Removes flaky tests that were previously skipped
- Confirmed all tests pass consistently
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.Go v2 support and Migrates tests to use acktest framework exclusively (#151)1 parent 12aba1c commit adca576
File tree
178 files changed
+5168
-18013
lines changed- apis/v1alpha1
- cmd/controller
- config
- controller
- crd
- bases
- common/bases
- rbac
- helm
- crds
- templates
- mocks/aws-sdk-go/elasticache
- pkg
- resource
- cache_cluster
- cache_parameter_group
- cache_subnet_group
- replication_group
- testdata
- allowed_node_types/read_many
- cache_clusters/read_many
- events/read_many
- replication_group
- create
- cr
- delete
- read_one
- update
- snapshot
- user_group
- user
- testutil
- util
- scripts
- templates/hooks
- cache_cluster
- replication_group
- test/e2e
- resources
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
178 files changed
+5168
-18013
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
16 | 11 | | |
17 | 12 | | |
18 | 13 | | |
19 | | - | |
| 14 | + | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
25 | 23 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
29 | 26 | | |
30 | | - | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 30 | | |
48 | 31 | | |
49 | | - | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments