Skip to content

[hotfix] A couple of hotfixes related to e2e tests#24472

Merged
pnowojski merged 3 commits intoapache:masterfrom
pnowojski:hotfix
Mar 11, 2024
Merged

[hotfix] A couple of hotfixes related to e2e tests#24472
pnowojski merged 3 commits intoapache:masterfrom
pnowojski:hotfix

Conversation

@pnowojski
Copy link
Copy Markdown
Contributor

What is the purpose of the change

Fixing a couple of smaller issues.

Brief change log

Please check individual commit messages.

Verifying this change

This change is already covered by existing tests.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

Previously any test using wait_oper_metric_num_in_records twice
was invalid, as second call would always set OLD_NUM_METRICS = 0
causing the second call to track the same logs as the first one.
For example even if the second run was in a restart loop and didn't
process any records, the second call would process the logs from
the first run as claim that everything succeded.
@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented Mar 8, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@pnowojski pnowojski merged commit 2ec2a60 into apache:master Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants