Skip to content

Commit 69c8c5f

Browse files
authored
acc: Fixed the wrong-url test output message (#3800)
## Changes Fixed the wrong-url test output message ## Why The output has changed, maybe related to some updates to git or infra (don;t know details) ## Tests Test passes now <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
1 parent bc5541d commit 69c8c5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Error: git clone failed: git clone https://invalid-domain-123.databricks.com/hello/world (redacted) --no-tags --depth=1: exit status 128. Cloning into '(redacted)'...
2-
fatal: unable to access 'https://invalid-domain-123.databricks.com/hello/world/': Could not resolve host: invalid-domain-123.databricks.com
2+
fatal: unable to access 'https://invalid-domain-123.databricks.com/hello/world/': SSL: no alternative certificate subject name matches target host name 'invalid-domain-123.databricks.com'
33

44

55
Exit code: 1

acceptance/bundle/templates-machinery/wrong-url/test.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ New = '/'
66
Old = '/world-[0-9]+'
77
New = '/world-123456'
88

9+
[[Repls]]
10+
Old = 'SSL: certificate subject name .*'
11+
New = "SSL: no alternative certificate subject name matches target host name 'invalid-domain-123.databricks.com'"
12+
13+
[[Repls]]
14+
Old = 'schannel: SNI or certificate check failed: .*'
15+
New = "SSL: no alternative certificate subject name matches target host name 'invalid-domain-123.databricks.com'"
16+
17+
918
[[Repls]]
1019
Old = '''Cloning into '[^']+''''
1120
New = '''Cloning into '(redacted)''''

0 commit comments

Comments
 (0)