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]]
|
||||
Pattern = "POST /telemetry-ext"
|
||||
Response.Body = '''
|
||||
|
@ -11,14 +8,6 @@ Response.Body = '''
|
|||
'''
|
||||
Response.StatusCode = 501
|
||||
|
||||
[[Repls]]
|
||||
Old = '17\d{11}'
|
||||
New = '"UNIX_TIME_MILLIS"'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
New = 'execution_time_ms\":\"SMALL_INT\",'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'darwin|linux|windows'
|
||||
New = 'OS'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
Pattern = "POST /telemetry-ext"
|
||||
Response.Body = '''
|
||||
|
@ -9,14 +6,6 @@ Response.Body = '''
|
|||
}
|
||||
'''
|
||||
|
||||
[[Repls]]
|
||||
Old = '17\d{11}'
|
||||
New = '"UNIX_TIME_MILLIS"'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'execution_time_ms\\\":\d{1,5},'
|
||||
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]]
|
||||
Pattern = "POST /telemetry-ext"
|
||||
Response.Body = '''
|
||||
|
@ -8,12 +5,3 @@ Response.Body = '''
|
|||
"numProtoSuccess": 2
|
||||
}
|
||||
'''
|
||||
|
||||
|
||||
[[Repls]]
|
||||
Old = '17\d{11}'
|
||||
New = '"UNIX_TIME_MILLIS"'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'darwin|linux|windows'
|
||||
New = 'OS'
|
||||
|
|
Loading…
Reference in New Issue