Skip to content

Commit

Permalink
fix(logcollector): silent errors from saving of schema details
Browse files Browse the repository at this point in the history
Silent collection schema details failure.
Now it fails in the K8S test. Need be fixed later
  • Loading branch information
juliayakovlev authored and fruch committed Dec 2, 2024
1 parent 5d767ce commit c177a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdcm/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,7 @@ def clean_resources(self):

self.destroy_credentials()

@silence(name='Save node schema')
def save_nodes_schema(self):
if self.db_cluster is None:
self.log.info("No nodes found in the Scylla cluster")
Expand Down

0 comments on commit c177a65

Please sign in to comment.