wildfly / wildfly-tck-runners

Test runners for executing various TCKs against a WildFly runtime
Apache License 2.0
1 stars 7 forks source link

Upgrade the Jakarta Concurrency TCK to 3.0.4. #164

Closed jamezp closed 2 months ago

jamezp commented 2 months ago

resolves #163

jamezp commented 2 months ago

The failures are the known intermittent failures we really need to look at. They don't often fail for me locally, but they seem to be fairly consistent on GitHub Actions.

emmartins commented 2 months ago

@jamezp IMHO it's not worth to have a look at that intermitent before we switch the impl in preview. It's a cron related test, past experience is that those can give a fight sometimes (ejb timer schedule).

bstansberry commented 2 months ago

Thanks @jamezp and @emmartins