Skip to content

Commit

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

Signed-off-by: Shivansh Arora <[email protected]>
(cherry picked from commit a34270d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 28, 2024
1 parent 02c4b16 commit d4163c4
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 d4163c4

Please sign in to comment.