You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/19 12:11:47 UTC

[GitHub] [flink] klion26 opened a new pull request #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

klion26 opened a new pull request #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902
 
 
   ## What is the purpose of the change
   
   FLINK-11767 introduced a new test base (TypeSerializerUpgradeTestBase) for writing serializer upgrade tests. This PR wants to port `ValueSerializer` upgrade test from TypeSerializerSnapshotMigrationTestBase to use the new test base and update them to restore from Flink 1.8 onward.
   
   ## Brief change log
   
   - add `ValueSerializerUpgradeTest.java` and the snapshot generated on branch 1.7, 1.8 and 1.9
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   - `ValueSerializerUpgradeTest.java`
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yno)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145168211 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   * a9a287455327ff1982ac1c00bf435582da8b7980 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145168211) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] aljoscha commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
aljoscha commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576582642
 
 
   You can also open individual PRs against my branch.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] aljoscha commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
aljoscha commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576268170
 
 
   Hi @klion26, I would like to collect all the test porting in a branch of mine before we merge anything to master: https://github.com/aljoscha/flink/tree/port-serializer-upgrade-tests.
   
   You can see from my commits how I did it: I removed the snapshots for the old test, I remove the old test. I don't add snapshots for the new test because I want to add them all at once at the end or figure out some other solution for managing the serializer snapshots.
   
   What do you think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-575998611
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 (Sun Jan 19 12:14:07 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] klion26 closed pull request #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
klion26 closed pull request #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   * a9a287455327ff1982ac1c00bf435582da8b7980 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/145168211 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   * a9a287455327ff1982ac1c00bf435582da8b7980 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/145168211) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] klion26 commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
klion26 commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576490185
 
 
   @aljoscha that makes sense to me.
   I'll close this pr, and push all the commits to my local branch(https://github.com/klion26/flink/commits/13632_port_serializer_upgrade_tests), when porting finished, will file a pr from my local branch to your branch. 
   What do you think?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/145168211 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   Hash:a9a287455327ff1982ac1c00bf435582da8b7980 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497 TriggerType:PUSH TriggerID:a9a287455327ff1982ac1c00bf435582da8b7980
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   * a9a287455327ff1982ac1c00bf435582da8b7980 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/145168211) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4497) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10902: [FLINK-13632][tests] Port ValueSerialzier upgrade tests to TypeSerializerUpgradeTestBaseUpdate
URL: https://github.com/apache/flink/pull/10902#issuecomment-576001637
 
 
   <!--
   Meta data
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/145109754 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477 TriggerType:PUSH TriggerID:1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/145118553 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   Hash:d8c7c179161d94ff294e64c0d2a75d35652fef5e Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484 TriggerType:PUSH TriggerID:d8c7c179161d94ff294e64c0d2a75d35652fef5e
   -->
   ## CI report:
   
   * 1b5bea0c7e5f9612b293f6132e99b73fe3ee2b32 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/145109754) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4477) 
   * d8c7c179161d94ff294e64c0d2a75d35652fef5e Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/145118553) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4484) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services