We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba4162 commit 6e8a30bCopy full SHA for 6e8a30b
test/clj/backtype/storm/nimbus_test.clj
@@ -71,7 +71,7 @@
71
assigned-task-ids (mapcat executor-id->tasks (keys executor->node+port))
72
all-nodes (set (map first (vals executor->node+port)))]
73
(when assigned?
74
- (is (= (set task-ids) (set assigned-task-ids)))
+ (is (= (sort task-ids) (sort assigned-task-ids)))
75
(doseq [t task-ids]
76
(is (not-nil? (task->node+port t)))))
77
(doseq [[e s] executor->node+port]
0 commit comments