Content
View differences
Updated by Alexander Coles 3 months ago
### Background \`\`\`
There are a number of feature specs that fail depending on the day of week or time of day:
```text
rspec ./modules/meeting/spec/features/meetings_index_spec.rb:201 ./modules/meeting/spec/features/meetings\_index\_spec.rb:201 # Meetings Index when visiting from a project specific context when showing all meetings with the sidebar with the "Invitations" "Invitations" filter shows all meetings I've I've been marked as invited to with a quick filter
rspec ./spec/features/work_packages/table/queries/filter_spec.rb:722 ./spec/features/work\_packages/table/queries/filter\_spec.rb:722 # filter work packages datetime filters filters between date by updated_at updated\_at (upper boundary only)
rspec ./spec/features/work_packages/table/queries/filter_spec.rb:669 ./spec/features/work\_packages/table/queries/filter\_spec.rb:669 # filter work packages datetime filters filters between date by updated_at updated\_at (lower boundary only)
rspec ./modules/meeting/spec/features/meetings_index_spec.rb:201 ./modules/meeting/spec/features/meetings\_index\_spec.rb:201 # Meetings Index when visiting from a global context when showing all meetings with the sidebar with the "Invitations" "Invitations" filter shows all meetings I've I've been marked as invited to with a quick filter
```
**Example \`\`\`
Example spec runs (weekend):** (weekend):
* [https://github.com/opf/openproject/actions/runs/22806308658/job/66155872370?pr=22248](https://github.com/opf/openproject/actions/runs/22806308658/job/66155872370?pr=22248)
* [https://github.com/opf/openproject/actions/runs/22807388003/job/66158636061](https://github.com/opf/openproject/actions/runs/22807388003/job/66158636061)
**Example Example spec runs (evenings):** (evenings):
* [https://github.com/opf/openproject/actions/runs/22776949604/job/66072648396](https://github.com/opf/openproject/actions/runs/22776949604/job/66072648396)
### **Goal** <br>
* Investigate and fix some of the most common failures.
* Improve tooling for reporting common out-oif-hours failures.
### Notes for QA/devs
QA team does not need test this. Please close after merging. <br>
There are a number of feature specs that fail depending on the day of week or time of day:
```text
rspec ./modules/meeting/spec/features/meetings_index_spec.rb:201
```
**Example
Example
* [https://github.com/opf/openproject/actions/runs/22806308658/job/66155872370?pr=22248](https://github.com/opf/openproject/actions/runs/22806308658/job/66155872370?pr=22248)
* [https://github.com/opf/openproject/actions/runs/22807388003/job/66158636061](https://github.com/opf/openproject/actions/runs/22807388003/job/66158636061)
**Example
* [https://github.com/opf/openproject/actions/runs/22776949604/job/66072648396](https://github.com/opf/openproject/actions/runs/22776949604/job/66072648396)
### **Goal**
* Investigate and fix some of the most common failures.
* Improve tooling for reporting common out-oif-hours failures.
### Notes for QA/devs
QA team does not need test this. Please close after merging.