feat(ydbcp): add metrics #192
unit-test.yml
on: pull_request
unittest
1m 49s
integration-test
1m 29s
Annotations
21 errors and 1 warning
integration-test
Process completed with exit code 137.
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest
Cannot open: File exists
|
unittest:
internal/processor/processor_test.go#L59
cannot use metrics.NewMockMetricsRegistry() (value of type *"ydbcp/internal/metrics".MockMetricsRegistry) as "ydbcp/internal/metrics".MetricsRegistry value in argument to NewOperationProcessor: *"ydbcp/internal/metrics".MockMetricsRegistry does not implement "ydbcp/internal/metrics".MetricsRegistry (missing method IncApiCallsCounter)
|
unittest:
internal/handlers/delete_backup_test.go#L54
not enough arguments in call to NewDBOperationHandler
|
unittest:
internal/handlers/delete_backup_test.go#L124
not enough arguments in call to NewDBOperationHandler
|
unittest:
internal/handlers/delete_backup_test.go#L199
not enough arguments in call to NewDBOperationHandler
|
unittest:
internal/handlers/delete_backup_test.go#L274
not enough arguments in call to NewDBOperationHandler
|
unittest:
internal/handlers/restore_backup_test.go#L44
not enough arguments in call to NewRBOperationHandler
|
unittest:
internal/handlers/restore_backup_test.go#L87
not enough arguments in call to NewRBOperationHandler
|
unittest:
internal/handlers/restore_backup_test.go#L136
not enough arguments in call to NewRBOperationHandler
|
unittest:
internal/handlers/restore_backup_test.go#L184
not enough arguments in call to NewRBOperationHandler
|
unittest:
internal/handlers/restore_backup_test.go#L231
not enough arguments in call to NewRBOperationHandler
|
unittest
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|