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

Use fixed seed for test_from_json_struct_decimal #11211

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

thirtiseven
Copy link
Collaborator

@thirtiseven thirtiseven commented Jul 17, 2024

This PR sets fixed seed for `test_from_json_struct_decimal' which has a datagen_seed issue, so they will not break CI. It is the only known datagen_seed issue without a fixed seed right now.

Related to #10898

It is targeted for 24.06 because it happened in the 24.06 re-release pipeline.

@thirtiseven thirtiseven self-assigned this Jul 17, 2024
@thirtiseven
Copy link
Collaborator Author

build

@pxLi pxLi added bug Something isn't working test Only impacts tests labels Jul 17, 2024
@pxLi
Copy link
Collaborator

pxLi commented Jul 17, 2024

failed while submit tz case America/Punta_Arenas

never seen this before. rekick for now

Error: Not allowed to specify max heap(Xmx) memory settings 
through java options 
(was -ea -Duser.timezone=America/Punta_Arenas -Ddelta.log.cacheSize=10  
-Dlog4j.configuration=file:///home/jenkins/agent/workspace/jenkins-rapids_premerge-github-9769/integration_tests/src/test/resources/pytest_log4j.properties  
-Dlogfile=/home/jenkins/agent/workspace/jenkins-rapids_premerge-github-9769/integration_tests/target/run_dir-20240717071538-Xmx4/gw1_worker_logs.log 
-Dderby.system.home=./derby_gw1). Use the corresponding --driver-memory or spark.driver.memory configuration instead.

run_dir-20240717071538-Xmx4
the randomly generated run dir path contains -Xmx4, which helped us repro the spark bug https://issues.apache.org/jira/browse/SPARK-44242, lucky us!

@pxLi
Copy link
Collaborator

pxLi commented Jul 17, 2024

build

@NvTimLiu NvTimLiu merged commit 8925be4 into NVIDIA:branch-24.06 Jul 18, 2024
46 checks passed
@thirtiseven thirtiseven deleted the datagen_seed_issue_2406 branch July 18, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants