SME-Issues / issues

0 stars 0 forks source link

Compound Query Tests Payment Partial - 19/07/19 19:52 - 5004 #4815

Open SME-Issues opened 5 years ago

SME-Issues commented 5 years ago

Compound Query Tests Payment Partial

SME-Issues commented 5 years ago

Understood and failed but likely higher priority

Expressions Notes
what is the most recent payment from Horan Ltd and did i accidentally pay someone on tuesday
  • Chunk understood
  • Response: I can't find that name in your bank account records. Regarding outgoing transactions on Tuesday (16th July), I can confirm there have been none.
what is the most recent payment from Horan Ltd, did i accidentally pay someone on tuesday
  • Chunk understood
  • Response: I can't find that name in your bank account records. Regarding outgoing transactions on Tuesday (16th July), I can confirm there have been none.
show me the expensive payments did Horan ltd send that payment on Friday
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: Regrettably, I didn't recognise everything you said, however I can't find that name in your bank account records.
show me the expensive payments, did Horan ltd send that payment on Friday
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I'm afraid I didn't quite get all of that, however I can't find that name in your bank account records.
what is the most recent payment from Horan Ltd did i accidentally pay someone on tuesday
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I've gone through the most recent figures and regarding outgoing transactions on Tuesday (16th July), I can confirm there have been none.
what was my smallest payment in June did Gibson Ltd finally send over that helpful cash
  • Expected ctx .ProcessorResponse .ChunkData .Count to be 2, but found 1.
  • Expected ctx .Chunks .Count to be 2, but found 1.
  • Response: I didn't understand all of that, however I can't find that name in your bank account records.
bring up the payments i made last week and how much did i carefully get from the refund from ikea
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: Hang on - I didn't quite understand all that, however I can't find that name in your bank account records. Last week your spending was five payments totalling £2,376.
bring up the payments i made last week how much did i carefully get from the refund from ikea
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I'm sorry but I didn't understand all of that, however I can't find that name in your bank account records. Last week your spending was five payments totalling £2,376.
bring up the payments i made last week, how much did i carefully get from the refund from ikea
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I'm afraid I didn't quite get all of that, however I can't find that name in your bank account records. Last week your spending was five payments totalling £2,376.
did i lugubriously receive a payment from Gibson Ltd last month and has Zeta Ltd sent their payment to us yet
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: Hang on - I didn't quite understand all that, however I can't find that name in your bank account records. Since 20th June 2019 your cash received from Zeta and Son was one payment for £1,512. It was paid on the 14th July 2019.
did i lugubriously receive a payment from Gibson Ltd last month has Zeta Ltd sent their payment to us yet
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I'm afraid I didn't quite get all of that, however I can't find that name in your bank account records. Since 20th June 2019 your money received from Zeta and Son was one payment for £1,512. It was paid on the 14th July 2019.
did i lugubriously receive a payment from Gibson Ltd last month, has Zeta Ltd sent their payment to us yet
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: Regrettably, I didn't recognise everything you said, however I can't find that name in your bank account records. Since 20th June 2019 your revenue from Zeta and Son was one payment for £1,512. It was paid on the 14th July 2019.
what was my smallest payment in June and did Gibson Ltd finally send over that helpful cash
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I'm afraid I didn't quite get all of that, however I can't find that name in your bank account records. Your smallest outgoing payment in June 2019 was to Office Rentals Ltd and was for £50. It was paid on the 5th June 2019.
what was my smallest payment in June then did Gibson Ltd finally send over that helpful cash
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: Regrettably, I didn't recognise everything you said, however I can't find that name in your bank account records. Your smallest outgoing payment in June 2019 was to Office Rentals Ltd and was for £50. It was paid on the 5th June 2019.
what was my smallest payment in June, did Gibson Ltd finally send over that helpful cash
  • Expected ctx .ProcessorResponse .ChunkData[1] .Context .HasDateCriteria to be false, but found True.
  • Response: I didn't understand all of that, however I can't find that name in your bank account records. Your smallest outgoing payment in June 2019 was to Office Rentals Ltd and was for £50. It was paid on the 5th June 2019.
SME-Issues commented 5 years ago

Test Exception

Expressions Notes
bring up the payments i made last week then how much did i carefully get from the refund from ikea SMEBankingAPI .Tests .Reporting .Helpers .TestFailedException: Error running test: Multiple pay_from values found . at async Task SMEBankingAPI .Tests .Reporting .InputProcessing .BankingAiProcessingTestBase .ProcessExpression(TestSingleExpressionParameters testParameters) in C:/Co…