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

[BUG] Found 2 Flaky tests in JsonManagedReferenceTest.java #3094

Open
Mukta13 opened this issue Oct 12, 2024 · 1 comment
Open

[BUG] Found 2 Flaky tests in JsonManagedReferenceTest.java #3094

Mukta13 opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Mukta13
Copy link

Mukta13 commented Oct 12, 2024

Problem Description

Found 2 flaky tests in the file: JsonManagedReferenceTest.java

The tests that were flaky within this file were: testJsonBackReference() and test1().

Environment Info:

  • OS: Ubuntu 22.04.5 LTS, Release: 22.04
  • JDK: java-17-openjdk-amd64
  • Version:Latest version

Steps to reproduce

Run these commands:

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.jackson_support.JsonManagedReferenceTest#testJsonBackReference

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.jackson_support.JsonManagedReferenceTest#test1

The results would be:

image

Expected Results

The tests should run without non-determinism issue and the build should be successful after running the above commands

Relevant log output

image

@Mukta13 Mukta13 added the bug Something isn't working label Oct 12, 2024
@Mukta13
Copy link
Author

Mukta13 commented Oct 12, 2024

Fix in #3095

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

No branches or pull requests

1 participant