Skip navigation links
A B C D E F G H I J L M N P Q R S T U V W Z 

A

AddExtraHostTest - Class in com.spotify.helios.system
Test of --add-host in the agent.
AddExtraHostTest() - Constructor for class com.spotify.helios.system.AddExtraHostTest
 
AGENT_DIGEST - Static variable in class com.spotify.helios.system.SystemTestBase
 
AGENT_PASSWORD - Static variable in class com.spotify.helios.system.SystemTestBase
 
AGENT_USER - Static variable in class com.spotify.helios.system.SystemTestBase
 
AgentReportingTest - Class in com.spotify.helios.system
 
AgentReportingTest() - Constructor for class com.spotify.helios.system.AgentReportingTest
 
AgentRestartTest - Class in com.spotify.helios.system
 
AgentRestartTest() - Constructor for class com.spotify.helios.system.AgentRestartTest
 
AgentStateDirConflictTest - Class in com.spotify.helios.system
 
AgentStateDirConflictTest() - Constructor for class com.spotify.helios.system.AgentStateDirConflictTest
 
AgentZooKeeperDownTolerationTest - Class in com.spotify.helios.system
 
AgentZooKeeperDownTolerationTest() - Constructor for class com.spotify.helios.system.AgentZooKeeperDownTolerationTest
 
ALPINE - Static variable in class com.spotify.helios.system.SystemTestBase
 
ApiTest - Class in com.spotify.helios.system
 
ApiTest() - Constructor for class com.spotify.helios.system.ApiTest
 
assertJobEquals(Job, Job) - Method in class com.spotify.helios.system.SystemTestBase
 
assertJobsEqual(Map<JobId, Job>, Map<JobId, Job>) - Method in class com.spotify.helios.system.SystemTestBase
 
assertVolumes(JobId) - Method in class com.spotify.helios.system.VolumeTest
 
awaitDeploymentGroupStatus(HeliosClient, String, DeploymentGroupStatus.State) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostRegistered(String, long, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostRegistered(HeliosClient, String, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostStatus(HeliosClient, String, HostStatus.Status, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostStatus(String, HostStatus.Status, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostStatusWithHostInfo(HeliosClient, String, HostStatus.Status, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitHostStatusWithLabels(HeliosClient, String, HostStatus.Status, Map<String, String>) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitJobState(HeliosClient, String, JobId, TaskStatus.State, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitJobThrottle(HeliosClient, String, JobId, ThrottleState, int, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitTaskGone(HeliosClient, String, JobId, long, TimeUnit) - Method in class com.spotify.helios.system.SystemTestBase
 
awaitTaskState(JobId, String, TaskStatus.State) - Method in class com.spotify.helios.system.SystemTestBase
 

B

baseSetup() - Method in class com.spotify.helios.system.SystemTestBase
 
baseSetup() - Method in class com.spotify.helios.system.ZooKeeperClusterIdTest
 
baseTeardown() - Method in class com.spotify.helios.system.SystemTestBase
 
BindVolumeTest - Class in com.spotify.helios.system
 
BindVolumeTest() - Constructor for class com.spotify.helios.system.BindVolumeTest
 
BUSYBOX - Static variable in class com.spotify.helios.system.SystemTestBase
 
BUSYBOX_WITH_DIGEST - Static variable in class com.spotify.helios.system.SystemTestBase
 

C

cli(String, Object...) - Method in class com.spotify.helios.system.SystemTestBase
 
cli(String, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
cli(String, List<String>) - Method in class com.spotify.helios.system.SystemTestBase
 
CliDeploymentTest - Class in com.spotify.helios.system
 
CliDeploymentTest() - Constructor for class com.spotify.helios.system.CliDeploymentTest
 
client(String, String) - Method in class com.spotify.helios.system.SystemTestBase
 
CliHostListTest - Class in com.spotify.helios.system
 
CliHostListTest() - Constructor for class com.spotify.helios.system.CliHostListTest
 
CliJobCreationTest - Class in com.spotify.helios.system
 
CliJobCreationTest() - Constructor for class com.spotify.helios.system.CliJobCreationTest
 
cliJson(Class<T>, String, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
cliJson(Class<T>, String, List<String>) - Method in class com.spotify.helios.system.SystemTestBase
 
CliMasterListTest - Class in com.spotify.helios.system
 
CliMasterListTest() - Constructor for class com.spotify.helios.system.CliMasterListTest
 
ClusterDeploymentTest - Class in com.spotify.helios.system
 
ClusterDeploymentTest() - Constructor for class com.spotify.helios.system.ClusterDeploymentTest
 
com.spotify.helios.system - package com.spotify.helios.system
 
ConfigFileJobCreationTest - Class in com.spotify.helios.system
 
ConfigFileJobCreationTest() - Constructor for class com.spotify.helios.system.ConfigFileJobCreationTest
 
ContainerHostNameTest - Class in com.spotify.helios.system
 
ContainerHostNameTest() - Constructor for class com.spotify.helios.system.ContainerHostNameTest
 
createJob(String, String, String, List<String>) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, List<String>, Date) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, List<String>, ImmutableMap<String, String>) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, List<String>, Map<String, String>, Map<String, PortMapping>) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, List<String>, Map<String, String>, Map<String, PortMapping>, Map<ServiceEndpoint, ServicePorts>) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, List<String>, Map<String, String>, Map<String, PortMapping>, Map<ServiceEndpoint, ServicePorts>, Integer, Map<String, String>) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(String, String, String, String, List<String>, Map<String, String>, Map<String, PortMapping>, Map<ServiceEndpoint, ServicePorts>, Integer, Map<String, String>, Date) - Method in class com.spotify.helios.system.SystemTestBase
 
createJob(Job) - Method in class com.spotify.helios.system.SystemTestBase
 
createJobRawOutput(Job) - Method in class com.spotify.helios.system.SystemTestBase
 

D

defaultClient() - Method in class com.spotify.helios.system.SystemTestBase
 
deployJob(JobId, String) - Method in class com.spotify.helios.system.SystemTestBase
 
deployJob(JobId, String, String) - Method in class com.spotify.helios.system.SystemTestBase
 
DeploymentGroupTest - Class in com.spotify.helios.system
 
DeploymentGroupTest() - Constructor for class com.spotify.helios.system.DeploymentGroupTest
 
DeploymentTest - Class in com.spotify.helios.system
 
DeploymentTest() - Constructor for class com.spotify.helios.system.DeploymentTest
 
deregisterHost(String) - Method in class com.spotify.helios.system.SystemTestBase
 
DeregisterTest - Class in com.spotify.helios.system
 
DeregisterTest() - Constructor for class com.spotify.helios.system.DeregisterTest
 
DnsServerTest - Class in com.spotify.helios.system
 
DnsServerTest() - Constructor for class com.spotify.helios.system.DnsServerTest
 
DOCKER_HOST - Static variable in class com.spotify.helios.system.SystemTestBase
 
dockerPortRange() - Method in class com.spotify.helios.system.SystemTestBase
 
dockerSetup() - Method in class com.spotify.helios.system.SystemTestBase
 

E

EnvironmentVariableTest - Class in com.spotify.helios.system
 
EnvironmentVariableTest() - Constructor for class com.spotify.helios.system.EnvironmentVariableTest
 
exception - Variable in class com.spotify.helios.system.AgentStateDirConflictTest
 
exception - Variable in class com.spotify.helios.system.JobRemoveTest
 
exception - Variable in class com.spotify.helios.system.SystemTestBase
 
expectedException - Variable in class com.spotify.helios.system.JobExpirationTest
 
expectedException - Variable in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 

F

FlappingTest - Class in com.spotify.helios.system
 
FlappingTest() - Constructor for class com.spotify.helios.system.FlappingTest
 
flatten(Object...) - Method in class com.spotify.helios.system.SystemTestBase
 
flatten(Iterable<?>) - Method in class com.spotify.helios.system.SystemTestBase
 
FOO - Static variable in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
FOO_DATA - Static variable in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 

G

getNewDockerClient() - Method in class com.spotify.helios.system.SystemTestBase
 
getOrNull(ListenableFuture<T>) - Method in class com.spotify.helios.system.SystemTestBase
 

H

HealthCheckTest - Class in com.spotify.helios.system
 
HealthCheckTest() - Constructor for class com.spotify.helios.system.HealthCheckTest
 
HOSTS - Static variable in class com.spotify.helios.system.ClusterDeploymentTest
 
httpClient - Variable in class com.spotify.helios.system.SystemTestBase
 

I

IDLE_COMMAND - Static variable in class com.spotify.helios.system.SystemTestBase
 
IdMismatchJobCreateTest - Class in com.spotify.helios.system
 
IdMismatchJobCreateTest() - Constructor for class com.spotify.helios.system.IdMismatchJobCreateTest
 
ImageMissingTest - Class in com.spotify.helios.system
 
ImageMissingTest() - Constructor for class com.spotify.helios.system.ImageMissingTest
 
initialize() - Method in class com.spotify.helios.system.CliHostListTest
 
initialize() - Method in class com.spotify.helios.system.CliJobCreationTest
 
initialize() - Method in class com.spotify.helios.system.CliMasterListTest
 
initialize() - Method in class com.spotify.helios.system.DeploymentGroupTest
 

J

JobCreateTest - Class in com.spotify.helios.system
 
JobCreateTest() - Constructor for class com.spotify.helios.system.JobCreateTest
 
JobExpirationTest - Class in com.spotify.helios.system
 
JobExpirationTest() - Constructor for class com.spotify.helios.system.JobExpirationTest
 
JobHistoryTest - Class in com.spotify.helios.system
 
JobHistoryTest() - Constructor for class com.spotify.helios.system.JobHistoryTest
 
JobListTest - Class in com.spotify.helios.system
 
JobListTest() - Constructor for class com.spotify.helios.system.JobListTest
 
JobRemoveTest - Class in com.spotify.helios.system
 
JobRemoveTest() - Constructor for class com.spotify.helios.system.JobRemoveTest
 
JobServiceRegistrationTest - Class in com.spotify.helios.system
 
JobServiceRegistrationTest() - Constructor for class com.spotify.helios.system.JobServiceRegistrationTest
 
jobStatusBulk() - Method in class com.spotify.helios.system.MultipleJobsTest
 
JobWatchExactTest - Class in com.spotify.helios.system
 
JobWatchExactTest() - Constructor for class com.spotify.helios.system.JobWatchExactTest
 
JobWatchTest - Class in com.spotify.helios.system
 
JobWatchTest() - Constructor for class com.spotify.helios.system.JobWatchTest
 

L

LabelTest - Class in com.spotify.helios.system
 
LabelTest() - Constructor for class com.spotify.helios.system.LabelTest
 
listContainers(DockerClient, String) - Method in class com.spotify.helios.system.SystemTestBase
 
LONG_WAIT_SECONDS - Static variable in class com.spotify.helios.system.SystemTestBase
 

M

main(String...) - Method in class com.spotify.helios.system.SystemTestBase
 
main(Collection<String>) - Method in class com.spotify.helios.system.SystemTestBase
 
MASTER_DIGEST - Static variable in class com.spotify.helios.system.SystemTestBase
 
MASTER_PASSWORD - Static variable in class com.spotify.helios.system.SystemTestBase
 
MASTER_USER - Static variable in class com.spotify.helios.system.SystemTestBase
 
masterAdminEndpoint() - Method in class com.spotify.helios.system.SystemTestBase
 
masterAdminPort() - Method in class com.spotify.helios.system.SystemTestBase
 
masterEndpoint() - Method in class com.spotify.helios.system.SystemTestBase
 
masterName() - Method in class com.spotify.helios.system.SystemTestBase
 
masterPort() - Method in class com.spotify.helios.system.SystemTestBase
 
MasterResolutionFailureMessageTest - Class in com.spotify.helios.system
 
MasterResolutionFailureMessageTest() - Constructor for class com.spotify.helios.system.MasterResolutionFailureMessageTest
 
MasterRespondsWithNoZkTest - Class in com.spotify.helios.system
 
MasterRespondsWithNoZkTest() - Constructor for class com.spotify.helios.system.MasterRespondsWithNoZkTest
 
MasterServiceRegistrationTest - Class in com.spotify.helios.system
 
MasterServiceRegistrationTest() - Constructor for class com.spotify.helios.system.MasterServiceRegistrationTest
 
MEMCACHED - Static variable in class com.spotify.helios.system.SystemTestBase
 
mockServiceRegistrar() - Method in class com.spotify.helios.system.ServiceRegistrationTestBase
 
MultipleHostsTest - Class in com.spotify.helios.system
 
MultipleHostsTest() - Constructor for class com.spotify.helios.system.MultipleHostsTest
 
MultipleJobsTest - Class in com.spotify.helios.system
 
MultipleJobsTest() - Constructor for class com.spotify.helios.system.MultipleJobsTest
 
MultiplePortJobTest - Class in com.spotify.helios.system
 
MultiplePortJobTest() - Constructor for class com.spotify.helios.system.MultiplePortJobTest
 

N

NamespaceTest - Class in com.spotify.helios.system
 
NamespaceTest() - Constructor for class com.spotify.helios.system.NamespaceTest
 
NetworkModeTest - Class in com.spotify.helios.system
 
NetworkModeTest() - Constructor for class com.spotify.helios.system.NetworkModeTest
 
NGINX - Static variable in class com.spotify.helios.system.SystemTestBase
 

P

PortCollisionJobTest - Class in com.spotify.helios.system
 
PortCollisionJobTest() - Constructor for class com.spotify.helios.system.PortCollisionJobTest
 
ports - Variable in class com.spotify.helios.system.DeregisterTest
 
PredefinedPortImageDeploymentTest - Class in com.spotify.helios.system
 
PredefinedPortImageDeploymentTest() - Constructor for class com.spotify.helios.system.PredefinedPortImageDeploymentTest
 

Q

QueryFailureTest - Class in com.spotify.helios.system
Tests that commands which do search matching tell you that you didn't match anything if you provided something to match against.
QueryFailureTest() - Constructor for class com.spotify.helios.system.QueryFailureTest
 

R

randomHexString() - Static method in class com.spotify.helios.system.SystemTestBase
 
ReapingTest - Class in com.spotify.helios.system
 
ReapingTest() - Constructor for class com.spotify.helios.system.ReapingTest
 
registrar - Variable in class com.spotify.helios.system.HealthCheckTest
 
registrar - Variable in class com.spotify.helios.system.JobServiceRegistrationTest
 
registrar - Variable in class com.spotify.helios.system.MasterServiceRegistrationTest
 
registrationCaptor - Variable in class com.spotify.helios.system.HealthCheckTest
 
registrationCaptor - Variable in class com.spotify.helios.system.JobServiceRegistrationTest
 
registrationCaptor - Variable in class com.spotify.helios.system.MasterServiceRegistrationTest
 
removeContainer(DockerClient, String) - Static method in class com.spotify.helios.system.SystemTestBase
 
resetAgentStateDir() - Method in class com.spotify.helios.system.SystemTestBase
 
ResourcesTest - Class in com.spotify.helios.system
 
ResourcesTest() - Constructor for class com.spotify.helios.system.ResourcesTest
 

S

ServiceRegistrationTestBase - Class in com.spotify.helios.system
 
ServiceRegistrationTestBase() - Constructor for class com.spotify.helios.system.ServiceRegistrationTestBase
 
setup() - Method in class com.spotify.helios.system.AgentStateDirConflictTest
 
setup() - Method in class com.spotify.helios.system.ClusterDeploymentTest
 
setup() - Method in class com.spotify.helios.system.HealthCheckTest
 
setUp() - Method in class com.spotify.helios.system.JobRemoveTest
 
setup() - Method in class com.spotify.helios.system.JobServiceRegistrationTest
 
setup() - Method in class com.spotify.helios.system.MasterServiceRegistrationTest
 
setup() - Method in class com.spotify.helios.system.NetworkModeTest
 
setup() - Method in class com.spotify.helios.system.ResourcesTest
 
setup() - Method in class com.spotify.helios.system.SyslogRedirectionTest
 
setup() - Method in class com.spotify.helios.system.TerminationTest
 
setUp() - Method in class com.spotify.helios.system.UndeployFilteringTest
 
setUp() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
setup() - Method in class com.spotify.helios.system.VolumeTest
 
setup() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
setup() - Method in class com.spotify.helios.system.ZooKeeperHeliosFailoverTest
 
setup() - Method in class com.spotify.helios.system.ZooKeeperRestoreTest
 
setupDefaultMaster(String...) - Method in class com.spotify.helios.system.SystemTestBase
 
setupDefaultMaster(int, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startAgent(String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startDefaultAgent(String, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startDefaultMaster(String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startDefaultMaster(int, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startDefaultMasterDontWaitForZk(CuratorClientFactory, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startDefaultMasters(int, String...) - Method in class com.spotify.helios.system.SystemTestBase
 
startJob(JobId, String) - Method in class com.spotify.helios.system.SystemTestBase
 
startMaster(String...) - Method in class com.spotify.helios.system.SystemTestBase
 
staticSetup() - Static method in class com.spotify.helios.system.SystemTestBase
 
stopAgent(AgentMain) - Method in class com.spotify.helios.system.SystemTestBase
 
stopJob(JobId, String) - Method in class com.spotify.helios.system.SystemTestBase
 
SyslogRedirectionTest - Class in com.spotify.helios.system
 
SyslogRedirectionTest() - Constructor for class com.spotify.helios.system.SyslogRedirectionTest
 
SystemTestBase - Class in com.spotify.helios.system
 
SystemTestBase() - Constructor for class com.spotify.helios.system.SystemTestBase
 

T

teardown() - Method in class com.spotify.helios.system.AgentStateDirConflictTest
 
teardown() - Method in class com.spotify.helios.system.HealthCheckTest
 
teardown() - Method in class com.spotify.helios.system.JobServiceRegistrationTest
 
teardown() - Method in class com.spotify.helios.system.MasterServiceRegistrationTest
 
tearDown() - Method in class com.spotify.helios.system.SyslogRedirectionTest
 
teardown() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
teardown() - Method in class com.spotify.helios.system.ZooKeeperRestoreTest
 
temporaryFolder - Variable in class com.spotify.helios.system.SystemTestBase
 
temporaryPorts - Variable in class com.spotify.helios.system.SystemTestBase
 
temporaryPorts() - Method in class com.spotify.helios.system.SystemTestBase
 
TerminationTest - Class in com.spotify.helios.system
 
TerminationTest() - Constructor for class com.spotify.helios.system.TerminationTest
 
test() - Method in class com.spotify.helios.system.AddExtraHostTest
 
test() - Method in class com.spotify.helios.system.AgentRestartTest
 
test() - Method in class com.spotify.helios.system.AgentStateDirConflictTest
 
test() - Method in class com.spotify.helios.system.AgentZooKeeperDownTolerationTest
 
test() - Method in class com.spotify.helios.system.BindVolumeTest
 
test() - Method in class com.spotify.helios.system.ConfigFileJobCreationTest
 
test() - Method in class com.spotify.helios.system.DeploymentTest
 
test() - Method in class com.spotify.helios.system.EnvironmentVariableTest
 
test() - Method in class com.spotify.helios.system.FlappingTest
 
test() - Method in class com.spotify.helios.system.IdMismatchJobCreateTest
 
test() - Method in class com.spotify.helios.system.ImageMissingTest
 
test() - Method in class com.spotify.helios.system.JobExpirationTest
 
test() - Method in class com.spotify.helios.system.JobListTest
 
test() - Method in class com.spotify.helios.system.JobServiceRegistrationTest
 
test() - Method in class com.spotify.helios.system.JobWatchExactTest
 
test() - Method in class com.spotify.helios.system.JobWatchTest
 
test() - Method in class com.spotify.helios.system.MasterResolutionFailureMessageTest
 
test() - Method in class com.spotify.helios.system.MasterRespondsWithNoZkTest
 
test() - Method in class com.spotify.helios.system.MasterServiceRegistrationTest
 
test() - Method in class com.spotify.helios.system.MultiplePortJobTest
 
test() - Method in class com.spotify.helios.system.NamespaceTest
 
test() - Method in class com.spotify.helios.system.NetworkModeTest
 
test() - Method in class com.spotify.helios.system.PortCollisionJobTest
 
test() - Method in class com.spotify.helios.system.PredefinedPortImageDeploymentTest
 
test() - Method in class com.spotify.helios.system.ReapingTest
 
test() - Method in class com.spotify.helios.system.SyslogRedirectionTest
 
test() - Method in class com.spotify.helios.system.UndeployRaceTest
 
TEST_HOST - Static variable in class com.spotify.helios.system.SystemTestBase
 
TEST_MASTER - Static variable in class com.spotify.helios.system.SystemTestBase
 
TEST_USER - Static variable in class com.spotify.helios.system.SystemTestBase
 
testAgent() - Method in class com.spotify.helios.system.UndeployFilteringTest
 
testAgent() - Method in class com.spotify.helios.system.ZooKeeperClusterIdTest
 
testAgentAddedAfterRollingUpdateIsDeployed() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testAgentCreatedNodesHaveAcls() - Method in class com.spotify.helios.system.ZooKeeperAclTest
Simple test to make sure nodes created by agents use the ACLs provided by the ACL provider.
testCli() - Method in class com.spotify.helios.system.VolumeTest
 
testClient() - Method in class com.spotify.helios.system.ResourcesTest
 
testClient() - Method in class com.spotify.helios.system.VolumeTest
 
testCliHosts() - Method in class com.spotify.helios.system.LabelTest
 
testContainerDiesDuringHealthcheck() - Method in class com.spotify.helios.system.HealthCheckTest
 
testDeployAndUndeployJob() - Method in class com.spotify.helios.system.CliDeploymentTest
 
testDeployingNonexistantHostJson() - Method in class com.spotify.helios.system.CliDeploymentTest
 
testDeployingNonexistantJobJson() - Method in class com.spotify.helios.system.CliDeploymentTest
 
testDeregister() - Method in class com.spotify.helios.system.DeregisterTest
 
testDeregisterHostThatDoesntExist() - Method in class com.spotify.helios.system.DeregisterTest
 
testDeregisterJobDeployedWithoutStatus() - Method in class com.spotify.helios.system.DeregisterTest
 
testDnsParam() - Method in class com.spotify.helios.system.DnsServerTest
 
testEqual() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testExec() - Method in class com.spotify.helios.system.HealthCheckTest
 
testFilteringJobAndHostStatuses() - Method in class com.spotify.helios.system.MultipleHostsTest
 
testGetJobsWithBadNode() - Method in class com.spotify.helios.system.ZooKeeperBadNodeTest
 
testHashLessJobCreation() - Method in class com.spotify.helios.system.ApiTest
Verify that the Helios master generates and returns a hash if the submitted job creation request does not include one.
testHost() - Method in class com.spotify.helios.system.SystemTestBase
 
testHostLabels() - Method in class com.spotify.helios.system.LabelTest
 
testHostList() - Method in class com.spotify.helios.system.QueryFailureTest
 
testHostListJson() - Method in class com.spotify.helios.system.CliHostListTest
 
testHostStatuses() - Method in class com.spotify.helios.system.MultipleHostsTest
 
testHttp() - Method in class com.spotify.helios.system.HealthCheckTest
 
testIdenticalRollouts() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testInvalidHostname() - Method in class com.spotify.helios.system.JobCreateTest
 
testInvalidJobJsonOutput() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testInvalidStatus() - Method in class com.spotify.helios.system.CliHostListTest
 
testJobHistory() - Method in class com.spotify.helios.system.JobHistoryTest
 
testJobHistoryDisabled() - Method in class com.spotify.helios.system.JobHistoryTest
 
testJobList() - Method in class com.spotify.helios.system.QueryFailureTest
 
testJobName - Variable in class com.spotify.helios.system.SystemTestBase
 
testJobNameAndVersion - Variable in class com.spotify.helios.system.SystemTestBase
 
testJobsArePreservedWhenReregistering() - Method in class com.spotify.helios.system.DeregisterTest
 
testJobStatusHostFilter() - Method in class com.spotify.helios.system.QueryFailureTest
 
testJobStatusJobFilter() - Method in class com.spotify.helios.system.QueryFailureTest
 
testJobVersion - Variable in class com.spotify.helios.system.SystemTestBase
 
testJobWithDigest() - Method in class com.spotify.helios.system.DeploymentTest
 
testJobWithoutToken() - Method in class com.spotify.helios.system.TokenTest
 
testJobWithToken() - Method in class com.spotify.helios.system.TokenTest
 
testJsonVersion() - Method in class com.spotify.helios.system.VersionCommandTest
 
testListDeploymentGroups() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testLotsOfConcurrentJobs() - Method in class com.spotify.helios.system.DeploymentTest
 
testMajorVersion() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testMalformed() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testMaster() - Method in class com.spotify.helios.system.UndeployFilteringTest
 
testMaster() - Method in class com.spotify.helios.system.ZooKeeperClusterIdTest
 
testMasterCreatedNodesHaveAcls() - Method in class com.spotify.helios.system.ZooKeeperAclTest
Simple test to make sure nodes created by master use the ACLs provided by the ACL provider.
testMasterListJson() - Method in class com.spotify.helios.system.CliMasterListTest
 
testMasterSetsRootNodeAcls() - Method in class com.spotify.helios.system.ZooKeeperAclTest
Verify that the master sets the correct ACLs on the root node on start-up.
testMergeFileAndCliArgs() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testMergeFileAndCliArgsEnvPrecedence() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testMinorVersion() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testMissing() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testName - Variable in class com.spotify.helios.system.DeploymentGroupTest
 
testNoDnsParam() - Method in class com.spotify.helios.system.DnsServerTest
 
testNoIntOnExit() - Method in class com.spotify.helios.system.TerminationTest
 
testPatchVersion() - Method in class com.spotify.helios.system.VersionResponseFilterTest
 
testPortEnvVars() - Method in class com.spotify.helios.system.MultiplePortJobTest
 
testQuietHostList() - Method in class com.spotify.helios.system.QueryFailureTest
 
testQuietJobList() - Method in class com.spotify.helios.system.QueryFailureTest
 
testReadableVersion() - Method in class com.spotify.helios.system.VersionCommandTest
 
testRegistrationResolution() - Method in class com.spotify.helios.system.DeregisterTest
 
testRegistrationResolutionTtlNotExpired() - Method in class com.spotify.helios.system.DeregisterTest
 
testRemoveDeploymentGroupActive() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRemoveDeploymentGroupInactive() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRemoveJobDeletesHistory() - Method in class com.spotify.helios.system.JobRemoveTest
 
testRemoveJobWithoutHistory() - Method in class com.spotify.helios.system.JobRemoveTest
 
testRemovingAgentTagUndeploysJob() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdate() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateCoordination() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateGroupNotFound() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateMigrate() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateMigrateNothingToUndeploy() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateMigrateWithToken() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdatePerformance() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateWithOverlap() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateWithOverlapAndParallelism() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testRollingUpdateWithToken() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testStatusFilter() - Method in class com.spotify.helios.system.CliHostListTest
 
testStatusNoRollingUpdate() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testStopDeploymentGroup() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testStopDeploymentGroupGroupNotFound() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testStoppedJob() - Method in class com.spotify.helios.system.DeploymentGroupTest
 
testSuccessJsonOutput() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testTag - Variable in class com.spotify.helios.system.SystemTestBase
 
testTcp() - Method in class com.spotify.helios.system.HealthCheckTest
 
testTemplateAmbiguousJobJsonOutput() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testTemplateUnknownJobJsonOutput() - Method in class com.spotify.helios.system.CliJobCreationTest
 
testTermOnExit() - Method in class com.spotify.helios.system.TerminationTest
 
testUndeployingNonexistantHostJson() - Method in class com.spotify.helios.system.CliDeploymentTest
 
testUndeployingNonexistantJobJson() - Method in class com.spotify.helios.system.CliDeploymentTest
 
testValidHostname() - Method in class com.spotify.helios.system.ContainerHostNameTest
 
testVersionWithServerError() - Method in class com.spotify.helios.system.VersionCommandTest
 
testZooKeeperClient() - Method in class com.spotify.helios.system.ZooKeeperClusterIdTest
 
TokenTest - Class in com.spotify.helios.system
 
TokenTest() - Constructor for class com.spotify.helios.system.TokenTest
 

U

UHTTPD - Static variable in class com.spotify.helios.system.SystemTestBase
 
UndeployFilteringTest - Class in com.spotify.helios.system
 
UndeployFilteringTest() - Constructor for class com.spotify.helios.system.UndeployFilteringTest
 
undeployJob(JobId, String) - Method in class com.spotify.helios.system.SystemTestBase
 
UndeployRaceTest - Class in com.spotify.helios.system
 
UndeployRaceTest() - Constructor for class com.spotify.helios.system.UndeployRaceTest
 
uniqueRegistryAddress() - Method in class com.spotify.helios.system.ServiceRegistrationTestBase
 

V

verifyAgentPushesTaskStateAfterRestore() - Method in class com.spotify.helios.system.ZooKeeperRestoreTest
 
verifyAgentReportsDockerVersion() - Method in class com.spotify.helios.system.AgentReportingTest
 
verifyAgentReRegistersAfterRestore() - Method in class com.spotify.helios.system.ZooKeeperRestoreTest
 
verifyCanCreateNodesWithOnePeerDead() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
verifyCanDeployOnSeveralHosts() - Method in class com.spotify.helios.system.ClusterDeploymentTest
 
verifyCanDeployWithOneNodeDeadAfterOneNodeDataLoss() - Method in class com.spotify.helios.system.ZooKeeperHeliosFailoverTest
 
verifyCanDeployWithOnePeerDead() - Method in class com.spotify.helios.system.ZooKeeperHeliosFailoverTest
 
verifyCanNotCreateNodesWithTwoPeersDead() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
verifyZooKeeperRecoversWithTwoPeersAlive() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
verifyZooKeeperToleratesOneNodeDataLoss() - Method in class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
VersionCommandTest - Class in com.spotify.helios.system
 
VersionCommandTest() - Constructor for class com.spotify.helios.system.VersionCommandTest
 
VersionResponseFilterTest - Class in com.spotify.helios.system
 
VersionResponseFilterTest() - Constructor for class com.spotify.helios.system.VersionResponseFilterTest
 
VolumeTest - Class in com.spotify.helios.system
 
VolumeTest() - Constructor for class com.spotify.helios.system.VolumeTest
 

W

WAIT_TIMEOUT_SECONDS - Static variable in class com.spotify.helios.system.SystemTestBase
 
waitForMasterToBeFullyUp() - Method in class com.spotify.helios.system.SystemTestBase
 
watcher - Variable in class com.spotify.helios.system.SystemTestBase
 

Z

zk() - Method in class com.spotify.helios.system.SystemTestBase
 
zkClusterId - Variable in class com.spotify.helios.system.SystemTestBase
 
ZooKeeperAclTest - Class in com.spotify.helios.system
 
ZooKeeperAclTest() - Constructor for class com.spotify.helios.system.ZooKeeperAclTest
 
ZooKeeperBadNodeTest - Class in com.spotify.helios.system
 
ZooKeeperBadNodeTest() - Constructor for class com.spotify.helios.system.ZooKeeperBadNodeTest
 
ZooKeeperClusterIdTest - Class in com.spotify.helios.system
 
ZooKeeperClusterIdTest() - Constructor for class com.spotify.helios.system.ZooKeeperClusterIdTest
 
ZooKeeperCuratorFailoverTest - Class in com.spotify.helios.system
 
ZooKeeperCuratorFailoverTest() - Constructor for class com.spotify.helios.system.ZooKeeperCuratorFailoverTest
 
ZooKeeperHeliosFailoverTest - Class in com.spotify.helios.system
 
ZooKeeperHeliosFailoverTest() - Constructor for class com.spotify.helios.system.ZooKeeperHeliosFailoverTest
 
ZooKeeperRestoreTest - Class in com.spotify.helios.system
 
ZooKeeperRestoreTest() - Constructor for class com.spotify.helios.system.ZooKeeperRestoreTest
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.ClusterDeploymentTest
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.MasterRespondsWithNoZkTest
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.SystemTestBase
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.ZooKeeperBadNodeTest
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.ZooKeeperHeliosFailoverTest
 
zooKeeperTestManager() - Method in class com.spotify.helios.system.ZooKeeperRestoreTest
 
A B C D E F G H I J L M N P Q R S T U V W Z 
Skip navigation links

Copyright © 2017. All rights reserved.