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

watermark e2e test failed #12172

Closed
zwang28 opened this issue Sep 8, 2023 · 5 comments
Closed

watermark e2e test failed #12172

zwang28 opened this issue Sep 8, 2023 · 5 comments
Labels
type/bug Something isn't working
Milestone

Comments

@zwang28
Copy link
Contributor

zwang28 commented Sep 8, 2023

Describe the bug

The issue was found by this branch. It only modified metric and batch-availability code, so it shouldn't affect correctness.

failed to run e2e_test/streaming/watermark.slt

  |  
  | Caused by:
  | query result mismatch:
  | [SQL] select * from mv1;
  | [Diff] (-expected|+actual)
  | - 2023-05-06 16:51:00 1
  | - 2023-05-06 16:51:00 2
  | - 2023-05-06 16:51:00 3
  | at e2e_test/streaming/watermark.slt:27

https://buildkite.com/risingwavelabs/pull-request/builds/31234#018a739c-a2d8-45a4-ac9d-dd5758ae21b1

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@zwang28 zwang28 added the type/bug Something isn't working label Sep 8, 2023
@github-actions github-actions bot added this to the release-1.2 milestone Sep 8, 2023
@zwang28
Copy link
Contributor Author

zwang28 commented Sep 8, 2023

@yuhao-su

@yuhao-su
Copy link
Contributor

yuhao-su commented Sep 8, 2023

The test is flaky as expected. Rerun will be fine. Please let me know if it happens again.

@fuyufjh fuyufjh modified the milestones: release-1.2, release-1.3 Sep 11, 2023
@zwang28
Copy link
Contributor Author

zwang28 commented Sep 26, 2023

Is this the same issue?
end-to-end test (parallel, in-memory)

https://buildkite.com/risingwavelabs/main-cron/builds/873#018acdf5-9472-4523-83df-2c23ff9b5df3

e2e_test/streaming/temporal_join/temporal_join_watermark.slt .. [FAILED]
--
  |  
  | failed to run `e2e_test/streaming/temporal_join/temporal_join_watermark.slt`
  |  
  | Caused by:
  | query result mismatch:
  | [SQL] select * from eowc_mv;
  | [Diff] (-expected\|+actual)
  | -   2023-09-14 06:00:00+00:00 1
  | at e2e_test/streaming/temporal_join/temporal_join_watermark.slt:41

@yuhao-su
Copy link
Contributor

Very likely, you can try change the two sleep 5s in temporal_join_watermark.slt into sleep 10s

@zwang28
Copy link
Contributor Author

zwang28 commented Sep 28, 2023

e2e_test/streaming/temporal_join/temporal_join_watermark.slt .. [FAILED]

This test case has failed for two consecutive days in main-cron.
https://buildkite.com/risingwavelabs/main-cron/builds/877#018ad843-59e3-4243-9e9d-17f31884f1e1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants