(self)
| 12 | |
| 13 | # disable effects replication |
| 14 | def effects_disable(self): |
| 15 | res = self.master.execute_command("GRAPH.CONFIG", "SET", "EFFECTS_THRESHOLD", '999999') |
| 16 | |
| 17 | # checks if effects replication is enabled |
| 18 | def effects_enabled(self): |
no outgoing calls
no test coverage detected