Skip to content

Issue with Script Execution Interference in Concurrent Tests #40

@zronghui

Description

@zronghui

Description:
When running multiple tests concurrently using the script, there seems to be interference among the test cases. For example, Test A is obtaining the execution result of Test B, and vice versa. This interference is causing inaccurate test results.

Steps to Reproduce:

  1. Execute multiple test cases simultaneously using the script.
  2. Observe the unexpected interference in the test results.

Expected Behavior:
Each test case should run independently without affecting the results of other concurrent tests.

Actual Behavior:
Tests interfere with each other, leading to incorrect results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions