Skip to content

Commit

Permalink
Add unittests for RemoteClusterStateAttributesManager (#14427) (#14593)
Browse files Browse the repository at this point in the history
* Add unittests for RemoteClusterStateAttributesManager


(cherry picked from commit a34270d)

Signed-off-by: Shivansh Arora <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 79e9bc2 commit 3828571
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 3828571

Please sign in to comment.