A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/ffa9f47424ad784f5b71c6e9a77c4fd55d7d9c2d below:

[grid] Removing `grid-model` flag. Is not being used. · SeleniumHQ/selenium@ffa9f47 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+3

-10

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+3

-10

lines changed Original file line number Diff line number Diff line change

@@ -18,8 +18,10 @@

18 18

package org.openqa.selenium.grid.distributor.config;

19 19 20 20 21 -

import com.beust.jcommander.Parameter;

22 21

import com.google.auto.service.AutoService;

22 + 23 +

import com.beust.jcommander.Parameter;

24 + 23 25

import org.openqa.selenium.grid.config.ConfigValue;

24 26

import org.openqa.selenium.grid.config.HasRoles;

25 27

import org.openqa.selenium.grid.config.Role;

@@ -30,7 +32,6 @@

30 32 31 33

import static org.openqa.selenium.grid.config.StandardGridRoles.DISTRIBUTOR_ROLE;

32 34

import static org.openqa.selenium.grid.distributor.config.DistributorOptions.DEFAULT_DISTRIBUTOR_IMPLEMENTATION;

33 -

import static org.openqa.selenium.grid.distributor.config.DistributorOptions.DEFAULT_GRID_MODEL_IMPLEMENTATION;

34 35

import static org.openqa.selenium.grid.distributor.config.DistributorOptions.DEFAULT_HEALTHCHECK_INTERVAL;

35 36

import static org.openqa.selenium.grid.distributor.config.DistributorOptions.DEFAULT_REJECT_UNSUPPORTED_CAPS;

36 37

import static org.openqa.selenium.grid.distributor.config.DistributorOptions.DEFAULT_SLOT_MATCHER;

@@ -66,12 +67,6 @@ public class DistributorFlags implements HasRoles {

66 67

example = DEFAULT_DISTRIBUTOR_IMPLEMENTATION)

67 68

private String implementation = DEFAULT_DISTRIBUTOR_IMPLEMENTATION;

68 69 69 -

@Parameter(

70 -

names = {"--grid-model"},

71 -

description = "Full classname of non-default grid model. This is used to store states of the all the registered Nodes.")

72 -

@ConfigValue(section = DISTRIBUTOR_SECTION, name = "grid-model", example = DEFAULT_GRID_MODEL_IMPLEMENTATION)

73 -

private String gridModel = DEFAULT_GRID_MODEL_IMPLEMENTATION;

74 - 75 70

@Parameter(

76 71

names = {"--slot-matcher"},

77 72

description = "Full classname of non-default slot matcher to use. This is used to determine whether a Node can support a particular session.")

Original file line number Diff line number Diff line change

@@ -37,8 +37,6 @@ public class DistributorOptions {

37 37

static final String DEFAULT_SLOT_MATCHER = "org.openqa.selenium.grid.data.DefaultSlotMatcher";

38 38

static final String DEFAULT_SLOT_SELECTOR_IMPLEMENTATION =

39 39

"org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector";

40 -

static final String DEFAULT_GRID_MODEL_IMPLEMENTATION =

41 -

"org.openqa.selenium.grid.distributor.GridModel";

42 40

static final boolean DEFAULT_REJECT_UNSUPPORTED_CAPS = false;

43 41

private final Config config;

44 42

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4