Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pluggable serialization #14

Merged
merged 4 commits into from
Apr 29, 2015
Merged

Pluggable serialization #14

merged 4 commits into from
Apr 29, 2015

Conversation

Randgalt
Copy link
Collaborator

No description provided.

@Randgalt Randgalt mentioned this pull request Apr 29, 2015
import java.lang.reflect.Method;
import java.util.Map;

public class JsonSerializerMapper

Choose a reason for hiding this comment

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

do you want this to be public?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure - it might be useful

@@ -92,10 +91,10 @@ public TaskExecution newTaskExecution(WorkflowManager workflowManager, Executabl

List<Set<TaskId>> sets = taskExecutor.getChecker().getSets();
List<Set<TaskId>> expectedSets = Arrays.<Set<TaskId>>asList
(

Choose a reason for hiding this comment

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

nit: fuzz

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can't get IntelliJ to match my quixotic style.

@codefromthecrypt
Copy link

:shipit:

Randgalt added a commit that referenced this pull request Apr 29, 2015
@Randgalt Randgalt merged commit cdb711e into master Apr 29, 2015
@@ -92,6 +94,8 @@ public void testPriority() throws Exception
.withCurator(curator, "test", "1")
.build() )
{
Scheduler.debugQueuedTasks = new Semaphore(0);
((WorkflowManagerImpl)workflowManager).debugDontStartConsumers = true; // make sure all tasks are added to ZK before they start getting consumed

Choose a reason for hiding this comment

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

thanks! this fixed a flake I had a less effective workaround to :)

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.

None yet

2 participants