Skip to content
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

Refactor: Project Samples Test #869

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3296f1f
create new branch for test refactor
ChrisHuynh333 Dec 12, 2024
d6e2370
complete editing existing tests
ChrisHuynh333 Dec 12, 2024
9ec9d22
add additional tests for sort filter limit
ChrisHuynh333 Dec 12, 2024
6fe926b
fix current tests
ChrisHuynh333 Dec 12, 2024
65f8e3f
further fix tests
ChrisHuynh333 Dec 12, 2024
7aacd10
cleanup
ChrisHuynh333 Dec 13, 2024
2042c7c
Revert "cleanup"
ChrisHuynh333 Dec 13, 2024
1d8167f
cleanup
ChrisHuynh333 Dec 13, 2024
00a72f2
fix tests, try to reduce flakiness
ChrisHuynh333 Dec 13, 2024
c1afb8e
revert some changes
ChrisHuynh333 Dec 13, 2024
b4f7e22
add asserts to try and avoid flakiness
ChrisHuynh333 Dec 16, 2024
e6628b4
test fixes for remote testing
ChrisHuynh333 Dec 16, 2024
d91de46
try splitting testing files further
ChrisHuynh333 Dec 16, 2024
abd6f49
Revert "try splitting testing files further"
ChrisHuynh333 Dec 16, 2024
09df686
testing sleep to verify if system speed is issue
ChrisHuynh333 Dec 16, 2024
c62eb17
try different selector for select2 options
ChrisHuynh333 Dec 16, 2024
5da448d
test loading up on asserts
ChrisHuynh333 Dec 16, 2024
9c4c6b9
remove some asserts to see if select2 flakes
ChrisHuynh333 Dec 16, 2024
0e197ca
add back asserts, test refreshing search index
ChrisHuynh333 Dec 16, 2024
16b4535
fix tests
ChrisHuynh333 Dec 16, 2024
f550779
cleanup, add additional comments
ChrisHuynh333 Dec 18, 2024
7de13c0
simply selection test
ChrisHuynh333 Dec 18, 2024
973859e
readd test
ChrisHuynh333 Dec 18, 2024
8ddba3f
further cleanup
ChrisHuynh333 Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fixtures/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sample1:
project_id: <%= ActiveRecord::FixtureSet.identify(:project1, :uuid) %>
puid: INXT_SAM_AAAAAAAAAA
created_at: <%= 1.week.ago %>
updated_at: <%= 1.day.ago %>
updated_at: <%= 3.hours.ago %>
attachments_updated_at: <%= 2.hours.ago %>

sample2:
Expand Down
Loading
Loading