Skip to content

Commit

Permalink
test: fix smoke cacert test expected number (#3213)
Browse files Browse the repository at this point in the history
* GH: add changes in security folder for testing
- if cacerts is changed we need to test it too
* test: fix expected cacert number
  • Loading branch information
zdtsw committed Jan 11, 2023
1 parent 2996aac commit 151c6cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -9,6 +9,7 @@ on:
- "sbin/**"
- "**.sh"
- ".github/workflows/build.yml"
- "security/**"

# Cancel existing runs if user makes another push.
concurrency:
Expand Down
Expand Up @@ -39,8 +39,8 @@ public class VerifyCACertsTest {
private static final JdkVersion JDK_VERSION = new JdkVersion();

// Expect matching certs number
private static final int EXPECTED_COUNT = 138;
/* TODO: add up to 138 certs
private static final int EXPECTED_COUNT = 139;
/* TODO: add up to 139 certs
private static final Map<String, String> EXPFP_MAP = new HashMap<>() {
put("amazonrootca1 [jdk]", "8E:CD:E6:88:4F:3D:87:B1:12:5B:A3:1A:C3:FC:B1:3D:70:16:DE:7F:57:CC:90:4F:E1:CB:97:C6:AE:98:19:6E");
put("amazonrootca2 [jdk]", "1B:A5:B2:AA:8C:65:40:1A:82:96:01:18:F8:0B:EC:4F:62:30:4D:83:CE:C4:71:3A:19:C3:9C:01:1E:A4:6D:B4");
Expand Down

0 comments on commit 151c6cb

Please sign in to comment.