You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/05/24 23:56:43 UTC

[beam-site] branch asf-site updated (4ecc2ab -> 0e17676)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 4ecc2ab  Prepare repository for deployment.
     add abfa977  Remove DoFnTester from testing guide.
     add 79fbaed  This closes #448
     new 0e17676  Prepare repository for deployment.

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:
 content/contribute/testing/index.html | 17 +----------------
 src/contribute/testing.md             | 15 ---------------
 2 files changed, 1 insertion(+), 31 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.

[beam-site] 01/01: Prepare repository for deployment.

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

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 0e176768f6b1cbe7515ec49bc6ad8874e07a2e04
Author: Mergebot <me...@apache.org>
AuthorDate: Thu May 24 16:56:40 2018 -0700

    Prepare repository for deployment.
---
 content/contribute/testing/index.html | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/content/contribute/testing/index.html b/content/contribute/testing/index.html
index ca0747b..2a1db6c 100644
--- a/content/contribute/testing/index.html
+++ b/content/contribute/testing/index.html
@@ -228,21 +228,6 @@ details on those testing types.</p>
    <td><strong>Runs In</strong>
    </td>
   </tr>
-  <tr>
-   <td>DoFn
-   </td>
-   <td>Correctness on one/few bundles
-   </td>
-   <td>DoFnTester
-   </td>
-   <td><a href="https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java#L1325">BigQueryIOTest</a>
-   </td>
-   <td>Unit
-   </td>
-   <td>Precommit, Postcommit
-   </td>
-  </tr>
-  <tr>
    <td>BoundedSource
    </td>
    <td>Correctly Reads Input
@@ -255,7 +240,7 @@ details on those testing types.</p>
    </td>
    <td>Precommit, Postcommit
    </td>
-  </tr>
+  &lt;/tr&gt;
   <tr>
    <td>
    </td>

-- 
To stop receiving notification emails like this one, please contact
mergebot-role@apache.org.