consolidate repl

This commit is contained in:
Shreyas Goenka 2025-02-24 17:03:23 +01:00
parent 00ebbb9c47
commit 6acb6f166e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
6 changed files with 4 additions and 19 deletions

View File

@ -7,3 +7,7 @@ New = '"UNIX_TIME_MILLIS"'
[[Repls]]
Old = 'darwin|linux|windows'
New = 'OS'
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'

View File

@ -10,7 +10,3 @@ Response.Body = '''
}
'''
Response.StatusCode = 501
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'

View File

@ -10,7 +10,3 @@ Response.Body = '''
"numProtoSuccess": 2
}
'''
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'

View File

@ -10,9 +10,6 @@ Response.Body = '''
}
'''
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'
# "client_id:client_secret" in base64 is Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=, expect to
# see this in Authorization header

View File

@ -9,7 +9,3 @@ Response.Body = '''
"numProtoSuccess": 2
}
'''
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'

View File

@ -9,7 +9,3 @@ Response.Body = '''
"numProtoSuccess": 2
}
'''
[[Repls]]
Old = 'execution_time_ms\\\":\d{1,5},'
New = 'execution_time_ms\":\"SMALL_INT\",'