-
Notifications
You must be signed in to change notification settings - Fork 35
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
B-21941 INT - I-13733-I-13739 TOO Queue Destination Requests Filtering Updates #14586
base: integrationTesting
Are you sure you want to change the base?
B-21941 INT - I-13733-I-13739 TOO Queue Destination Requests Filtering Updates #14586
Conversation
…im-Shipment-Create' into B-21460-Fix-Prime-Sim-Shipment-Create
Added a commit to cleanup some test comments, rerequesting @TevinAdams's review. What I added: |
…e-MAIN B 22019 rename hhg nts release main
Per our convo/huddle in Slack, this will be approved once the query is updated to:
was the age old issue of excess weight, but seems to be fixed with this query. Nice job! I'll await the next commit with paired tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested several moves:
- only origin SIT (showed up in TOO queue)
- only dest SIT (did not show in TOO queue, but showed in dest)
- both o & d SIT (showed up in both)
- only origin shuttle (showed up in TOO queue)
- only dest shuttle (showed up in dest queue only)
- both shuttles (both queues)
- excess weight with only destination (showed up in TOO queue)
- excess UB weight with destination SIT (showed up in TOO queue - although couldn't approve SIT)
Exhausting work, I'm sure. Awaiting next commit, will verify query has changed to what I have that's working.
Found that this query is over-filtering (filtering out a move with origin SIT and excess weight) so still working on the final solution. Marking PR as draft for now. |
Agility ticket
First INT PR: https://github.com/transcom/mymove/pull/14465/files
Summary
Overhauled the query using one that Cameron and I had brainstormed on a bit during the first peer review process and I then expanded on here to not over-filter. This query is IMO much, much better. No locator as part of it, no checking for specific cases such as excess weight or SIT extensions, like the original query. This should reduce the issues as well as not require future updates to this query if we want something to appear in the TOO queue, it should just "fall in" like it does now and will only be filtered out if it has destination only requests.
Make moves to test this out, here are the moves I made:
Any other moves you can think of, go ahead and test those out as well.