()
| 11 | var batchWriteRetryDelay = 5 * time.Millisecond |
| 12 | |
| 13 | func init() { |
| 14 | if os.Getenv("CI") == "true" { |
| 15 | batchWriteRetryDelay = 500 * time.Millisecond |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | type BatchWriterVerificationFailed struct { |
| 20 | mismatchedPaginationKeys []InlineVerifierMismatches |
nothing calls this directly
no outgoing calls
no test coverage detected