mirror of https://github.com/databricks/cli.git
consolidate test.toml
This commit is contained in:
parent
9d65761122
commit
c8ac08c24b
|
@ -1,6 +1,3 @@
|
||||||
LocalOnly = true
|
|
||||||
RecordRequests = true
|
|
||||||
|
|
||||||
[[Server]]
|
[[Server]]
|
||||||
Pattern = "POST /telemetry-ext"
|
Pattern = "POST /telemetry-ext"
|
||||||
Response.Body = '''
|
Response.Body = '''
|
||||||
|
@ -11,14 +8,6 @@ Response.Body = '''
|
||||||
'''
|
'''
|
||||||
Response.StatusCode = 501
|
Response.StatusCode = 501
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = '17\d{11}'
|
|
||||||
New = '"UNIX_TIME_MILLIS"'
|
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = 'darwin|linux|windows'
|
|
||||||
New = 'OS'
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
LocalOnly = true
|
|
||||||
RecordRequests = true
|
|
||||||
|
|
||||||
[[Server]]
|
[[Server]]
|
||||||
Pattern = "POST /telemetry-ext"
|
Pattern = "POST /telemetry-ext"
|
||||||
Response.Body = '''
|
Response.Body = '''
|
||||||
|
@ -9,14 +6,6 @@ Response.Body = '''
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = '17\d{11}'
|
|
||||||
New = '"UNIX_TIME_MILLIS"'
|
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = 'darwin|linux|windows'
|
|
||||||
New = 'OS'
|
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
LocalOnly = true
|
||||||
|
RecordRequests = true
|
||||||
|
|
||||||
|
[[Repls]]
|
||||||
|
Old = '17\d{11}'
|
||||||
|
New = '"UNIX_TIME_MILLIS"'
|
||||||
|
|
||||||
|
[[Repls]]
|
||||||
|
Old = 'darwin|linux|windows'
|
||||||
|
New = 'OS'
|
|
@ -1,6 +1,3 @@
|
||||||
LocalOnly = true
|
|
||||||
RecordRequests = true
|
|
||||||
|
|
||||||
[[Server]]
|
[[Server]]
|
||||||
Pattern = "POST /telemetry-ext"
|
Pattern = "POST /telemetry-ext"
|
||||||
Response.Body = '''
|
Response.Body = '''
|
||||||
|
@ -8,12 +5,3 @@ Response.Body = '''
|
||||||
"numProtoSuccess": 2
|
"numProtoSuccess": 2
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = '17\d{11}'
|
|
||||||
New = '"UNIX_TIME_MILLIS"'
|
|
||||||
|
|
||||||
[[Repls]]
|
|
||||||
Old = 'darwin|linux|windows'
|
|
||||||
New = 'OS'
|
|
||||||
|
|
Loading…
Reference in New Issue