• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

intuit / Trapheus / 1a0a4fb2-350f-4b83-a262-9b3857c48b2a

15 Nov 2023 04:42PM UTC coverage: 95.431% (+0.1%) from 95.298%
1a0a4fb2-350f-4b83-a262-9b3857c48b2a

Pull #186

circleci

namitad
Merge branch 'restore' of https://github.com/intuit/Trapheus into restore
Pull Request #186: Issue #68: share snapshot and restore db instance in other AWS accounts and regions

37 of 38 new or added lines in 4 files covered. (97.37%)

564 of 591 relevant lines covered (95.43%)

0.95 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/src/common/python/custom_exceptions.py
1
class RateExceededException(Exception):
1✔
2
    def __init__(self, value):
1✔
3
        self.value = value
1✔
4
    def __str__(self):
1✔
5
        return self.value
×
6

7
class InstanceUnavailableException(Exception):
1✔
8
    def __init__(self, value):
1✔
9
        self.value = value
1✔
10
    def __str__(self):
1✔
11
        return self.value
×
12

13
class InstanceRestoreException(Exception):
1✔
14
    def __init__(self, value):
1✔
15
        self.value = value
1✔
16
    def __str__(self):
1✔
17
        return self.value
×
18

19
class ClusterRestoreException(Exception):
1✔
20
    def __init__(self, value):
1✔
21
        self.value = value
1✔
22
    def __str__(self):
1✔
23
        return self.value
×
24

25
class RenameException(Exception):
1✔
26
    def __init__(self, value):
1✔
27
        self.value = value
1✔
28
    def __str__(self):
1✔
29
        return self.value
×
30

31
class DeletionException(Exception):
1✔
32
    def __init__(self, value):
1✔
33
        self.value = value
1✔
34
    def __str__(self):
1✔
35
        return self.value
×
36

37
class SnapshotCreationException(Exception):
1✔
38
    def __init__(self, value):
1✔
39
        self.value = value
1✔
40
    def __str__(self):
1✔
41
        return self.value
×
42

43
class RetryDBSnapshotException(Exception):
1✔
44
    def __init__(self, value):
1✔
45
        self.value = value
1✔
46
    def __str__(self):
1✔
47
        return self.value
×
48

49
class RetryClusterSnapshotException(Exception):
1✔
50
    def __init__(self, value):
1✔
51
        self.value = value
1✔
52
    def __str__(self):
1✔
53
        return self.value
×
54

55
class SSMShareSnapshotException(Exception):
1✔
56
    def __init__(self, value):
1✔
57
        self.value = value
1✔
58
    def __str__(self):
1✔
NEW
59
        return self.value
×
60

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc