You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by et...@apache.org on 2020/11/16 05:23:27 UTC

[storm] branch master updated (19eb699 -> 51f5464)

This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git.


    from 19eb699  [STORM-3706] Add Cluster.needsSchedulingRas() to tests to ensure correct value is returned. (#3340)
     add aee7523  [STORM-3709] Topology without spout should fail submission.
     new 51f5464  [STORM-3709] Topology without spout should fail submission. (#3343)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/jvm/org/apache/storm/StormSubmitter.java   |  6 +++
 .../jvm/org/apache/storm/TestStormSubmitter.java   | 59 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)
 create mode 100644 storm-client/test/jvm/org/apache/storm/TestStormSubmitter.java


[storm] 01/01: [STORM-3709] Topology without spout should fail submission. (#3343)

Posted by et...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ethanli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git

commit 51f5464fcdda3b416053ff67bba4a40cb257b3a5
Merge: 19eb699 aee7523
Author: Meng (Ethan) Li <et...@gmail.com>
AuthorDate: Sun Nov 15 23:23:03 2020 -0600

    [STORM-3709] Topology without spout should fail submission. (#3343)

 .../src/jvm/org/apache/storm/StormSubmitter.java   |  6 +++
 .../jvm/org/apache/storm/TestStormSubmitter.java   | 59 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)