Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: longhorn/longhorn-tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39c61dfd32d519446548c2649dfbfb9f724cd01b
Choose a base ref
..
head repository: longhorn/longhorn-tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 37a88cdfc9476d3b0ebc0e56e61e68f51b965e01
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 e2e/libs/backupstore/base.py
1 change: 1 addition & 0 deletions e2e/libs/backupstore/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from abc import ABC, abstractmethod
import time
import os
import hashlib
from utility.utility import get_retry_count_and_interval
from setting import Setting