Skip to content

Commit

Permalink
Add unittests for RemoteClusterStateAttributesManager (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#14427)

* Add unittests for RemoteClusterStateAttributesManager

Signed-off-by: Shivansh Arora <hishiv@amazon.com>
  • Loading branch information
shiv0408 committed Jun 28, 2024
1 parent 243e8db commit a34270d
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
*/
public class RemoteClusterStateCustoms extends AbstractRemoteWritableBlobEntity<Custom> {
public static final String CLUSTER_STATE_CUSTOM = "cluster-state-custom";
public final ChecksumWritableBlobStoreFormat<ClusterState.Custom> clusterStateCustomsFormat;

private long stateVersion;
private final String customType;
private ClusterState.Custom custom;
private final NamedWriteableRegistry namedWriteableRegistry;
private final ChecksumWritableBlobStoreFormat<ClusterState.Custom> clusterStateCustomsFormat;

public RemoteClusterStateCustoms(
final ClusterState.Custom custom,
Expand Down
Loading

0 comments on commit a34270d

Please sign in to comment.