We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The same 30 tests are failing in the public dashboard for RDTF, e.g., ICU4C rdtf, and also ICU4J and Node JS.
These should have been fixed with the updated test generator in PR #378. This works well when running the tests on my local machine, as shown here:
The difference is that the public page is not using the updated CLDR data.
Note that the RDTF tests are created from NodeJS, and PR #378 updated that generator to use NodeJS 23.3.
Why is the public page not generating the data correctly? Is something missing in the configuration for the continuous integration?
The text was updated successfully, but these errors were encountered:
Note that this would also fix some of the ICU4X RDTF test failures in 2.0 Beta version.
Sorry, something went wrong.
Craig fixed this locally but it is not working yet in CI.
This still seems to be a problem, although a PR was submitted to use nvm run in the test generation step. Why is this not working?
nvm run
echeran
sffc
sven-oly
No branches or pull requests
The same 30 tests are failing in the public dashboard for RDTF, e.g., ICU4C rdtf, and also ICU4J and Node JS.
![image](https://private-user-images.githubusercontent.com/10751250/402109408-8419aeca-cb53-4c20-9aa9-6025bc47764f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzU3NzEsIm5iZiI6MTczOTAzNTQ3MSwicGF0aCI6Ii8xMDc1MTI1MC80MDIxMDk0MDgtODQxOWFlY2EtY2I1My00YzIwLTlhYTktNjAyNWJjNDc3NjRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE3MjQzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZhZTY5YjE5MWNmNTUwZDQxM2QwYjU3ZTgwODIyY2FmYTA3ZGZmYjlkOTcyMDNhMTRiOTcwN2RhMzNjYzNmNTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZLdgOsHZVWufen2Vbg2vu0m5b_0t_VXFfNcaCm9wmc0)
These should have been fixed with the updated test generator in PR #378. This works well when running the tests on my local machine, as shown here:
![image](https://private-user-images.githubusercontent.com/10751250/402108998-f1be3966-47a6-4684-90f5-a449df0cbeb5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzU3NzEsIm5iZiI6MTczOTAzNTQ3MSwicGF0aCI6Ii8xMDc1MTI1MC80MDIxMDg5OTgtZjFiZTM5NjYtNDdhNi00Njg0LTkwZjUtYTQ0OWRmMGNiZWI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE3MjQzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ3ZjgwOWUzMTk4ZDYwMDRlYzU2ZjJkMDIxNzEzYWFlZjkwYmE4MjE1Y2ExZTZiMTJmNTY2MDk0OGU4YTE2ZmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P8nmJtxtVPFg_mIgzLORui23qUQSnnMHWmMYfLd1F4c)
The difference is that the public page is not using the updated CLDR data.
Note that the RDTF tests are created from NodeJS, and PR #378 updated that generator to use NodeJS 23.3.
Why is the public page not generating the data correctly? Is something missing in the configuration for the continuous integration?
The text was updated successfully, but these errors were encountered: