Skip to content

Conversation

@sundargates
Copy link
Contributor

@sundargates sundargates commented Apr 13, 2022

Context

Should fix the flakiness affecting multiple builds such as #171

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable
  • Added copyright headers for new files from CONTRIBUTING.md

@github-actions
Copy link

github-actions bot commented Apr 13, 2022

Unit Test Results

107 files   -     1  107 suites   - 1   5m 26s ⏱️ -2s
471 tests  - 116  452 ✔️  - 116  19 💤 ±0  0 ±0 

Results for commit 3f7e9de. ± Comparison against base commit 1776919.

This pull request removes 123 and adds 7 tests. Note that renamed tests count towards both.
io.mantisrx.master.api.akka.route.LeaderRedirectionRouteTest ‑ testMasterInfoAPIWhenNotLeader
io.mantisrx.master.api.akka.route.v0.AgentClusterRouteTest ‑ testGetActiveAgentClusters
io.mantisrx.master.api.akka.route.v0.AgentClusterRouteTest ‑ testGetAgentClustersList
io.mantisrx.master.api.akka.route.v0.AgentClusterRouteTest ‑ testGetJobsOnVMs
io.mantisrx.master.api.akka.route.v0.AgentClusterRouteTest ‑ testSetActiveVMs
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ cleanupExistingJobs
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ testDuplicateJobClusterCreateFails
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ testJobClusterCreate
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ testJobClusterDelete
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ testJobClusterDisable
…
io.mantisrx.master.api.akka.route.v0.AgentClusterRouteTest ‑ testIt
io.mantisrx.master.api.akka.route.v0.JobClusterRouteTest ‑ testIt
io.mantisrx.master.api.akka.route.v1.AgentClustersRouteTest ‑ testIt
io.mantisrx.master.api.akka.route.v1.JobClustersRouteTest ‑ testIt
io.mantisrx.master.api.akka.route.v1.JobDiscoveryStreamRouteTest ‑ testJobDiscoveryStreamForNonExistentJob
io.mantisrx.master.api.akka.route.v1.JobDiscoveryStreamRouteTest ‑ testLastSubmittedJobIdStreamForNonExistentJob
io.mantisrx.master.api.akka.route.v1.JobsRouteTest ‑ testIt

♻️ This comment has been updated with latest results.

@hmitnflx
Copy link
Contributor

This is a really nice change! Kudos!

sender.tell(new JobClusterProto.InitializeJobClusterResponse(initReq.requestId,
SERVER_ERROR, String.format("JobCluster %s not created due to %s",
initReq.jobClusterDefinition.getName(), e.getMessage()),
initReq.jobClusterDefinition.getName(), Throwables.getStackTraceAsString(e)),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codyrioux Is this okay?



@Test(dependsOnMethods = {"testSetActiveVMs"})
// (dependsOnMethods = {"testSetActiveVMs"})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have commented this out primarily because I want to see if this feature is supported in Junit5.

@sundargates sundargates merged commit b0f9e60 into Netflix:master Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants